@charset "UTF-8";
/*!
  *
  *   @copyright:_________2016, Rewe Reisen
  *   @author:____________Jung von Matt/Neckar
  *   @namespace:_________PR
  *   @function:__________site style settings
  *
  *   @lastmodified:______Wed May 23 2018 16:18:18 GMT+0200 (CEST)
  *
*/
/*-----|| webfonts ||----------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
@font-face {
  font-family: "UnitRoundedWeb";
  src: url("../webfonts/UnitRoundedWeb.eot");
  src: url("../webfonts/UnitRoundedWeb.eot?#iefix") format("embedded-opentype"), url("../webfonts/UnitRoundedWeb.woff") format("woff"), url("../webfonts/UnitRoundedWeb.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: "UnitRoundedWebBold";
  src: url("../webfonts/UnitRoundedWeb-Bold.eot");
  src: url("../webfonts/UnitRoundedWeb-Bold.eot?#iefix") format("embedded-opentype"), url("../webfonts/UnitRoundedWeb-Bold.woff") format("woff"), url("../webfonts/UnitRoundedWeb-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: RewePrice;
  src: url("../webfonts/RewePrice.eot");
  src: url("../webfonts/RewePrice.eot?#iefix") format("embedded-opentype"), url("../webfonts/RewePrice.woff") format("woff"), url("../webfonts/RewePrice.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

.PR_grid-cont > .PR_col:last-child {
  margin-right: 0 !important; }

/* max-width of 979px is set (instead of 959px) because of false viewport width if scrollbars are visible
    (http://www.456bereastreet.com/archive/201301/media_query_width_and_vertical_scrollbars/) */
/* width of 1240px is set (instead of 1220px) because of false viewport width if scrollbars are visible
    (http://www.456bereastreet.com/archive/201301/media_query_width_and_vertical_scrollbars/) */
/**
	* @desc
	* get font-size depending on current breakpoint
	*
	* @input-required
	* @param $font-size //font variable ($font-s, $font-m)
	*
	* @input-optional
	* @param $arg //override (!important)
	*
*/
/*-----|| iconfont ||----------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
@font-face {
  font-family: 'iconfont';
  src: url("../webfonts/icomoon.eot?-1vx3bb");
  src: url("../webfonts/icomoon.eot?#iefix-1vx3bb") format("embedded-opentype"), url("../webfonts/icomoon.woff?-1vx3bb") format("woff"), url("../webfonts/icomoon.ttf?-1vx3bb") format("truetype"), url("../webfonts/icomoon.svg?-1vx3bb#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

/*! normalize.css v2.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
.PR_dc-srd * {
  box-sizing: border-box; }

/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary,
p,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6 {
  display: block;
  margin: 0;
  padding: 0; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

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

/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  height: 100%;
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  height: 100%;
  margin: 0;
  position: relative;
  background-color: #f2f1f0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus,
button:focus {
  outline: 0; }

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

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

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
.PR_dc-srd b,
.PR_dc-srd strong {
  font-weight: normal;
  font-family: "UnitRoundedWebBold", Arial, Helvetica, sans-serif; }

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

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

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

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: none;
  margin: 0;
  padding: 0; }

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

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
  -webkit-appearance: none;
  border-radius: 0; }

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

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

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

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

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

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

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button,
input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-outer-spin-button {
  -webkit-appearance: none; }

/**
 * clearfix
 */
.clearfix:before,
.clearfix:after {
  /* clearfix-method without additional markup. needs surrounding element. */
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

a, input, button {
  /* prevent zooming */
  -ms-touch-action: none !important; }

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

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

/* @-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(.9);
    transform: scale(.9);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
} */
/* @keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
} */
@-webkit-keyframes bounceIn {
  0% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4); }
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }
  70% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes bounceIn {
  0% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4); }
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }
  70% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes fadeInUp {
  0% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeInUp {
  0% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes fadeInUp2 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); } }

@keyframes fadeInUp2 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); } }

@-webkit-keyframes fadeInDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px); } }

@keyframes fadeInDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px); } }

@-webkit-keyframes fadeInDown2 {
  0% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeInDown2 {
  0% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

/*-----|| page areas ||--------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
.PR_dc-srd {
  padding-top: 116px; }

/* .PR_st-scrolled .PR_dc-srd {
    padding-top: 40px;
    transition: padding-top 200ms;
} */
/*-----|| area content ||-----*/
.PR_area-ct {
  max-width: 956px;
  margin: 0 auto;
  padding-bottom: 0.1px;
  -webkit-backface-visibility: hidden; }

/*-----|| content grids ||-----------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----|| 12 column grid (example) ||-----*/
.PR_grid-cont {
  max-width: 956px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .PR_grid-cont:after {
    content: " ";
    display: block;
    clear: both; }
  .PR_grid-cont > .PR_col {
    position: relative;
    min-height: 1px;
    width: 7.94979%;
    float: left;
    margin-right: 0.41841%;
    /* define number of columns (e.g. 12/1) == 12 columns */ }
    .PR_grid-cont > .PR_col:last-child {
      margin-right: 0; }
    .PR_grid-cont > .PR_col.PR_last-child {
      margin-right: 0; }
  .PR_grid-cont.PR_ext-1 > .PR_col {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-right: 0; }
  .PR_grid-cont.PR_ext-4-8 > .PR_col {
    width: 66.5272%;
    float: left;
    margin-right: 0.41841%;
    margin-right: 0; }
    .PR_grid-cont.PR_ext-4-8 > .PR_col:first-child {
      width: 33.05439%;
      float: left;
      margin-right: 0.41841%; }
  .PR_grid-cont.PR_ext-8-4 > .PR_col {
    width: 33.05439%;
    float: left;
    margin-right: 0.41841%;
    margin-right: 0; }
    .PR_grid-cont.PR_ext-8-4 > .PR_col:first-child {
      width: 66.5272%;
      float: left;
      margin-right: 0.41841%; }
  .PR_grid-cont.PR_ext-3-9 > .PR_col {
    width: 74.8954%;
    float: left;
    margin-right: 0.41841%;
    margin-right: 0; }
    .PR_grid-cont.PR_ext-3-9 > .PR_col:first-child {
      width: 24.68619%;
      float: left;
      margin-right: 0.41841%; }
  .PR_grid-cont.PR_ext-9-3 > .PR_col {
    width: 24.68619%;
    float: left;
    margin-right: 0.41841%;
    margin-right: 0; }
    .PR_grid-cont.PR_ext-9-3 > .PR_col:first-child {
      width: 74.8954%;
      float: left;
      margin-right: 0.41841%; }
  .PR_grid-cont.PR_ext-6-6 > .PR_col {
    width: 49.79079%;
    float: left;
    margin-right: 0.41841%;
    margin-right: 0; }
    .PR_grid-cont.PR_ext-6-6 > .PR_col:first-child {
      width: 49.79079%;
      float: left;
      margin-right: 0.41841%; }
  .PR_grid-cont.PR_ext-7-5 > .PR_col {
    width: 41.42259%;
    float: left;
    margin-right: 0.41841%;
    margin-right: 0; }
    .PR_grid-cont.PR_ext-7-5 > .PR_col:first-child {
      width: 58.159%;
      float: left;
      margin-right: 0.41841%; }
  .PR_grid-cont.PR_ext-3-6-3 > .PR_col {
    width: 49.79079%;
    float: left;
    margin-right: 0.41841%; }
    .PR_grid-cont.PR_ext-3-6-3 > .PR_col:first-child {
      width: 24.68619%;
      float: left;
      margin-right: 0.41841%; }
    .PR_grid-cont.PR_ext-3-6-3 > .PR_col:last-child {
      width: 24.68619%;
      float: left;
      margin-right: 0.41841%;
      margin-right: 0; }
    .PR_grid-cont.PR_ext-3-6-3 > .PR_col.PR_last-child {
      width: 24.68619%;
      float: left;
      margin-right: 0.41841%;
      margin-right: 0; }
  .PR_grid-cont.PR_ext-3-3-6 > .PR_col {
    width: 24.68619%;
    float: left;
    margin-right: 0.41841%; }
    .PR_grid-cont.PR_ext-3-3-6 > .PR_col:last-child {
      width: 49.79079%;
      float: left;
      margin-right: 0.41841%;
      margin-right: 0; }
    .PR_grid-cont.PR_ext-3-3-6 > .PR_col.PR_last-child {
      width: 49.79079%;
      float: left;
      margin-right: 0.41841%;
      margin-right: 0; }
  .PR_grid-cont.PR_ext-6-3-3 > .PR_col {
    width: 24.68619%;
    float: left;
    margin-right: 0.41841%; }
    .PR_grid-cont.PR_ext-6-3-3 > .PR_col:first-child {
      width: 49.79079%;
      float: left;
      margin-right: 0.41841%; }
    .PR_grid-cont.PR_ext-6-3-3 > .PR_col:last-child {
      margin-right: 0; }
    .PR_grid-cont.PR_ext-6-3-3 > .PR_col.PR_last-child {
      margin-right: 0; }
  .PR_grid-cont.PR_ext-3 > .PR_col {
    width: 24.68619%;
    float: left;
    margin-right: 0.41841%; }
    .PR_grid-cont.PR_ext-3 > .PR_col:last-child {
      width: 24.68619%;
      float: left;
      margin-right: 0.41841%;
      margin-right: 0; }
    .PR_grid-cont.PR_ext-3 > .PR_col.PR_last-child {
      width: 24.68619%;
      float: left;
      margin-right: 0.41841%;
      margin-right: 0; }
  .PR_grid-cont.PR_ext-4 > .PR_col {
    width: 33.05439%;
    float: left;
    margin-right: 0.41841%; }
    .PR_grid-cont.PR_ext-4 > .PR_col:last-child {
      width: 33.05439%;
      float: left;
      margin-right: 0.41841%;
      margin-right: 0; }
    .PR_grid-cont.PR_ext-4 > .PR_col.PR_last-child {
      width: 33.05439%;
      float: left;
      margin-right: 0.41841%;
      margin-right: 0; }
  .PR_grid-cont.PR_test {
    background-color: pink;
    margin-bottom: 20px; }
    .PR_grid-cont.PR_test > .PR_col {
      height: 100px;
      background-color: grey; }

/*-----|| 6 column special content grid ||-----*/
.PR_grid-col-6 {
  *zoom: 1;
  margin-bottom: 20px; }
  .PR_grid-col-6:before, .PR_grid-col-6:after {
    content: "";
    display: table; }
  .PR_grid-col-6:after {
    clear: both; }
  .PR_grid-col-6 > .PR_col {
    float: left;
    margin-left: 1.6%;
    width: 15.32%; }
    .PR_grid-col-6 > .PR_col:first-child {
      margin-left: 0; }
    @media screen and (min-width: 0px) and (max-width: 767px) {
      .PR_grid-col-6 > .PR_col {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        margin-right: 0;
        margin-left: 0; } }

@media screen and (min-width: 0px) and (max-width: 767px) {
  .PR_grid-cont {
    display: block; } }

/*-----|| logo objects ||------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
.PR_obj-logo-clevertours {
  margin-top: 4px; }

/*-----|| text objects ||------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----|| fonts ||-----*/
.PR_dc-srd * {
  /* basic font family */
  font-family: "UnitRoundedWeb", Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased; }

/*-----|| headlines ||-----*/
.PR_dc-srd h1,
.PR_dc-srd h2,
.PR_dc-srd h3,
.PR_dc-srd h4,
.PR_dc-srd h5,
.PR_dc-srd h6,
.PR_dc-srd h1 *,
.PR_dc-srd h2 *,
.PR_dc-srd h3 *,
.PR_dc-srd h4 *,
.PR_dc-srd h5 *,
.PR_dc-srd h6 * {
  font-weight: normal;
  font-family: "UnitRoundedWebBold", Arial, Helvetica, sans-serif; }

.PR_obj-txt-hl-type-1 {
  font-size: 42px;
  line-height: 44px; }
  .PR_obj-txt-hl-type-1.PR_ext-color-1 {
    color: #4a4a4a; }
  .PR_obj-txt-hl-type-1.PR_ext-color-2 {
    color: #fff; }
  .PR_obj-txt-hl-type-1.PR_ext-color-3 {
    color: #7a7a7a; }
  .PR_obj-txt-hl-type-1.PR_ext-color-4 {
    color: #cc071d; }
  .PR_obj-txt-hl-type-1.PR_ext-color-5 {
    color: #ffcd32; }
  .PR_obj-txt-hl-type-1 .PR_cl {
    color: #fff; }

.PR_obj-txt-hl-type-2,
.PR_obj-txt-hl-type-2b {
  font-size: 36px;
  line-height: 38px; }
  .PR_obj-txt-hl-type-2.PR_ext-color-1,
  .PR_obj-txt-hl-type-2b.PR_ext-color-1 {
    color: #4a4a4a; }
  .PR_obj-txt-hl-type-2.PR_ext-color-2,
  .PR_obj-txt-hl-type-2b.PR_ext-color-2 {
    color: #fff; }
  .PR_obj-txt-hl-type-2.PR_ext-color-3,
  .PR_obj-txt-hl-type-2b.PR_ext-color-3 {
    color: #7a7a7a; }
  .PR_obj-txt-hl-type-2.PR_ext-color-4,
  .PR_obj-txt-hl-type-2b.PR_ext-color-4 {
    color: #cc071d; }
  .PR_obj-txt-hl-type-2.PR_ext-color-5,
  .PR_obj-txt-hl-type-2b.PR_ext-color-5 {
    color: #ffcd32; }
  .PR_obj-txt-hl-type-2 .PR_cl,
  .PR_obj-txt-hl-type-2b .PR_cl {
    color: #fff; }

.PR_obj-txt-hl-type-2b {
  font-size: 24px; }

.PR_oldie .PR_obj-txt-hl-type-2 {
  font-size: 34px; }

.PR_obj-txt-hl-type-3 {
  font-size: 16px;
  line-height: 18px; }
  .PR_obj-txt-hl-type-3.PR_ext-color-1 {
    color: #4a4a4a; }
  .PR_obj-txt-hl-type-3.PR_ext-color-2 {
    color: #fff; }
  .PR_obj-txt-hl-type-3.PR_ext-color-3 {
    color: #7a7a7a; }
  .PR_obj-txt-hl-type-3.PR_ext-color-4 {
    color: #cc071d; }
  .PR_obj-txt-hl-type-3.PR_ext-color-5 {
    color: #ffcd32; }

.PR_dc-srd .PR_obj-txt-hl-type-4 {
  font-family: "UnitRoundedWeb", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 16px; }
  .PR_dc-srd .PR_obj-txt-hl-type-4.PR_ext-color-1 {
    color: #4a4a4a; }
  .PR_dc-srd .PR_obj-txt-hl-type-4.PR_ext-color-2 {
    color: #fff; }
  .PR_dc-srd .PR_obj-txt-hl-type-4.PR_ext-color-3 {
    color: #7a7a7a; }
  .PR_dc-srd .PR_obj-txt-hl-type-4.PR_ext-color-4 {
    color: #cc071d; }
  .PR_dc-srd .PR_obj-txt-hl-type-4.PR_ext-color-5 {
    color: #ffcd32; }

.PR_dc-srd .PR_obj-txt-hl-type-5 {
  font-family: "UnitRoundedWebBold", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 16px; }
  .PR_dc-srd .PR_obj-txt-hl-type-5.PR_ext-color-1 {
    color: #4a4a4a; }
  .PR_dc-srd .PR_obj-txt-hl-type-5.PR_ext-color-2 {
    color: #fff; }

.PR_dc-srd .PR_obj-txt-hl-type-6 {
  font-family: "UnitRoundedWebBold", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 16px; }
  .PR_dc-srd .PR_obj-txt-hl-type-6.PR_ext-color-1 {
    color: #4a4a4a; }
  .PR_dc-srd .PR_obj-txt-hl-type-6.PR_ext-color-2 {
    color: #fff; }
  .PR_dc-srd .PR_obj-txt-hl-type-6.PR_ext-color-3 {
    color: #7a7a7a; }
  .PR_dc-srd .PR_obj-txt-hl-type-6.PR_ext-color-4 {
    color: #cc071d; }
  .PR_dc-srd .PR_obj-txt-hl-type-6.PR_ext-color-5 {
    color: #ffcd32; }
  .PR_dc-srd .PR_obj-txt-hl-type-6.PR_space-b {
    margin-bottom: 8px; }

/*-----|| links ||-----*/
.PR_dc-srd a {
  /* basic link groundcolor */
  text-decoration: none;
  color: #cc071d;
  transition: color 300ms ease-out; }

.PR_dc-srd a:hover,
.PR_dc-srd a:focus,
.PR_dc-srd a:active {
  /* basic link hover color */
  text-decoration: underline; }

.PR_obj-ln-icon {
  position: relative;
  padding: 0 0 0 10px;
  display: inline-block;
  color: #cc071d;
  font-size: 14px;
  /* &.PR_type-arrow {
      > .PR_icon {
          background-position: -30px -960px;
      }
      &:hover,
      &:focus,
      &:active {
          > .PR_icon {
              background-position: -60px -960px;
          }
      }
      &.PR_color-2 {
          > .PR_icon {
              background-position: 0 -960px;
          }
          &:hover,
          &:focus,
          &:active {
              > .PR_icon {
                  background-position: -60px -960px;
              }
          }
      }
  }
  &.PR_type-toggle {
      > .PR_icon {
          width: 11px;
          height: 11px;
          background-position: -30px -1230px;
      }
      &:hover,
      &:focus,
      &:active {
          > .PR_icon {
              background-position: -60px -1230px;
          }
      }
      &.PR_st-active {
          > .PR_icon {
              height: 3px;
              top:8px;
              background-position: -30px -1260px;
          }
          &:hover,
          &:focus,
          &:active {
              > .PR_icon {
                  background-position: -60px -1260px;
              }
          }
      }
  } */ }
  .PR_obj-ln-icon > .PR_icon {
    position: absolute;
    top: 50%;
    left: 0;
    width: 6px;
    height: 8px;
    margin-top: -5px;
    background: url(img-rewereisen/PR_icons-sprite.png) 0 -240px no-repeat; }
  .PR_obj-ln-icon:hover, .PR_obj-ln-icon:focus, .PR_obj-ln-icon:active {
    color: #ab0618; }
    .PR_obj-ln-icon:hover > .PR_icon, .PR_obj-ln-icon:focus > .PR_icon, .PR_obj-ln-icon:active > .PR_icon {
      background-position: -30px -240px; }
  .PR_obj-ln-icon.PR_ext-color-2 {
    color: #fff; }
    .PR_obj-ln-icon.PR_ext-color-2 > .PR_icon {
      background-position: -90px -240px; }
    .PR_obj-ln-icon.PR_ext-color-2:hover > .PR_icon, .PR_obj-ln-icon.PR_ext-color-2:focus > .PR_icon, .PR_obj-ln-icon.PR_ext-color-2:active > .PR_icon {
      background-position: -90px -240px; }

.PR_obj-ln-top {
  display: block;
  position: relative;
  padding-left: 20px;
  font-size: 14px; }
  .PR_obj-ln-top > .PR_icon {
    position: absolute;
    left: 0;
    top: 50%;
    width: 12px;
    height: 8px;
    margin-top: -4px;
    background: url(img-rewereisen/PR_icons-sprite.png) -60px -60px no-repeat; }
  .PR_obj-ln-top:hover > .PR_icon, .PR_obj-ln-top:focus > .PR_icon, .PR_obj-ln-top:active > .PR_icon {
    background-position: -30px -60px; }

/*-----|| paragraph ||-----*/
p {
  color: #4a4a4a;
  font-family: "UnitRoundedWeb", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 18px; }
  p > a {
    color: inherit;
    text-decoration: underline; }
  p.PR_ext-color-1 {
    color: #7a7a7a; }
  p.PR_ext-color-2 {
    color: #cc071d; }
  p.PR_ext-size-1 {
    font-size: 16px;
    line-height: 18px; }

/* .PR_obj-txt-price {
    font-size: 30px;
    margin: 0;
    > span {
        font-size: $font-m;
    }
    > sup {
        font-size: $font-xl;
    }
    &.PR_ext-size-s {
        font-size: $font-xl;
    }
} */
.PR_obj-txt-mandatory {
  font-size: 10px;
  color: #7a7a7a;
  line-height: 14px; }
  .PR_obj-txt-mandatory > strong {
    color: #4a4a4a;
    font-family: "UnitRoundedWeb", Arial, Helvetica, sans-serif; }

.PR_obj-txt-ext-light {
  color: #7a7a7a; }

.PR_obj-txt-hint {
  position: relative;
  padding-left: 25px;
  font-size: 14px;
  /* border: 1px solid $cl-red;
  @include border-radius(5px); */ }
  .PR_obj-txt-hint > .PR_icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    background: url(img-rewereisen/PR_icons-sprite.png) 0 -120px no-repeat; }

/*-----|| lists ||-----*/
.PR_obj-txt-list {
  /* text list */
  list-style-type: none;
  margin-bottom: 30px; }
  .PR_obj-txt-list li {
    font-size: 14px;
    margin-bottom: 5px;
    line-height: 16px;
    /* > a {
        color: inherit;
        text-decoration: underline;
    } */ }
    .PR_obj-txt-list li:last-child {
      margin-bottom: 0; }
  .PR_obj-txt-list.PR_ext-color-1 * {
    transition: color 300ms ease-out;
    color: #4a4a4a; }
    .PR_obj-txt-list.PR_ext-color-1 * a {
      /* &:hover,
      &:focus,
      &:active {

      } */ }
  .PR_obj-txt-list.PR_ext-color-2 * {
    transition: color 300ms ease-out;
    color: #fff; }
    .PR_obj-txt-list.PR_ext-color-2 * a {
      /* &:hover,
      &:focus,
      &:active {

      } */ }
  .PR_obj-txt-list.PR_ext-color-3 * {
    transition: color 300ms ease-out;
    color: #7a7a7a; }
    .PR_obj-txt-list.PR_ext-color-3 * a {
      /* &:hover,
      &:focus,
      &:active {

      } */ }
  .PR_obj-txt-list.PR_ext-bullets {
    list-style-type: disc;
    margin-left: 16px;
    list-style-position: outside; }

.PR_obj-ln-list {
  list-style-type: none;
  margin-bottom: 15px; }
  .PR_obj-ln-list li {
    position: relative;
    margin-bottom: 9px;
    *zoom: 1; }
    .PR_obj-ln-list li:before, .PR_obj-ln-list li:after {
      content: "";
      display: table; }
    .PR_obj-ln-list li:after {
      clear: both; }
    .PR_obj-ln-list li:last-child {
      margin-bottom: 0; }
    .PR_obj-ln-list li > a {
      position: relative;
      padding: 0 0 0 10px;
      display: block;
      font-size: 14px;
      color: #cc071d;
      /* + .PR_obj-rating {
          position: absolute;
          right: 0;
          top: 0;
      } */ }
      .PR_obj-ln-list li > a > .PR_icon {
        position: absolute;
        top: 4px;
        left: 0;
        width: 6px;
        height: 8px;
        background: url(img-rewereisen/PR_icons-sprite.png) 0 -240px no-repeat; }
      .PR_obj-ln-list li > a:hover, .PR_obj-ln-list li > a:focus, .PR_obj-ln-list li > a:active {
        color: #ab0618; }
        .PR_obj-ln-list li > a:hover > .PR_icon, .PR_obj-ln-list li > a:focus > .PR_icon, .PR_obj-ln-list li > a:active > .PR_icon {
          background-position: -30px -240px; }
      .PR_obj-ln-list li > a.PR_st-active {
        color: #4a4a4a; }
        .PR_obj-ln-list li > a.PR_st-active > .PR_icon {
          background-position: -60px -240px; }

.PR_obj-check-list {
  list-style-type: none;
  margin-bottom: 15px; }
  .PR_obj-check-list li {
    position: relative;
    font-size: #4a4a4a;
    font-size: 14px;
    padding-left: 20px;
    margin-bottom: 9px; }
    .PR_obj-check-list li:last-child {
      margin-bottom: 0; }
    .PR_obj-check-list li:before {
      content: " ";
      position: absolute;
      left: 0;
      top: 2px;
      width: 12px;
      height: 10px;
      background: url(img-rewereisen/PR_icons-sprite.png) -30px -330px no-repeat; }

.PR_obj-list-teaser {
  list-style-type: none; }
  .PR_obj-list-teaser li {
    margin-top: 5px; }
    .PR_obj-list-teaser li:first-child {
      margin-top: 0; }
    .PR_obj-list-teaser li a {
      display: block;
      padding: 8px 20px;
      min-height: 40px;
      background-color: #FFF;
      background-color: rgba(255, 255, 255, 0.9);
      border-radius: 5px;
      *zoom: 1;
      transition: background-color 300ms ease-out; }
      .PR_obj-list-teaser li a:before, .PR_obj-list-teaser li a:after {
        content: "";
        display: table; }
      .PR_obj-list-teaser li a:after {
        clear: both; }
      .PR_obj-list-teaser li a > p {
        float: right;
        margin: 0; }
        .PR_obj-list-teaser li a > p:first-child {
          float: left;
          font-size: 14px;
          padding-top: 4px; }
      .PR_obj-list-teaser li a:hover, .PR_obj-list-teaser li a:focus, .PR_obj-list-teaser li a:active {
        background-color: white; }

.PR_oldie .PR_obj-list-teaser a {
  height: 40px;
  min-height: 0; }

@media screen and (min-width: 0px) and (max-width: 767px) {
  .PR_obj-txt-hl-type-1 {
    font-size: 36px; } }

/*-----|| form objects ||------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----|| don't care anymore about borders and paddings when setting the width ||-----*/
.PR_dc-srd input,
.PR_dc-srd button,
.PR_dc-srd textarea {
  overflow-x: visible; }

.PR_dc-srd input::-webkit-input-placeholder {
  color: #7a7a7a; }

.PR_dc-srd input:-moz-placeholder {
  color: #7a7a7a; }

.PR_dc-srd input::-moz-placeholder {
  color: #7a7a7a; }

.PR_dc-srd input:-ms-input-placeholder {
  color: #7a7a7a; }

.PR_fieldset {
  margin-bottom: 20px;
  /* + .PR_fieldset {
      padding-top: 20px;
  } */ }

.PR_fm-srd {
  *zoom: 1;
  margin-bottom: 10px; }
  .PR_fm-srd:before, .PR_fm-srd:after {
    content: "";
    display: table; }
  .PR_fm-srd:after {
    clear: both; }

.PR_fm-short {
  position: relative;
  padding-right: 26px; }

/*-----|| form grid ||-----*/
.PR_fm-grid {
  *zoom: 1;
  margin-bottom: 10px; }
  .PR_fm-grid:before, .PR_fm-grid:after {
    content: "";
    display: table; }
  .PR_fm-grid:after {
    clear: both; }
  .PR_fm-grid .PR_col {
    float: left;
    min-height: 26px; }
    .PR_fm-grid .PR_col.PR_ext-full {
      float: none; }
    .PR_fm-grid .PR_col.PR_ext-2 {
      width: 48.5%;
      margin-left: 3%; }
      .PR_fm-grid .PR_col.PR_ext-2:first-child {
        margin-left: 0; }
    .PR_fm-grid .PR_col.PR_ext-s {
      width: 30%;
      margin-left: 1%; }
      .PR_fm-grid .PR_col.PR_ext-s:first-child {
        margin-left: 0; }
    .PR_fm-grid .PR_col.PR_ext-m {
      width: 49.5%;
      margin-left: 1%; }
      .PR_fm-grid .PR_col.PR_ext-m:first-child {
        margin-left: 0; }
    .PR_fm-grid .PR_col.PR_ext-l {
      width: 69%;
      margin-left: 1%; }
      .PR_fm-grid .PR_col.PR_ext-l:first-child {
        margin-left: 0; }
    .PR_fm-grid .PR_col.PR_ext-full {
      width: 100%; }
    .PR_fm-grid .PR_col.PR_ext-3 {
      width: 32%;
      margin-left: 2%; }
      .PR_fm-grid .PR_col.PR_ext-3:first-child {
        margin-left: 0; }

/*-----|| labels global ||-----*/
.PR_obj-fm-label {
  display: block;
  font-size: 14px;
  color: #7a7a7a;
  margin-bottom: 5px;
  transition: color 250ms; }
  .PR_obj-fm-label.PR_st-error {
    color: #ff0000; }

/*-----|| input[text] global ||-----*/
.PR_obj-fm-txt {
  display: block;
  background-color: #D6D6D6;
  border: 1px solid #D6D6D6;
  padding: 0 10px;
  line-height: 24px;
  min-height: 26px;
  font-size: 14px;
  color: #4a4a4a;
  width: 100%;
  transition: border-color 300ms ease, background-color 300ms ease; }
  .PR_obj-fm-txt:focus {
    border-color: #d6d6d6;
    background-color: #d6d6d6;
    outline: none; }
  .PR_obj-fm-txt.PR_st-error {
    border-color: #ff0000; }

.PR_oldie .PR_obj-fm-txt {
  min-height: 24px;
  height: 24px; }

/*-----|| textarea global ||-----*/
.PR_obj-fm-area {
  display: block;
  background-color: #D6D6D6;
  border: 1px solid #D6D6D6;
  padding: 5px 10px;
  line-height: 16px;
  height: 135px;
  font-size: 14px;
  color: #4a4a4a;
  width: 100%;
  resize: vertical;
  transition: border-color 300ms ease, background-color 300ms ease; }
  .PR_obj-fm-area:focus {
    border-color: #d6d6d6;
    background-color: #d6d6d6;
    outline: none; }
  .PR_obj-fm-area.PR_st-error {
    border-color: #ff0000; }

/*-----|| select global ||-----*/
.PR_obj-fm-select {
  display: inline-block; }

.PR_js-load .PR_js-customselect {
  visibility: hidden; }

.PR_js-load .PR_obj-fm-select-wrap .PR_js-customselect {
  visibility: visible; }

.PR_obj-fm-select-wrap {
  position: relative;
  z-index: 0;
  min-height: 26px;
  /* .PR_ext-bright + .PR_customselect {
      > .PR_wrapper {
          background-color: #FFF;
      }
  } */ }
  .PR_obj-fm-select-wrap select.PR_st-disabled {
    cursor: not-allowed; }
    .PR_obj-fm-select-wrap select.PR_st-disabled * {
      cursor: not-allowed; }
  .PR_obj-fm-select-wrap .PR_replaced {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 26px;
    border: 0;
    filter: alpha(opacity=0);
    opacity: 0;
    line-height: 20px;
    font-size: 14px;
    cursor: pointer; }
    .PR_obj-fm-select-wrap .PR_replaced option {
      font-size: 14px; }
    .PR_obj-fm-select-wrap .PR_replaced.PR_st-error + .PR_customselect .PR_wrapper {
      border-color: #ff0000; }
  .PR_obj-fm-select-wrap .PR_customselect {
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    transition: opacity 300ms ease-out; }
    .PR_obj-fm-select-wrap .PR_customselect > .PR_wrapper {
      position: relative;
      display: block;
      height: 26px;
      border: solid 1px #D6D6D6;
      background-color: #D6D6D6;
      color: #4a4a4a;
      transition: background-color 300ms ease-out, border-color 300ms ease-out, color 300ms ease-out; }
    .PR_obj-fm-select-wrap .PR_customselect.PR_st-disabled {
      color: #d6d6d6; }
      .PR_obj-fm-select-wrap .PR_customselect.PR_st-disabled * {
        cursor: not-allowed; }
      .PR_obj-fm-select-wrap .PR_customselect.PR_st-disabled > .PR_wrapper {
        color: #d6d6d6; }
        .PR_obj-fm-select-wrap .PR_customselect.PR_st-disabled > .PR_wrapper .PR_icon {
          background-position: -60px -180px; }
    .PR_obj-fm-select-wrap .PR_customselect.PR_st-active > .PR_wrapper {
      color: #4a4a4a;
      background-color: #d6d6d6; }
      .PR_obj-fm-select-wrap .PR_customselect.PR_st-active > .PR_wrapper .PR_icon {
        background-position: -30px -180px; }
    .PR_obj-fm-select-wrap .PR_customselect:hover > .PR_wrapper .PR_icon,
    .PR_obj-fm-select-wrap .PR_customselect.PR_st-hover > .PR_wrapper .PR_icon {
      background-position: -30px -180px; }
    .PR_obj-fm-select-wrap .PR_customselect .PR_text {
      display: block;
      padding: 0px 25px 0px 10px;
      height: 26px;
      font-size: 14px;
      line-height: 26px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .PR_obj-fm-select-wrap .PR_customselect .PR_icon {
      position: absolute;
      display: block;
      width: 13px;
      height: 10px;
      right: 10px;
      top: 50%;
      margin-top: -5px;
      background: url(img-rewereisen/PR_icons-sprite.png) 0 -180px no-repeat; }

/*-----|| checkbox global ||-----*/
.PR_obj-fm-check {
  display: block; }

/*-----|| radio global ||-----*/
.PR_obj-fm-radio {
  display: block; }

/*-----|| checkbox/radio global ||-----*/
@media only screen {
  /* hide it from IE8 !!!!!!! */
  .PR_obj-fm-check,
  .PR_obj-fm-radio {
    position: relative;
    display: block;
    margin-bottom: 8px;
    /* input[type="checkbox"]:focus ~ .PR_obj-fm-label:before,
    input[type="checkbox"]:hover ~ .PR_obj-fm-label:before {
        background-position:0 -330px;
    } */
    /* input[type="checkbox"]:checked:focus ~ .PR_obj-fm-label:before,
    input[type="checkbox"]:checked:hover ~ .PR_obj-fm-label:before {
        background-position:-120px -330px;
    } */
    /* input[type="radio"] ~ .PR_obj-fm-label:before {
        background-position:-90px -360px;
    } */
    /* input[type="radio"]:focus ~ .PR_obj-fm-label:before,
    input[type="radio"]:hover ~ .PR_obj-fm-label:before {
        background-position:0 -360px;
    } */
    /* input[type="radio"]:checked:focus ~ .PR_obj-fm-label:before,
    input[type="radio"]:checked:hover ~ .PR_obj-fm-label:before {
        background-position:-120px -360px;
    } */
    /* input[type="checkbox"]:checked + label,
    input[type="radio"]:checked + label,
    input[type="checkbox"]:checked.PR_st-error + label,
    input[type="radio"]:checked.PR_st-error + label {
        color: $cl-grey-1;
    } */
    /* input[type="checkbox"].PR_st-error + label,
    input[type="radio"].PR_st-error + label {
        color: $cl-error;
    } */ }
    .PR_obj-fm-check input[type="checkbox"],
    .PR_obj-fm-check input[type="radio"],
    .PR_obj-fm-radio input[type="checkbox"],
    .PR_obj-fm-radio input[type="radio"] {
      position: absolute;
      width: 18px;
      height: 18px;
      overflow: hidden;
      margin: 0;
      padding: 0;
      border: 0;
      outline: 0;
      opacity: 0;
      z-index: -1; }
    .PR_obj-fm-check input[type="checkbox"] ~ .PR_obj-fm-label,
    .PR_obj-fm-check input[type="radio"] ~ .PR_obj-fm-label,
    .PR_obj-fm-radio input[type="checkbox"] ~ .PR_obj-fm-label,
    .PR_obj-fm-radio input[type="radio"] ~ .PR_obj-fm-label {
      position: relative;
      display: block;
      line-height: 18px;
      padding-left: 25px;
      cursor: pointer;
      /* background-color: #fff; */
      /* &:hover {
          color: $cl-black;
      } */ }
    .PR_obj-fm-check input[type="checkbox"] ~ .PR_obj-fm-label:before,
    .PR_obj-fm-check input[type="radio"] ~ .PR_obj-fm-label:before,
    .PR_obj-fm-radio input[type="checkbox"] ~ .PR_obj-fm-label:before,
    .PR_obj-fm-radio input[type="radio"] ~ .PR_obj-fm-label:before {
      /* display:inline-block; */
      content: " ";
      position: absolute;
      left: 0;
      top: 0;
      width: 14px;
      height: 14px;
      background: #D6D6D6;
      border: 1px solid #D6D6D6;
      vertical-align: top; }
    .PR_obj-fm-check input[type="radio"] ~ .PR_obj-fm-label:before,
    .PR_obj-fm-radio input[type="radio"] ~ .PR_obj-fm-label:before {
      border-radius: 50%;
      width: 16px;
      height: 16px; }
    .PR_obj-fm-check input[type="checkbox"]:checked ~ .PR_obj-fm-label:before,
    .PR_obj-fm-radio input[type="checkbox"]:checked ~ .PR_obj-fm-label:before {
      background-image: url(img-rewereisen/PR_icons-sprite.png);
      background-position: 2px -327px; }
    .PR_obj-fm-check input[type="checkbox"]:checked.PR_st-error ~ .PR_obj-fm-label:before,
    .PR_obj-fm-radio input[type="checkbox"]:checked.PR_st-error ~ .PR_obj-fm-label:before {
      border-color: #ff0000; }
    .PR_obj-fm-check input[type="checkbox"]:checked ~ .PR_obj-fm-label,
    .PR_obj-fm-radio input[type="checkbox"]:checked ~ .PR_obj-fm-label {
      color: #4a4a4a; }
    .PR_obj-fm-check input[type="checkbox"]:disabled ~ .PR_obj-fm-label,
    .PR_obj-fm-radio input[type="checkbox"]:disabled ~ .PR_obj-fm-label {
      color: #d6d6d6;
      cursor: not-allowed; }
    .PR_obj-fm-check input[type="checkbox"].PR_st-error ~ .PR_obj-fm-label a,
    .PR_obj-fm-radio input[type="checkbox"].PR_st-error ~ .PR_obj-fm-label a {
      text-decoration: underline; }
    .PR_obj-fm-check input[type="checkbox"].PR_st-error ~ .PR_obj-fm-label:before,
    .PR_obj-fm-radio input[type="checkbox"].PR_st-error ~ .PR_obj-fm-label:before {
      border-color: #ff0000; }
    .PR_obj-fm-check input[type="radio"]:checked ~ .PR_obj-fm-label:before,
    .PR_obj-fm-radio input[type="radio"]:checked ~ .PR_obj-fm-label:before {
      background-image: url(img-rewereisen/PR_icons-sprite.png);
      background-position: -60px -390px; }
    .PR_obj-fm-check input[type="radio"]:checked.PR_st-error ~ .PR_obj-fm-label:before,
    .PR_obj-fm-radio input[type="radio"]:checked.PR_st-error ~ .PR_obj-fm-label:before {
      border-color: #ff0000; }
    .PR_obj-fm-check input[type="radio"]:checked ~ .PR_obj-fm-label,
    .PR_obj-fm-radio input[type="radio"]:checked ~ .PR_obj-fm-label {
      color: #4a4a4a; }
    .PR_obj-fm-check input[type="radio"]:disabled ~ .PR_obj-fm-label,
    .PR_obj-fm-radio input[type="radio"]:disabled ~ .PR_obj-fm-label {
      color: #d6d6d6; }
    .PR_obj-fm-check input[type="radio"].PR_st-error ~ .PR_obj-fm-label a,
    .PR_obj-fm-radio input[type="radio"].PR_st-error ~ .PR_obj-fm-label a {
      text-decoration: underline; }
    .PR_obj-fm-check input[type="radio"].PR_st-error ~ .PR_obj-fm-label:before,
    .PR_obj-fm-radio input[type="radio"].PR_st-error ~ .PR_obj-fm-label:before {
      border-color: #ff0000; } }

.PR_oldie .PR_obj-fm-check,
.PR_oldie .PR_obj-fm-radio {
  position: relative;
  display: block; }
  .PR_oldie .PR_obj-fm-check input[type="checkbox"],
  .PR_oldie .PR_obj-fm-check input[type="radio"],
  .PR_oldie .PR_obj-fm-radio input[type="checkbox"],
  .PR_oldie .PR_obj-fm-radio input[type="radio"] {
    display: inline-block;
    width: 20px;
    height: 20px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    font-size: 16px; }
  .PR_oldie .PR_obj-fm-check input[type="checkbox"] ~ .PR_obj-fm-label,
  .PR_oldie .PR_obj-fm-check input[type="radio"] ~ .PR_obj-fm-label,
  .PR_oldie .PR_obj-fm-radio input[type="checkbox"] ~ .PR_obj-fm-label,
  .PR_oldie .PR_obj-fm-radio input[type="radio"] ~ .PR_obj-fm-label {
    position: relative;
    display: inline;
    line-height: 20px;
    padding-left: 0;
    cursor: pointer;
    overflow: hidden;
    top: -6px;
    /* background-color: #fff; */ }
    .PR_oldie .PR_obj-fm-check input[type="checkbox"] ~ .PR_obj-fm-label:hover,
    .PR_oldie .PR_obj-fm-check input[type="radio"] ~ .PR_obj-fm-label:hover,
    .PR_oldie .PR_obj-fm-radio input[type="checkbox"] ~ .PR_obj-fm-label:hover,
    .PR_oldie .PR_obj-fm-radio input[type="radio"] ~ .PR_obj-fm-label:hover {
      color: #7a7a7a; }

/*-----|| dependent checkboxes ||-----*/
.PR_obj-fm-check-deps .PR_cat {
  margin-bottom: 35px; }
  .PR_obj-fm-check-deps .PR_cat:last-child {
    margin-bottom: 20px; }

.PR_obj-fm-check-deps .PR_obj-fm-check {
  margin-bottom: 5px; }

.PR_obj-fm-check-deps .PR_node.PR_level-0 {
  margin-bottom: 35px; }
  .PR_obj-fm-check-deps .PR_node.PR_level-0 > label {
    font-family: "UnitRoundedWebBold", Arial, Helvetica, sans-serif;
    font-size: 14px; }

.PR_obj-fm-check-deps .PR_node.PR_level-1 {
  padding: 0 0 7px 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #D6D6D6; }
  .PR_obj-fm-check-deps .PR_node.PR_level-1 > label {
    font-family: "UnitRoundedWebBold", Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin-bottom: 0; }

.PR_fm-mandatory {
  clear: both;
  font-size: 10px;
  color: #4a4a4a;
  line-height: 14px; }
  .PR_fm-mandatory > strong {
    color: #4a4a4a; }

/*-----|| error states ||-----*/
.PR_dc-srd p.PR_st-error,
.PR_dc-srd p.PR_st-error:last-child {
  position: relative;
  padding-left: 20px;
  margin: 8px 0 0 0;
  font-size: 14px;
  color: #ff0000;
  font-family: "UnitRoundedWebBold", Arial, Helvetica, sans-serif;
  /* .PR_ext-full & {
      margin-left: 25px;
  } */ }
  .PR_dc-srd p.PR_st-error > .PR_icon,
  .PR_dc-srd p.PR_st-error:last-child > .PR_icon {
    position: absolute;
    left: 0;
    top: -1px;
    width: 16px;
    height: 16px;
    background: url(img-rewereisen/PR_icons-sprite.png) -60px -120px no-repeat; }

/*-----|| checkbox/radios with image ||-----*/
.PR_obj-fm-img-box {
  position: relative; }
  .PR_obj-fm-img-box .PR_img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
    margin: 0; }
  .PR_obj-fm-img-box .PR_obj-fm-check input[type="checkbox"] ~ .PR_obj-fm-label {
    margin-bottom: 0;
    padding-left: 0; }
    .PR_obj-fm-img-box .PR_obj-fm-check input[type="checkbox"] ~ .PR_obj-fm-label:before {
      position: absolute;
      left: 10px;
      top: auto;
      bottom: 10px; }

@media screen and (min-width: 0px) and (max-width: 767px) {
  .PR_dc-srd input, .PR_dc-srd textarea {
    font-size: 16px !important; }
  .PR_obj-fm-img-box .PR_img {
    display: none; }
  .PR_obj-fm-img-box .PR_obj-fm-check input[type="checkbox"] ~ .PR_obj-fm-label {
    margin-bottom: 12px;
    padding-left: 25px; }
    .PR_obj-fm-img-box .PR_obj-fm-check input[type="checkbox"] ~ .PR_obj-fm-label:before {
      left: 0;
      top: 0;
      bottom: auto; }
  .PR_obj-fm-select-wrap .PR_obj-fm-select, .PR_obj-fm-select-wrap .PR_replaced {
    font-size: 16px !important; }
  .PR_obj-fm-select-wrap .PR_customselect .PR_text {
    font-size: 16px; }
  /*-----|| form grid ||-----*/
  .PR_fm-grid .PR_col {
    margin-right: 0;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
    .PR_fm-grid .PR_col.PR_ext-2 {
      margin-right: 0;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; }
    .PR_fm-grid .PR_col.PR_ext-s {
      margin-right: 0;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; }
    .PR_fm-grid .PR_col.PR_ext-m {
      margin-right: 0;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; }
    .PR_fm-grid .PR_col.PR_ext-l {
      margin-right: 0;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; }
    .PR_fm-grid .PR_col.PR_ext-3 {
      margin-right: 0;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }

/*-----|| ui objects ||--------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----|| button ||-----*/
.PR_dc-srd .PR_obj-ui-btn {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 0;
  border: none;
  cursor: pointer;
  vertical-align: bottom;
  font-family: "UnitRoundedWebBold", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  transition: color 300ms ease-out;
  /*
   &.PR_ext-size-m {
      padding: 9px 19px 9px 19px;
      font-size: $font-m;
  }
  &.PR_ext-size-l {
      padding: 11px 20px 7px 20px;
      font-size: $font-xl;
  } */ }
  .PR_dc-srd .PR_obj-ui-btn > .PR_srd {
    position: relative;
    padding: 11px 20px 10px 20px;
    display: block;
    width: 100%;
    height: 100%;
    font-family: "UnitRoundedWebBold", Arial, Helvetica, sans-serif; }
    .PR_dc-srd .PR_obj-ui-btn > .PR_srd:after {
      content: "";
      position: absolute;
      height: 100%;
      width: 0;
      left: 0;
      top: 0;
      z-index: -1;
      transition: width 300ms ease; }
  .PR_dc-srd .PR_obj-ui-btn:hover > .PR_srd:after, .PR_dc-srd .PR_obj-ui-btn:focus > .PR_srd:after, .PR_dc-srd .PR_obj-ui-btn:active > .PR_srd:after {
    width: 100%; }
  .PR_dc-srd .PR_obj-ui-btn.PR_ext-color-1 {
    color: #cc071d;
    background-color: #ffcd32; }
    .PR_dc-srd .PR_obj-ui-btn.PR_ext-color-1 > .PR_srd:after {
      background-color: #FCBE00; }
    .PR_dc-srd .PR_obj-ui-btn.PR_ext-color-1:hover, .PR_dc-srd .PR_obj-ui-btn.PR_ext-color-1:focus, .PR_dc-srd .PR_obj-ui-btn.PR_ext-color-1:active {
      text-decoration: none;
      color: #ab0618; }
  .PR_dc-srd .PR_obj-ui-btn.PR_ext-color-2 {
    color: #cc071d;
    background-color: #D6D6D6; }
    .PR_dc-srd .PR_obj-ui-btn.PR_ext-color-2 > .PR_srd:after {
      background-color: #d6d6d6; }
    .PR_dc-srd .PR_obj-ui-btn.PR_ext-color-2:hover, .PR_dc-srd .PR_obj-ui-btn.PR_ext-color-2:focus, .PR_dc-srd .PR_obj-ui-btn.PR_ext-color-2:active {
      text-decoration: none;
      color: #ab0618; }
  .PR_dc-srd .PR_obj-ui-btn.PR_ext-color-3 {
    color: #4a4a4a;
    background-color: #75B045; }
    .PR_dc-srd .PR_obj-ui-btn.PR_ext-color-3 > .PR_srd:after {
      background-color: #78a91f; }
    .PR_dc-srd .PR_obj-ui-btn.PR_ext-color-3:hover, .PR_dc-srd .PR_obj-ui-btn.PR_ext-color-3:focus, .PR_dc-srd .PR_obj-ui-btn.PR_ext-color-3:active {
      text-decoration: none;
      color: #4a4a4a; }
  .PR_dc-srd .PR_obj-ui-btn.PR_ext-iconpure {
    padding: 0;
    height: 37px;
    width: 37px; }
    .PR_dc-srd .PR_obj-ui-btn.PR_ext-iconpure > .PR_icon {
      position: absolute;
      left: 50%;
      top: 50%;
      width: 10px;
      height: 10px;
      margin: -5px 0 0 -5px;
      background-color: pink; }
  .PR_dc-srd .PR_obj-ui-btn.PR_ext-size-s > .PR_srd {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px; }
  .PR_dc-srd .PR_obj-ui-btn.PR_ext-width-full {
    text-align: center;
    width: 100%; }
  .PR_dc-srd .PR_obj-ui-btn.PR_ext-type-m {
    /* merkliste button */ }
    .PR_dc-srd .PR_obj-ui-btn.PR_ext-type-m > .PR_icon {
      display: inline-block;
      width: 13px;
      height: 13px;
      margin-right: 5px;
      vertical-align: middle;
      margin-top: -2px;
      background: url(img-rewereisen/PR_icons-sprite.png) 0 -690px no-repeat; }
    .PR_dc-srd .PR_obj-ui-btn.PR_ext-type-m:hover > .PR_icon, .PR_dc-srd .PR_obj-ui-btn.PR_ext-type-m:focus > .PR_icon, .PR_dc-srd .PR_obj-ui-btn.PR_ext-type-m:active > .PR_icon {
      background-position: -30px -690px; }
  .PR_dc-srd .PR_obj-ui-btn.PR_ext-type-print {
    /* print button */ }
    .PR_dc-srd .PR_obj-ui-btn.PR_ext-type-print > .PR_icon {
      display: inline-block;
      width: 13px;
      height: 13px;
      margin-right: 5px;
      vertical-align: middle;
      margin-top: -2px;
      background: url(img-rewereisen/PR_icons-sprite.png) 0 -750px no-repeat; }
    .PR_dc-srd .PR_obj-ui-btn.PR_ext-type-print:hover > .PR_icon, .PR_dc-srd .PR_obj-ui-btn.PR_ext-type-print:focus > .PR_icon, .PR_dc-srd .PR_obj-ui-btn.PR_ext-type-print:active > .PR_icon {
      background-position: -30px -750px; }
  .PR_dc-srd .PR_obj-ui-btn.PR_ext-type-note {
    /* note button */ }
    .PR_dc-srd .PR_obj-ui-btn.PR_ext-type-note > .PR_icon {
      display: inline-block;
      width: 13px;
      height: 13px;
      margin-right: 5px;
      vertical-align: middle;
      margin-top: -2px;
      background: url(img-rewereisen/PR_icons-sprite.png) 0 -690px no-repeat; }
    .PR_dc-srd .PR_obj-ui-btn.PR_ext-type-note:hover > .PR_icon, .PR_dc-srd .PR_obj-ui-btn.PR_ext-type-note:focus > .PR_icon, .PR_dc-srd .PR_obj-ui-btn.PR_ext-type-note:active > .PR_icon {
      background-position: -30px -690px; }
  .PR_dc-srd .PR_obj-ui-btn.PR_ext-type-infinite {
    /* infinite scroll button */
    width: 316px;
    padding: 5px 20px 1px 20px;
    font-size: 14px;
    color: #D6D6D6; }
  .PR_dc-srd .PR_obj-ui-btn.PR_ext-watchlist .PR_icon {
    display: inline-block;
    width: 12px;
    height: 10px;
    vertical-align: middle;
    margin-right: 10px;
    background: url(img-rewereisen/PR_icons-sprite.png) 0 -90px no-repeat; }

/*-----|| close button ||-----*/
.PR_obj-ui-btn-close {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  border: none;
  background: 0;
  color: #fff;
  font-size: 12px;
  overflow: visible; }
  .PR_obj-ui-btn-close > .PR_icon {
    position: absolute;
    width: 14px;
    height: 14px;
    top: 50%;
    left: 50%;
    margin-top: -7px;
    margin-left: -7px;
    background: url(img-rewereisen/PR_icons-sprite.png) -60px -630px no-repeat; }
  .PR_obj-ui-btn-close:hover, .PR_obj-ui-btn-close:focus, .PR_obj-ui-btn-close:active {
    text-decoration: none; }

/*-----|| search button ||-----*/
/* .PR_obj-ui-btn-search {
    border:0;
    width: 26px;
    height: 26px;
    background: $cl-yellow url(img-rewereisen/PR_icons-sprite.png) 6px 6px no-repeat;
    overflow: visible;
    &:hover,
    &:focus {
        background-position: -24px 6px;
        background-color: $cl-yellow-2;
    }
}
.PR_obj-fm-txt + .PR_obj-ui-btn-search {
    position: absolute;
    right: 0;
    top:0;
} */
/*-----|| merkliste button ||-----*/
.PR_obj-ui-btn-watchlist {
  display: block;
  padding: 0;
  border: none;
  background: none;
  background-color: transparent; }
  .PR_obj-ui-btn-watchlist > span {
    position: relative;
    display: block;
    width: 26px;
    height: 26px;
    border: none;
    background-color: #D6D6D6; }
  .PR_obj-ui-btn-watchlist .PR_icon {
    position: absolute;
    width: 12px;
    height: 10px;
    left: 50%;
    top: 50%;
    margin: -5px 0 0 -6px;
    background: url(img-rewereisen/PR_icons-sprite.png) 0 -90px no-repeat; }
  .PR_obj-ui-btn-watchlist:hover .PR_icon {
    background-position: -30px -90px; }
  .PR_obj-ui-btn-watchlist.PR_st-loading {
    cursor: not-allowed; }
  .PR_obj-ui-btn-watchlist[data-type=remove] .PR_icon {
    background-position: -60px -90px; }
  .PR_obj-ui-btn-watchlist[data-type=remove]:hover:not(.dontbreak) .PR_icon {
    background-position: -90px -90px;
    width: 16px;
    margin-left: -8px; }

.PR_touch .PR_obj-ui-btn-watchlist[data-type=remove]:hover .PR_icon {
  background-position: -60px -90px;
  width: 12px;
  margin-left: -6px; }

/*-----|| short button ||-----*/
.PR_obj-ui-btn-short {
  position: relative;
  padding: 0;
  border: 0;
  width: 26px;
  height: 26px;
  background-color: #ffcd32;
  overflow: visible;
  z-index: 1; }
  .PR_obj-ui-btn-short > .PR_srd {
    position: relative;
    display: block;
    width: 100%;
    height: 100%; }
    .PR_obj-ui-btn-short > .PR_srd:after {
      content: "";
      position: absolute;
      height: 100%;
      width: 0;
      left: 0;
      top: 0;
      z-index: -1;
      transition: width 200ms ease; }
  .PR_obj-ui-btn-short .PR_icon {
    position: absolute;
    width: 10px;
    height: 13px;
    left: 50%;
    top: 50%;
    margin: -7px 0 0 -4px;
    background: url(img-rewereisen/PR_icons-sprite.png) 0 -150px no-repeat; }
  .PR_obj-ui-btn-short:hover, .PR_obj-ui-btn-short:focus, .PR_obj-ui-btn-short:active {
    text-decoration: none; }
    .PR_obj-ui-btn-short:hover > .PR_srd:after, .PR_obj-ui-btn-short:focus > .PR_srd:after, .PR_obj-ui-btn-short:active > .PR_srd:after {
      width: 100%;
      background-color: #FCBE00; }
    .PR_obj-ui-btn-short:hover .PR_icon, .PR_obj-ui-btn-short:focus .PR_icon, .PR_obj-ui-btn-short:active .PR_icon {
      background-position: -30px -150px; }
  .PR_obj-ui-btn-short.PR_ext-search .PR_icon {
    position: absolute;
    width: 14px;
    height: 14px;
    margin: -7px 0 0 -7px;
    background: url(img-rewereisen/PR_icons-sprite.png) 0 0 no-repeat; }
  .PR_obj-ui-btn-short.PR_ext-search:hover, .PR_obj-ui-btn-short.PR_ext-search:focus, .PR_obj-ui-btn-short.PR_ext-search:active {
    cursor: default;
    /* .PR_icon {
          background-position: -30px 0;
      }  */ }
    .PR_obj-ui-btn-short.PR_ext-search:hover > .PR_srd:after, .PR_obj-ui-btn-short.PR_ext-search:focus > .PR_srd:after, .PR_obj-ui-btn-short.PR_ext-search:active > .PR_srd:after {
      width: 0%;
      background-color: #ffcd32; }

.PR_obj-fm-txt + .PR_obj-ui-btn-short {
  position: absolute;
  right: 0;
  top: 0; }

/*-----|| textlink ||-----*/
.PR_obj-ui-textlink {
  font-size: 14px;
  cursor: pointer;
  color: #cc071d; }
  .PR_obj-ui-textlink:hover {
    color: #ab0618; }
  .PR_obj-ui-textlink.PR_ext-arrow > .PR_icon {
    display: inline-block;
    width: 6px;
    height: 8px;
    margin-right: 5px;
    background: url(img-rewereisen/PR_icons-sprite.png) 0px -240px no-repeat; }
  .PR_obj-ui-textlink.PR_ext-arrow:hover > .PR_icon, .PR_obj-ui-textlink.PR_ext-arrow:focus > .PR_icon, .PR_obj-ui-textlink.PR_ext-arrow:active > .PR_icon {
    background-position: -30px -240px; }
  .PR_obj-ui-textlink.PR_ext-pin > .PR_icon {
    display: inline-block;
    width: 12px;
    height: 15px;
    margin-right: 5px;
    background: url(img-rewereisen/PR_icons-sprite.png) 0px -1358px no-repeat;
    vertical-align: top; }
  .PR_obj-ui-textlink.PR_ext-pin:hover > .PR_icon, .PR_obj-ui-textlink.PR_ext-pin:focus > .PR_icon, .PR_obj-ui-textlink.PR_ext-pin:active > .PR_icon {
    background-position: -15px -1358px; }
  .PR_obj-ui-textlink.PR_ext-underline {
    text-decoration: underline; }
  .PR_obj-ui-textlink.PR_ext-color-4 {
    color: #D6D6D6; }
    .PR_obj-ui-textlink.PR_ext-color-4:hover, .PR_obj-ui-textlink.PR_ext-color-4:focus, .PR_obj-ui-textlink.PR_ext-color-4:active {
      color: #cc071d; }

/*-----|| pager ||-----*/
.PR_obj-ui-pager {
  *zoom: 1; }
  .PR_obj-ui-pager:before, .PR_obj-ui-pager:after {
    content: "";
    display: table; }
  .PR_obj-ui-pager:after {
    clear: both; }
  .PR_obj-ui-pager > .PR_prev,
  .PR_obj-ui-pager > .PR_next {
    position: relative;
    display: inline-block;
    line-height: 26px;
    width: 26px;
    height: 26px;
    background-color: #D6D6D6;
    vertical-align: top;
    transition: background-color 200ms; }
    .PR_obj-ui-pager > .PR_prev > .PR_icon,
    .PR_obj-ui-pager > .PR_next > .PR_icon {
      position: absolute;
      left: 50%;
      top: 50%;
      width: 10px;
      height: 14px;
      margin: -7px 0 0 -5px;
      background: url(img-rewereisen/PR_icons-sprite.png) no-repeat; }
    .PR_obj-ui-pager > .PR_prev:hover, .PR_obj-ui-pager > .PR_prev:focus, .PR_obj-ui-pager > .PR_prev:active,
    .PR_obj-ui-pager > .PR_next:hover,
    .PR_obj-ui-pager > .PR_next:focus,
    .PR_obj-ui-pager > .PR_next:active {
      background-color: #d6d6d6;
      text-decoration: none; }
  .PR_obj-ui-pager > .PR_prev > .PR_icon {
    background-position: -60px -150px; }
  .PR_obj-ui-pager > .PR_prev:hover > .PR_icon, .PR_obj-ui-pager > .PR_prev:focus > .PR_icon, .PR_obj-ui-pager > .PR_prev:active > .PR_icon {
    background-position: -90px -150px; }
  .PR_obj-ui-pager > .PR_prev.PR_st-disabled {
    background-color: #D6D6D6; }
    .PR_obj-ui-pager > .PR_prev.PR_st-disabled > .PR_icon {
      background-position: -150px -150px; }
  .PR_obj-ui-pager > .PR_next > .PR_icon {
    background-position: 0 -150px; }
  .PR_obj-ui-pager > .PR_next:hover > .PR_icon, .PR_obj-ui-pager > .PR_next:focus > .PR_icon, .PR_obj-ui-pager > .PR_next:active > .PR_icon {
    background-position: -30px -150px; }
  .PR_obj-ui-pager > .PR_next.PR_st-disabled {
    background-color: #D6D6D6; }
    .PR_obj-ui-pager > .PR_next.PR_st-disabled > .PR_icon {
      background-position: -120px -150px; }
  .PR_obj-ui-pager > ul {
    vertical-align: top;
    display: inline-block;
    margin: 0 5px; }
    .PR_obj-ui-pager > ul > li {
      display: inline-block;
      text-align: center; }
      .PR_obj-ui-pager > ul > li > a,
      .PR_obj-ui-pager > ul > li > span {
        display: block;
        line-height: 25px;
        padding-top: 1px;
        width: 26px;
        height: 26px;
        background-color: #D6D6D6;
        color: #cc071d;
        font-size: 14px;
        font-family: "UnitRoundedWebBold", Arial, Helvetica, sans-serif;
        transition: background-color 200ms; }
      .PR_obj-ui-pager > ul > li > a:hover, .PR_obj-ui-pager > ul > li > a:focus, .PR_obj-ui-pager > ul > li > a:active {
        color: #ab0618;
        background-color: #d6d6d6;
        text-decoration: none; }
      .PR_obj-ui-pager > ul > li > span {
        color: #4a4a4a; }
      .PR_obj-ui-pager > ul > li > .PR_space {
        color: #7a7a7a;
        background-color: transparent;
        letter-spacing: 2px;
        font-size: 14px; }

/*-----|| jump to top button ||-----*/
.PR_obj-ui-btn-top {
  position: fixed;
  z-index: 10;
  right: 0;
  bottom: 0;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  width: 36px;
  height: 54px;
  background-color: #fff;
  transition: opacity 300ms; }
  .PR_st-scrolled .PR_obj-ui-btn-top {
    opacity: 1;
    visibility: visible; }
  .PR_obj-ui-btn-top > .PR_icon {
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    width: 14px;
    height: 10px;
    margin: -5px 0 0 -7px;
    background: url(img-rewereisen/PR_icons-sprite.png) 0 -210px no-repeat;
    transition: top 300ms; }
  .PR_obj-ui-btn-top:hover > .PR_icon {
    background-position: -30px -210px;
    top: 40%; }

@media screen and (max-width: 850px) {
  .PR_obj-ui-btn-top {
    display: none; } }

/*-----|| element objects ||---------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----|| divider ||-----*/
.PR_obj-divider {
  margin: 0 0 20px 0;
  height: 1px;
  background-color: #D6D6D6; }

/*-----|| ibe section container ||-----*/
.PR_obj-ibe-section {
  margin-bottom: 30px; }
  .PR_obj-ibe-section > .PR_grid-cont {
    margin-bottom: 4px; }
    .PR_obj-ibe-section > .PR_grid-cont:last-child {
      margin-bottom: 0; }
  .PR_obj-ibe-section .PR_last-child .PR_obj-ibe-presenter {
    margin-bottom: 6px; }

/*-----|| ibe section header ||-----*/
.PR_obj-ibe-section-header {
  position: relative;
  padding: 20px;
  height: 100%;
  background-color: #fff; }
  .PR_obj-ibe-section-header .PR_obj-txt-hl-type-2 {
    margin-bottom: 30px; }
  .PR_obj-ibe-section-header .PR_obj-txt-hl-type-3 {
    margin-bottom: 10px; }
  .PR_obj-ibe-section-header .PR_obj-ln-icon {
    position: absolute;
    left: 20px;
    bottom: 20px; }

/*-----|| ibe presenter ||-----*/
.PR_obj-ibe-presenter {
  position: relative;
  height: 100%;
  background-color: #fff; }
  .PR_obj-ibe-presenter a {
    display: block;
    /* &:hover,
    &:focus,
    &:active {
        .PR_obj-ibe-price {
            > .PR_icon-srd {
                > .PR_srd:after {
                    width: 100%;
                    background-color: $cl-yellow-2;
                }
            }
            .PR_icon {
                background-position: -30px -150px;
            }
        }
    } */ }
  .PR_obj-ibe-presenter p a {
    display: inline; }
  .PR_obj-ibe-presenter .PR_fig-cont {
    position: relative; }
    .PR_obj-ibe-presenter .PR_fig-cont .PR_flag {
      display: inline-block;
      position: relative;
      margin-top: 8px;
      padding: 5px 10px 5px 10px; }
      .PR_obj-ibe-presenter .PR_fig-cont .PR_flag.PR_ext-cl-1 {
        background-color: #fff;
        background-color: rgba(255, 255, 255, 0.9);
        color: #4a4a4a; }
      .PR_obj-ibe-presenter .PR_fig-cont .PR_flag.PR_ext-cl-2 {
        background-color: #75B045;
        color: #fff;
        padding-left: 45px;
        font-family: "UnitRoundedWebBold", Arial, Helvetica, sans-serif; }
        .PR_obj-ibe-presenter .PR_fig-cont .PR_flag.PR_ext-cl-2 > .PR_icon {
          position: absolute;
          left: 10px;
          top: 50%;
          width: 26px;
          height: 18px;
          margin-top: -9px;
          background: url(img-rewereisen/PR_icons-sprite.png) -120px -950px no-repeat; }
      .PR_obj-ibe-presenter .PR_fig-cont .PR_flag.PR_ext-cl-3 {
        background-color: #cc071d;
        left: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
        text-align: center;
        color: #fff;
        line-height: normal;
        font-family: "UnitRoundedWebBold", Arial, Helvetica, sans-serif;
        font-size: 14px;
        border-radius: 50%; }
        .PR_obj-ibe-presenter .PR_fig-cont .PR_flag.PR_ext-cl-3 > strong {
          font-size: 24px;
          line-height: 21px;
          display: block;
          margin-bottom: -3px;
          text-align: center; }
      .PR_obj-ibe-presenter .PR_fig-cont .PR_flag.PR_ext-cl-4 {
        background-color: #cc071d;
        font-family: "UnitRoundedWebBold", Arial, Helvetica, sans-serif;
        color: #fff;
        padding-left: 33px; }
        .PR_obj-ibe-presenter .PR_fig-cont .PR_flag.PR_ext-cl-4 > .PR_icon {
          position: absolute;
          left: 10px;
          top: 50%;
          width: 16px;
          height: 16px;
          margin-top: -8px;
          background: url(img-rewereisen/PR_icons-sprite.png) -30px -120px no-repeat; }
      .PR_obj-ibe-presenter .PR_fig-cont .PR_flag.PR_ext-cl-5 {
        background-color: #cc071d;
        color: #fff; }
      .PR_obj-ibe-presenter .PR_fig-cont .PR_flag.PR_ext-cl-6 {
        background-color: #75B045;
        color: #fff; }
    .PR_obj-ibe-presenter .PR_fig-cont .PR_flag-wrapper:first-child .PR_flag {
      margin-top: 18px; }
    .PR_obj-ibe-presenter .PR_fig-cont .PR_ibe-img {
      width: 100%;
      max-width: 100%;
      height: auto;
      transition: opacity 500ms ease-out; }
  .PR_obj-ibe-presenter .PR_obj-ui-btn-watchlist {
    padding: 10px; }
  .PR_obj-ibe-presenter .PR_hint {
    position: absolute;
    padding: 9px 1px 1px 1px;
    width: 240px;
    left: 50%;
    margin-left: -120px;
    bottom: 0;
    z-index: 21;
    line-height: 23px;
    min-height: 37px;
    background: #cd1414;
    font-size: 24px;
    font-family: "UnitRoundedWebBold", Arial, Helvetica, sans-serif;
    color: #fff;
    text-align: center; }
  .PR_obj-ibe-presenter.PR_st-finished {
    position: relative;
    z-index: 20; }
    .PR_obj-ibe-presenter.PR_st-finished:after {
      content: "";
      position: absolute;
      z-index: 20;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background-color: rgba(0, 0, 0, 0.4);
      pointer-events: none; }
    .PR_obj-ibe-presenter.PR_st-finished .PR_flag.PR_ext-cl-2,
    .PR_obj-ibe-presenter.PR_st-finished .PR_flag.PR_ext-cl-5 {
      z-index: 30;
      background-color: #f39200; }
    .PR_obj-ibe-presenter.PR_st-finished .PR_obj-ui-btn-watchlist {
      z-index: 30; }
    .PR_obj-ibe-presenter.PR_st-finished .PR_obj-ibe-price.PR_ext-noprice {
      z-index: 30;
      font-size: 14px;
      line-height: 30px;
      font-family: "UnitRoundedWebBold", Arial, Helvetica, sans-serif; }
    .PR_obj-ibe-presenter.PR_st-finished .PR_fn-message {
      position: absolute;
      padding: 20px;
      z-index: 21;
      text-align: center;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0; }
      .PR_obj-ibe-presenter.PR_st-finished .PR_fn-message .PR_obj-txt-hl-type-5 {
        margin-bottom: 20px; }
      .PR_obj-ibe-presenter.PR_st-finished .PR_fn-message p {
        color: #fff;
        font-size: 14px; }
  .PR_obj-ibe-presenter .PR_flag-ct {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .PR_obj-ibe-presenter .PR_info-ct {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%; }
    .PR_obj-ibe-presenter .PR_info-ct .PR_info-wrapper {
      width: auto;
      position: absolute;
      bottom: 40px;
      right: 0; }
      .PR_obj-ibe-presenter .PR_info-ct .PR_info-wrapper .PR_flag {
        margin-top: 0;
        background: #75B045;
        padding: 6px 10px 4px 10px;
        color: #fff;
        font-family: "UnitRoundedWebBold", Arial, Helvetica, sans-serif; }
  .PR_obj-ibe-presenter .PR_obj-logo-host {
    position: absolute;
    right: 0;
    top: 0; }
  @media screen and (min-width: 0px) and (max-width: 767px) {
    .PR_obj-ibe-presenter {
      margin-bottom: 10px; } }
  @media screen and (min-width: 768px) and (max-width: 1000px) {
    .PR_obj-ibe-presenter {
      margin-bottom: 10px; }
      .PR_obj-ibe-presenter .PR_info-ct .PR_info-wrapper {
        bottom: 54px; }
      .PR_obj-ibe-presenter.PR_st-finished .PR_obj-ibe-price.PR_ext-noprice {
        line-height: normal; } }

.PR_js-load .PR_obj-ibe-presenter .PR_fig-cont .PR_ibe-img {
  opacity: 0; }

.PR_js-load .PR_obj-ibe-presenter .PR_fig-cont.PR_st-loading {
  background: #D6D6D6 url(img-rewereisen/PR_preloader.gif) center center no-repeat;
  background-size: 35px 35px;
  transition: background-color 200ms;
  min-height: 224px; }

.PR_js-load .PR_obj-ibe-presenter .PR_fig-cont.PR_st-loaded {
  background-color: #fff;
  min-height: inherit; }
  .PR_js-load .PR_obj-ibe-presenter .PR_fig-cont.PR_st-loaded .PR_ibe-img {
    opacity: 1; }

.PR_js-load .PR_ext_recomm .PR_obj-ibe-presenter .PR_fig-cont.PR_st-loading {
  min-height: 1px; }

.PR_js-load .PR_ext_recomm .PR_obj-ibe-presenter .PR_fig-cont .PR_ibe-img {
  opacity: 1; }

/*-----|| ibe description ||-----*/
.PR_obj-ibe-desc {
  padding: 18px 20px 17px 20px;
  min-height: 95px;
  background-color: #fff;
  *zoom: 1; }
  .PR_obj-ibe-desc:before, .PR_obj-ibe-desc:after {
    content: "";
    display: table; }
  .PR_obj-ibe-desc:after {
    clear: both; }
  .PR_obj-ibe-desc > h2,
  .PR_obj-ibe-desc > h3,
  .PR_obj-ibe-desc > h4 {
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 8px;
    color: #4a4a4a; }
    .PR_obj-ibe-desc > h2 > a,
    .PR_obj-ibe-desc > h3 > a,
    .PR_obj-ibe-desc > h4 > a {
      display: block;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      color: #4a4a4a; }
      .PR_obj-ibe-desc > h2 > a:hover, .PR_obj-ibe-desc > h2 > a:focus, .PR_obj-ibe-desc > h2 > a:active,
      .PR_obj-ibe-desc > h3 > a:hover,
      .PR_obj-ibe-desc > h3 > a:focus,
      .PR_obj-ibe-desc > h3 > a:active,
      .PR_obj-ibe-desc > h4 > a:hover,
      .PR_obj-ibe-desc > h4 > a:focus,
      .PR_obj-ibe-desc > h4 > a:active {
        text-decoration: none; }
  .PR_obj-ibe-desc .PR_travel-type {
    color: #7a7a7a;
    margin-bottom: 10px;
    margin-top: -8px; }
  .PR_obj-ibe-desc .PR_description {
    min-height: 32px;
    font-size: 14px; }
  .PR_obj-ibe-desc .PR_obj-txt-mandatory {
    position: relative; }

.PR_oldie .PR_obj-ibe-desc {
  /* FIX IE8 box sizing bug with min-height */
  height: 95px;
  min-height: 0; }

/*-----|| ibe price tag ||-----*/
.PR_dc-srd .PR_obj-ibe-price {
  position: absolute;
  display: inline-block;
  padding: 4px 45px 1px 8px;
  right: 0;
  bottom: 0;
  min-height: 37px;
  background-color: #cc071d;
  color: #fff;
  font-size: 14px;
  line-height: normal;
  border: none;
  text-align: center; }
  .PR_dc-srd .PR_obj-ibe-price .PR_num {
    font-size: 26px;
    font-family: "UnitRoundedWebBold", Arial, Helvetica, sans-serif; }
  .PR_dc-srd .PR_obj-ibe-price .PR_cl {
    color: #fff;
    font-family: "UnitRoundedWebBold", Arial, Helvetica, sans-serif; }
  .PR_dc-srd .PR_obj-ibe-price .PR_starhint {
    position: relative;
    top: -5px;
    font-size: 16px;
    font-family: "UnitRoundedWebBold", Arial, Helvetica, sans-serif; }
  .PR_dc-srd .PR_obj-ibe-price > .PR_icon-srd {
    display: block;
    width: 37px;
    height: 37px;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #ffcd32;
    z-index: 1; }
    .PR_dc-srd .PR_obj-ibe-price > .PR_icon-srd > .PR_srd {
      position: relative;
      display: block;
      width: 100%;
      height: 100%; }
      .PR_dc-srd .PR_obj-ibe-price > .PR_icon-srd > .PR_srd:after {
        content: "";
        position: absolute;
        height: 100%;
        width: 0;
        left: 0;
        top: 0;
        z-index: -1;
        transition: width 200ms ease; }
  .PR_dc-srd .PR_obj-ibe-price .PR_icon {
    position: absolute;
    width: 10px;
    height: 13px;
    left: 50%;
    top: 50%;
    margin: -7px 0 0 -4px;
    background: url(img-rewereisen/PR_icons-sprite.png) 0 -150px no-repeat; }
  .PR_dc-srd .PR_obj-ibe-price:hover, .PR_dc-srd .PR_obj-ibe-price:focus, .PR_dc-srd .PR_obj-ibe-price:active {
    text-decoration: none; }
    .PR_dc-srd .PR_obj-ibe-price:hover > .PR_icon-srd > .PR_srd:after, .PR_dc-srd .PR_obj-ibe-price:focus > .PR_icon-srd > .PR_srd:after, .PR_dc-srd .PR_obj-ibe-price:active > .PR_icon-srd > .PR_srd:after {
      width: 100%;
      background-color: #FCBE00; }
    .PR_dc-srd .PR_obj-ibe-price:hover .PR_icon, .PR_dc-srd .PR_obj-ibe-price:focus .PR_icon, .PR_dc-srd .PR_obj-ibe-price:active .PR_icon {
      background-position: -30px -150px; }
  .PR_dc-srd .PR_obj-ibe-price.PR_ext-hint {
    font-size: 14px;
    line-height: 30px;
    font-family: "UnitRoundedWebBold", Arial, Helvetica, sans-serif; }
  .PR_dc-srd .PR_obj-ibe-price .PR_price-old {
    font-size: 14px;
    margin-right: 7px;
    display: block;
    text-align: left; }
    .PR_dc-srd .PR_obj-ibe-price .PR_price-old > strong {
      display: inline-block;
      position: relative;
      font-size: 16px; }
      .PR_dc-srd .PR_obj-ibe-price .PR_price-old > strong:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        background-color: #ffcd32;
        top: 50%;
        margin-top: -2px;
        -webkit-transform: rotate(-15deg);
                transform: rotate(-15deg); }
    .PR_dc-srd .PR_obj-ibe-price .PR_price-old ~ .PR_icon-srd {
      height: 100%; }

.PR_oldie .PR_obj-ibe-price {
  /* FIX IE8 box sizing bug with min-height */
  height: 37px;
  min-height: 0; }

/*-----|| range slider ||-----*/
.PR_obj-range-slider .PR_hl-panel {
  float: left; }

.PR_obj-range-slider .PR_budget {
  float: right;
  color: #7a7a7a;
  font-size: 14px; }
  .PR_obj-range-slider .PR_budget > .PR_st-selected {
    color: #4a4a4a; }

.PR_obj-range-slider .PR_output {
  margin-bottom: 10px; }
  .PR_obj-range-slider .PR_output input {
    width: 100px;
    display: inline-block;
    border: none;
    color: #cc071d;
    background: none;
    font-size: 14px; }

/*-----|| range slider ||-----*/
.PR_obj-time-slider .PR_label {
  float: left;
  color: #7a7a7a;
  margin-bottom: 8px; }

.PR_obj-time-slider .PR_output {
  float: right;
  color: #4a4a4a;
  font-size: 14px;
  margin-bottom: 8px; }

.PR_obj-time-slider .noUi-horizontal {
  z-index: 10;
  clear: both; }
  .PR_obj-time-slider .noUi-horizontal .noUi-handle {
    width: 7px;
    left: -3px; }
  .PR_obj-time-slider .noUi-horizontal.noUi-extended {
    padding: 0 3px; }
    .PR_obj-time-slider .noUi-horizontal.noUi-extended .noUi-origin {
      right: -3px; }

html.PR_touch .PR_obj-time-slider .noUi-horizontal .noUi-handle {
  height: 20px;
  width: 20px;
  left: -10px; }

html.PR_touch .PR_obj-time-slider .noUi-horizontal.noUi-extended {
  padding: 0 10px; }
  html.PR_touch .PR_obj-time-slider .noUi-horizontal.noUi-extended .noUi-origin {
    right: -10px; }

/*-----|| date picker static (no js) ||-----*/
.PR_obj-static-datepicker .picker__header {
  *zoom: 1; }
  .PR_obj-static-datepicker .picker__header:before, .PR_obj-static-datepicker .picker__header:after {
    content: "";
    display: table; }
  .PR_obj-static-datepicker .picker__header:after {
    clear: both; }

.PR_obj-static-datepicker .picker__month {
  float: left;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-left: 1px solid #fff;
  border-right: 1px solid #fff; }
  @media screen and (min-width: 0px) and (max-width: 767px) {
    .PR_obj-static-datepicker .picker__month {
      border-left: none;
      border-right: none; } }
  .PR_obj-static-datepicker .picker__month .PR_obj-fm-select-wrap {
    line-height: 26px;
    min-height: 27px; }
    .PR_obj-static-datepicker .picker__month .PR_obj-fm-select-wrap .PR_obj-fm-select {
      position: absolute;
      left: 0; }
    .PR_obj-static-datepicker .picker__month .PR_obj-fm-select-wrap .PR_customselect {
      position: relative;
      width: auto;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
    .PR_obj-static-datepicker .picker__month .PR_obj-fm-select-wrap .PR_wrapper,
    .PR_obj-static-datepicker .picker__month .PR_obj-fm-select-wrap .PR_text {
      height: 27px;
      line-height: 27px; }

.PR_obj-static-datepicker .picker__day {
  color: #7a7a7a;
  position: relative;
  padding: 3px 3px 0 0;
  min-height: 54px;
  text-align: right; }
  .PR_obj-static-datepicker .picker__day.picker__day--infocus {
    cursor: default; }
    .PR_obj-static-datepicker .picker__day.picker__day--infocus:hover {
      border-color: white;
      background-color: white; }
    .PR_obj-static-datepicker .picker__day.picker__day--infocus.PR_has-price {
      cursor: pointer; }
      .PR_obj-static-datepicker .picker__day.picker__day--infocus.PR_has-price:hover {
        background-color: #75B045; }
      .PR_obj-static-datepicker .picker__day.picker__day--infocus.PR_has-price.PR_deal:hover {
        background-color: #abcf8c; }
  .PR_obj-static-datepicker .picker__day.PR_has-price {
    color: #4a4a4a;
    background-color: #abcf8c; }
    .PR_obj-static-datepicker .picker__day.PR_has-price.PR_deal {
      background-color: #75B045; }
      .PR_obj-static-datepicker .picker__day.PR_has-price.PR_deal:hover {
        background-color: #abcf8c; }
  .PR_obj-static-datepicker .picker__day.picker__day--selected, .PR_obj-static-datepicker .picker__day.picker__day--highlighted {
    border-color: white;
    background-color: white; }
  .PR_obj-static-datepicker .picker__day.PR_lowest-price > .PR_icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    background: url(img-rewereisen/PR_icons-sprite.png) no-repeat 0 -540px; }
  .PR_obj-static-datepicker .picker__day .PR_price-label {
    display: block;
    position: absolute;
    left: 3px;
    bottom: 1px;
    text-align: left;
    font-size: 13px; }
    .PR_obj-static-datepicker .picker__day .PR_price-label > .PR_value {
      color: #4a4a4a; }
  .PR_obj-static-datepicker .picker__day .PR_deal {
    position: absolute;
    top: 3px;
    left: 3px;
    width: 25px;
    height: 18px;
    background: url(img-rewereisen/PR_icons-sprite.png) no-repeat -120px -949px;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 0 0 0;
            transform-origin: 0 0 0; }
  @media screen and (min-width: 1310px) {
    .PR_obj-static-datepicker .picker__day .PR_deal {
      -webkit-transform: scale(1);
              transform: scale(1);
      -webkit-transform-origin: 0 0 0;
              transform-origin: 0 0 0; } }

/*-----|| stars for hotel category ||-----*/
.PR_stars {
  display: inline-block;
  height: 16px;
  width: 0;
  text-indent: -9999em;
  overflow: hidden; }
  .PR_stars.PR_1 {
    width: 16px; }
  .PR_stars.PR_15 {
    width: 26px; }
  .PR_stars.PR_2 {
    width: 34px; }
  .PR_stars.PR_25 {
    width: 44px; }
  .PR_stars.PR_3 {
    width: 52px; }
  .PR_stars.PR_35 {
    width: 62px; }
  .PR_stars.PR_4 {
    width: 70px; }
  .PR_stars.PR_45 {
    width: 80px; }
  .PR_stars.PR_5 {
    width: 88px; }
  .PR_stars.PR_55 {
    width: 98px; }
  .PR_stars.PR_6 {
    width: 106px; }
  .PR_stars.PR_65 {
    width: 116px; }
  .PR_stars.PR_size-s {
    background-size: 58px; }
    .PR_stars.PR_size-s.PR_1 {
      width: 8px; }
    .PR_stars.PR_size-s.PR_15 {
      width: 14px; }
    .PR_stars.PR_size-s.PR_2 {
      width: 18px; }
    .PR_stars.PR_size-s.PR_25 {
      width: 24px; }
    .PR_stars.PR_size-s.PR_3 {
      width: 28px; }
    .PR_stars.PR_size-s.PR_35 {
      width: 34px; }
    .PR_stars.PR_size-s.PR_4 {
      width: 38px; }
    .PR_stars.PR_size-s.PR_45 {
      width: 44px; }
    .PR_stars.PR_size-s.PR_5 {
      width: 48px; }
    .PR_stars.PR_size-s.PR_55 {
      width: 54px; }
    .PR_stars.PR_size-s.PR_6 {
      width: 58px; }
    .PR_stars.PR_size-s.PR_65 {
      width: 64px; }

.PR_dc-srd .PR_stars-txt {
  display: inline-block;
  vertical-align: top;
  margin-right: 2px;
  font-size: 8px;
  color: inherit;
  white-space: nowrap;
  overflow: hidden;
  font-family: 'iconfont';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 10px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .PR_dc-srd .PR_stars-txt.PR_1 {
    width: 8px; }
  .PR_dc-srd .PR_stars-txt.PR_15 {
    width: 12px; }
  .PR_dc-srd .PR_stars-txt.PR_1:before {
    content: "*"; }
  .PR_dc-srd .PR_stars-txt.PR_15:before {
    content: "**"; }
  .PR_dc-srd .PR_stars-txt.PR_2 {
    width: 16px; }
  .PR_dc-srd .PR_stars-txt.PR_25 {
    width: 20px; }
  .PR_dc-srd .PR_stars-txt.PR_2:before {
    content: "**"; }
  .PR_dc-srd .PR_stars-txt.PR_25:before {
    content: "***"; }
  .PR_dc-srd .PR_stars-txt.PR_3 {
    width: 24px; }
  .PR_dc-srd .PR_stars-txt.PR_35 {
    width: 28px; }
  .PR_dc-srd .PR_stars-txt.PR_3:before {
    content: "***"; }
  .PR_dc-srd .PR_stars-txt.PR_35:before {
    content: "****"; }
  .PR_dc-srd .PR_stars-txt.PR_4 {
    width: 32px; }
  .PR_dc-srd .PR_stars-txt.PR_45 {
    width: 36px; }
  .PR_dc-srd .PR_stars-txt.PR_4:before {
    content: "****"; }
  .PR_dc-srd .PR_stars-txt.PR_45:before {
    content: "*****"; }
  .PR_dc-srd .PR_stars-txt.PR_5 {
    width: 40px; }
  .PR_dc-srd .PR_stars-txt.PR_55 {
    width: 44px; }
  .PR_dc-srd .PR_stars-txt.PR_5:before {
    content: "*****"; }
  .PR_dc-srd .PR_stars-txt.PR_55:before {
    content: "******"; }
  .PR_dc-srd .PR_stars-txt.PR_6 {
    width: 48px; }
  .PR_dc-srd .PR_stars-txt.PR_65 {
    width: 52px; }
  .PR_dc-srd .PR_stars-txt.PR_6:before {
    content: "******"; }
  .PR_dc-srd .PR_stars-txt.PR_65:before {
    content: "*******"; }
  .PR_dc-srd .PR_stars-txt.PR_0 {
    display: none; }
  .PR_dc-srd .PR_stars-txt.PR_ext-size-xxl {
    font-size: 17px;
    line-height: 22px; }
    .PR_dc-srd .PR_stars-txt.PR_ext-size-xxl.PR_1 {
      width: 17px; }
    .PR_dc-srd .PR_stars-txt.PR_ext-size-xxl.PR_15 {
      width: 25.5px; }
    .PR_dc-srd .PR_stars-txt.PR_ext-size-xxl.PR_2 {
      width: 34px; }
    .PR_dc-srd .PR_stars-txt.PR_ext-size-xxl.PR_25 {
      width: 42.5px; }
    .PR_dc-srd .PR_stars-txt.PR_ext-size-xxl.PR_3 {
      width: 51px; }
    .PR_dc-srd .PR_stars-txt.PR_ext-size-xxl.PR_35 {
      width: 59.5px; }
    .PR_dc-srd .PR_stars-txt.PR_ext-size-xxl.PR_4 {
      width: 68px; }
    .PR_dc-srd .PR_stars-txt.PR_ext-size-xxl.PR_45 {
      width: 76.5px; }
    .PR_dc-srd .PR_stars-txt.PR_ext-size-xxl.PR_5 {
      width: 85px; }
    .PR_dc-srd .PR_stars-txt.PR_ext-size-xxl.PR_55 {
      width: 93.5px; }
    .PR_dc-srd .PR_stars-txt.PR_ext-size-xxl.PR_6 {
      width: 102px; }
    .PR_dc-srd .PR_stars-txt.PR_ext-size-xxl.PR_65 {
      width: 110.5px; }

.PR_no-fontface .PR_dc-srd .PR_stars-txt,
.no-js .PR_dc-srd .PR_stars-txt {
  font-family: Arial, sans-serif;
  font-size: 20px;
  line-height: normal; }
  .PR_no-fontface .PR_dc-srd .PR_stars-txt.PR_ext-size-xxl,
  .no-js .PR_dc-srd .PR_stars-txt.PR_ext-size-xxl {
    font-size: 36px; }

/*-----|| starrating/ holidaycheck rating ||-----*/
/* .PR_obj-starrating,
.PR_obj-checkrating {
    position: relative;
    @include clearfix;
    > h4 {
        font-size: $font-m;
        font-weight: normal;
        line-height: 16px;
        color: $cl-grey-1;
        margin-bottom: 5px;
    }
    > div > img {
        display: inline-block;
        margin-left: 3px;
        &:first-child {
            margin-left: 0;
        }
    }
    .PR_return {
        position: absolute;
        right:0;
        top: -1px;
        text-align: right;
        font-size: $font-m;
        color: $cl-grey-1;
        line-height: 16px;
    }
} */
/*-----|| rating holidaycheck ||-----*/
.PR_obj-rating .PR_rating-pre {
  float: left;
  margin: 0 5px 0 0;
  font-size: 14px; }

.PR_obj-rating .PR_stars {
  float: left;
  width: 111px;
  padding-top: 1px;
  height: 16px;
  background: url(img-rewereisen/PR_icons-sprite.png) 0 -1084px no-repeat; }
  .PR_obj-rating .PR_stars.PR_ext-size-s {
    width: 83px;
    padding-top: 1px;
    height: 14px;
    background: url(img-rewereisen/PR_icons-sprite.png) 0 -1067px no-repeat; }
  .PR_obj-rating .PR_stars.PR_ext-size-l {
    width: 124px;
    padding-top: 1px;
    height: 21px;
    background: url(img-rewereisen/PR_icons-sprite.png) 0 -1104px no-repeat; }
    .PR_obj-rating .PR_stars.PR_ext-size-l + .PR_rating-num {
      padding-top: 4px; }

.PR_obj-rating .PR_rating-num {
  float: left;
  margin-left: 5px;
  font-size: 14px; }
  .PR_obj-rating .PR_rating-num.PR_ext-size-s {
    font-size: 14px; }

.PR_obj-rating .PR_overlay {
  float: right; }

.PR_obj-rating .PR_return {
  position: absolute;
  right: 0;
  top: -1px;
  text-align: right;
  font-size: 14px;
  color: #7a7a7a;
  line-height: 16px; }

/*-----|| child birthdays ||-----*/
.PR_ibe-child-birth {
  display: none; }
  .PR_ibe-child-birth .PR_fm-grid > .PR_col {
    margin-bottom: 10px; }
    .PR_ibe-child-birth .PR_fm-grid > .PR_col:last-child {
      margin-bottom: 0; }

/*-----|| auto suggest search layer ||-----*/
.PR_obj-search-layer {
  display: none;
  position: absolute;
  top: 26px;
  width: 100%;
  background-color: #FFF;
  z-index: 499;
  border: 1px solid #D6D6D6; }
  .PR_obj-search-layer .PR_ct {
    position: relative;
    padding: 15px;
    padding-right: 5px;
    min-height: 160px; }
  .PR_obj-search-layer .PR_head {
    font-size: 16px;
    color: #4a4a4a;
    margin-bottom: 10px; }
    .PR_obj-search-layer .PR_head > .PR_ext-highlight {
      color: #cc071d; }
  .PR_obj-search-layer .PR_obj-ln-list {
    padding-bottom: 15px;
    border-bottom: 1px solid #D6D6D6; }
    .PR_obj-search-layer .PR_obj-ln-list li {
      margin-bottom: 0px; }
    .PR_obj-search-layer .PR_obj-ln-list a, .PR_obj-search-layer .PR_obj-ln-list a.PR_showOverflow {
      /* &:hover,
      &:focus,
      &:active {
          > .PR_ext-meta {
              color: $cl-grey-3;
          }
      } */ }
      .PR_obj-search-layer .PR_obj-ln-list a > .PR_ext-meta, .PR_obj-search-layer .PR_obj-ln-list a.PR_showOverflow > .PR_ext-meta {
        color: #7a7a7a; }
    .PR_obj-search-layer .PR_obj-ln-list:last-child {
      padding-bottom: 0;
      margin-bottom: 0;
      border: none; }
    .PR_obj-search-layer .PR_obj-ln-list .PR_flag.PR_ext-cl-2 {
      background-color: #75B045;
      color: #fff;
      font-family: "UnitRoundedWebBold", Arial, Helvetica, sans-serif;
      padding: 2px;
      /* display: inline-block;
        vertical-align: bottom; */
      position: absolute;
      margin-left: 2px; }
      .PR_obj-search-layer .PR_obj-ln-list .PR_flag.PR_ext-cl-2 > .PR_icon {
        display: block;
        width: 18px;
        height: 12px;
        background: url(img-rewereisen/PR_icons-sprite.png) -180px -950px no-repeat; }
    .PR_obj-search-layer .PR_obj-ln-list .PR_obj-rating {
      position: absolute;
      right: 2px;
      top: 12px; }
  .PR_obj-search-layer .PR_scrollbar {
    overflow: auto;
    max-height: 400px; }
  .PR_obj-search-layer .PR_obj-loading-layer {
    border-radius: 5px; }
    .PR_obj-search-layer .PR_obj-loading-layer > .PR_icon {
      top: 80px !important; }
  .PR_obj-search-layer .PR_stars-txt {
    display: block;
    margin: 3px 0 6px; }

@media screen and (min-width: 0px) and (max-width: 767px) {
  .PR_obj-search-layer .PR_ct {
    padding-right: 0px; } }

/*-----|| accordion ||-----*/
.PR_obj-accordion {
  border-top: 1px solid #D6D6D6; }
  .PR_obj-accordion .PR_toggle {
    display: block;
    position: relative;
    height: 40px;
    border-bottom: 1px solid #D6D6D6;
    color: #4a4a4a; }
    .PR_obj-accordion .PR_toggle a {
      cursor: pointer;
      display: block;
      color: #4a4a4a;
      line-height: 40px;
      padding-right: 50px;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden; }
      .PR_obj-accordion .PR_toggle a:hover {
        text-decoration: none;
        color: #cc071d; }
        .PR_obj-accordion .PR_toggle a:hover > .PR_icon {
          background-position: -30px -180px; }
      .PR_obj-accordion .PR_toggle a:focus, .PR_obj-accordion .PR_toggle a:active {
        text-decoration: none; }
    .PR_obj-accordion .PR_toggle .PR_icon {
      display: block;
      position: absolute;
      right: 15px;
      top: 15px;
      width: 13px;
      height: 13px;
      background: url(img-rewereisen/PR_icons-sprite.png) no-repeat 0px -180px; }
    .PR_obj-accordion .PR_toggle.close a:hover > .PR_icon {
      -webkit-animation-duration: 0.2s;
      animation-duration: 0.2s;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both;
      -webkit-animation-name: fadeInDown;
      animation-name: fadeInDown; }
      @media screen and (min-width: 0px) and (max-width: 767px) {
        .PR_obj-accordion .PR_toggle.close a:hover > .PR_icon {
          -webkit-animation: none;
                  animation: none;
          -webkit-animation-name: none;
                  animation-name: none; } }
      @media screen and (min-width: 768px) and (max-width: 1000px) {
        .PR_obj-accordion .PR_toggle.close a:hover > .PR_icon {
          -webkit-animation: none;
                  animation: none;
          -webkit-animation-name: none;
                  animation-name: none; } }
    .PR_obj-accordion .PR_toggle.close .PR_icon {
      -webkit-animation-duration: 0.2s;
      animation-duration: 0.2s;
      -webkit-animation-name: fadeInUp;
      animation-name: fadeInUp; }
      @media screen and (min-width: 0px) and (max-width: 767px) {
        .PR_obj-accordion .PR_toggle.close .PR_icon {
          -webkit-animation: none;
                  animation: none;
          -webkit-animation-name: none;
                  animation-name: none; } }
      @media screen and (min-width: 768px) and (max-width: 1000px) {
        .PR_obj-accordion .PR_toggle.close .PR_icon {
          -webkit-animation: none;
                  animation: none;
          -webkit-animation-name: none;
                  animation-name: none; } }
    .PR_obj-accordion .PR_toggle.open a {
      color: #cc071d; }
      .PR_obj-accordion .PR_toggle.open a:hover > .PR_icon {
        -webkit-animation-duration: 0.2s;
        animation-duration: 0.2s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-name: fadeInUp2;
        animation-name: fadeInUp2;
        background-position: -30px -210px; }
        @media screen and (min-width: 0px) and (max-width: 767px) {
          .PR_obj-accordion .PR_toggle.open a:hover > .PR_icon {
            -webkit-animation: none;
                    animation: none;
            -webkit-animation-name: none;
                    animation-name: none; } }
        @media screen and (min-width: 768px) and (max-width: 1000px) {
          .PR_obj-accordion .PR_toggle.open a:hover > .PR_icon {
            -webkit-animation: none;
                    animation: none;
            -webkit-animation-name: none;
                    animation-name: none; } }
    .PR_obj-accordion .PR_toggle.open .PR_icon {
      -webkit-animation-duration: 0.2s;
      animation-duration: 0.2s;
      -webkit-animation-name: fadeInDown2;
      animation-name: fadeInDown2;
      background: url(img-rewereisen/PR_icons-sprite.png) no-repeat 0px -210px; }
      @media screen and (min-width: 0px) and (max-width: 767px) {
        .PR_obj-accordion .PR_toggle.open .PR_icon {
          -webkit-animation: none;
                  animation: none;
          -webkit-animation-name: none;
                  animation-name: none; } }
      @media screen and (min-width: 768px) and (max-width: 1000px) {
        .PR_obj-accordion .PR_toggle.open .PR_icon {
          -webkit-animation: none;
                  animation: none;
          -webkit-animation-name: none;
                  animation-name: none; } }
    .PR_obj-accordion .PR_toggle.open + .PR_content {
      height: auto; }
  .PR_obj-accordion .PR_content {
    height: 0px;
    padding: 0px;
    overflow: hidden;
    display: block !important;
    -webkit-transform: translateZ 0;
            transform: translateZ 0;
    transition: height 0.3s ease; }
    .PR_obj-accordion .PR_content > div {
      border-bottom: 1px solid #D6D6D6;
      padding: 16px 0 16px 0; }

/* auf mobilger�ten soll das accordion immer angezeigt werden */
@media screen and (max-width: 1000px) {
  /*smartphone & tablet*/
  .PR_obj-mobile-accordion {
    border-top: 1px solid #D6D6D6; }
    .PR_obj-mobile-accordion .PR_toggle {
      display: block;
      position: relative;
      height: 40px;
      border-bottom: 1px solid #D6D6D6;
      color: #4a4a4a;
      margin-top: 0 !important; }
      .PR_obj-mobile-accordion .PR_toggle a {
        cursor: pointer;
        display: block;
        color: #4a4a4a;
        line-height: 40px;
        padding-right: 50px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden; }
        .PR_obj-mobile-accordion .PR_toggle a:hover {
          text-decoration: none;
          color: #cc071d; }
          .PR_obj-mobile-accordion .PR_toggle a:hover > .PR_icon {
            background-position: -30px -180px; }
        .PR_obj-mobile-accordion .PR_toggle a:focus, .PR_obj-mobile-accordion .PR_toggle a:active {
          text-decoration: none; }
      .PR_obj-mobile-accordion .PR_toggle .PR_icon {
        display: block;
        position: absolute;
        right: 15px;
        top: 15px;
        width: 13px;
        height: 13px;
        background: url(img-rewereisen/PR_icons-sprite.png) no-repeat 0px -180px; }
      .PR_obj-mobile-accordion .PR_toggle.open a {
        color: #cc071d; }
        .PR_obj-mobile-accordion .PR_toggle.open a:hover > .PR_icon {
          background-position: -30px -210px; }
      .PR_obj-mobile-accordion .PR_toggle.open .PR_icon {
        background: url(img-rewereisen/PR_icons-sprite.png) no-repeat 0px -210px; }
      .PR_obj-mobile-accordion .PR_toggle.open + .PR_content {
        height: auto; }
    .PR_obj-mobile-accordion .PR_content {
      height: 0px;
      padding: 0px;
      overflow: hidden;
      display: block !important;
      -webkit-transform: translateZ 0;
              transform: translateZ 0;
      transition: height 0.3s ease; }
      .PR_obj-mobile-accordion .PR_content > div {
        border-bottom: 1px solid #D6D6D6;
        padding: 16px 0 16px 0; } }

/*-----|| loading layer ||-----*/
.PR_ct-ajax,
.PR_ct-ajax-list {
  position: relative;
  z-index: 5; }

.PR_obj-loading-layer {
  position: absolute;
  z-index: 9999;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7); }
  .PR_obj-loading-layer > .PR_icon {
    position: absolute;
    width: 70px;
    height: 70px;
    top: 50%;
    left: 50%;
    margin: -35px 0 0 -35px;
    background: url(img-rewereisen/PR_preloader.gif) no-repeat; }

/*-----|| deals ||-----*/
.PR_obj-deal-textline span {
  position: relative;
  margin-left: -2px;
  padding: 1px 8px 0 2px;
  background: url(img-rewereisen/PR_icons-sprite.png) no-repeat 0 -876px, url(img-rewereisen/PR_icons-sprite.png) repeat-x 0 -917px;
  font-size: 14px; }

.PR_obj-deal-badge {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  min-height: 38px;
  margin-bottom: 4px;
  padding-left: 66px;
  background: #75B045;
  *zoom: 1;
  transition: background 0.5s; }
  .PR_obj-deal-badge:before, .PR_obj-deal-badge:after {
    content: "";
    display: table; }
  .PR_obj-deal-badge:after {
    clear: both; }
  @media screen and (min-width: 0px) and (max-width: 767px) {
    .PR_obj-deal-badge {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      padding-bottom: 4px; } }
  @media screen and (min-width: 768px) and (max-width: 1000px) {
    .PR_obj-deal-badge {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      padding-bottom: 6px; } }
  .PR_obj-deal-badge .PR_icon {
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -12px;
    display: inline-block;
    width: 35px;
    height: 25px;
    background: url(img-rewereisen/PR_icons-sprite.png) no-repeat -60px -950px; }
  .PR_obj-deal-badge a {
    position: relative;
    margin-top: 2px;
    font-size: 24px;
    color: white;
    min-width: 175px;
    margin-right: 20px; }
    .PR_obj-deal-badge a span {
      position: relative;
      font-family: "AkkoForPenny-Bold",Arial,Helvetica,sans-serif; }
    .PR_obj-deal-badge a:hover, .PR_obj-deal-badge a:focus {
      text-decoration: none; }
      .PR_obj-deal-badge a:hover span:after, .PR_obj-deal-badge a:focus span:after {
        position: absolute;
        bottom: 2px;
        left: 0;
        display: block;
        content: '';
        width: 100%;
        height: 2px;
        background-color: #fff; }
        @media screen and (min-width: 0px) and (max-width: 767px) {
          .PR_obj-deal-badge a:hover span:after, .PR_obj-deal-badge a:focus span:after {
            bottom: 1px; } }
        @media screen and (min-width: 768px) and (max-width: 1000px) {
          .PR_obj-deal-badge a:hover span:after, .PR_obj-deal-badge a:focus span:after {
            bottom: 1px; } }
    @media screen and (min-width: 0px) and (max-width: 767px) {
      .PR_obj-deal-badge a {
        min-width: 0px;
        margin-top: 6px; }
        .PR_obj-deal-badge a:hover span:after, .PR_obj-deal-badge a:focus span:after {
          bottom: 1px; } }
    @media screen and (min-width: 768px) and (max-width: 1000px) {
      .PR_obj-deal-badge a {
        margin-top: 0; }
        .PR_obj-deal-badge a:hover span:after, .PR_obj-deal-badge a:focus span:after {
          bottom: 1px; } }
    @media screen and (min-width: 1310px) {
      .PR_obj-deal-badge a {
        margin-top: 4px; }
        .PR_obj-deal-badge a:hover span:after, .PR_obj-deal-badge a:focus span:after {
          bottom: 2px; } }
  .PR_obj-deal-badge .PR_obj-deal-headline {
    margin-left: -46px;
    margin-top: 7px;
    padding-bottom: 4px;
    float: left;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto; }
    @media screen and (min-width: 0px) and (max-width: 767px) {
      .PR_obj-deal-badge .PR_obj-deal-headline {
        -webkit-flex: 0 1 100%;
            -ms-flex: 0 1 100%;
                flex: 0 1 100%; } }
  .PR_obj-deal-badge .PR_obj-deal-countdown {
    float: right;
    text-align: right;
    margin-right: 20px;
    min-height: 39px;
    padding: 7px 1px 0px;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto; }
    @media screen and (min-width: 0px) and (max-width: 767px) {
      .PR_obj-deal-badge .PR_obj-deal-countdown {
        width: 100%;
        text-align: left;
        padding-top: 6px;
        -webkit-flex: 0 1 100%;
            -ms-flex: 0 1 100%;
                flex: 0 1 100%; } }
    @media screen and (min-width: 768px) and (max-width: 1000px) {
      .PR_obj-deal-badge .PR_obj-deal-countdown {
        width: auto;
        padding-top: 6px; } }
    @media screen and (min-width: 1310px) {
      .PR_obj-deal-badge .PR_obj-deal-countdown {
        padding-top: 7px; } }
    @media screen and (max-width: 767px) {
      .PR_obj-deal-badge .PR_obj-deal-countdown {
        float: left; } }
    .PR_obj-deal-badge .PR_obj-deal-countdown.PR_st-finished {
      padding: 6px 1px 0px; }
  @media screen and (min-width: 0px) and (max-width: 767px) {
    .PR_obj-deal-badge .PR_obj-deal-link {
      float: left; } }
  @media screen and (min-width: 768px) and (max-width: 1000px) {
    .PR_obj-deal-badge .PR_obj-deal-link {
      -webkit-flex: 1 0 100%;
          -ms-flex: 1 0 100%;
              flex: 1 0 100%; } }
  .PR_obj-deal-badge.PR_st-finished {
    background: #f39200; }
    @media screen and (max-width: 630px) {
      .PR_obj-deal-badge.PR_st-finished .PR_obj-deal-countdown {
        float: left; } }
    @media screen and (min-width: 768px) and (max-width: 1000px) {
      .PR_obj-deal-badge.PR_st-finished {
        padding-bottom: 0; } }
    .PR_obj-deal-badge.PR_st-finished .PR_obj-deal-headline .PR_cl {
      color: #fff; }
  .PR_obj-deal-badge.PR_st-stick {
    position: fixed;
    top: 91px;
    z-index: 1000;
    width: 100%; }
    @media screen and (min-width: 0px) and (max-width: 767px) {
      .PR_obj-deal-badge.PR_st-stick {
        position: static; } }
    @media screen and (min-width: 768px) and (max-width: 1000px) {
      .PR_obj-deal-badge.PR_st-stick {
        top: 60px; } }

.PR_obj-deal-headline {
  position: relative;
  font-family: "UnitRoundedWebBold", Arial, Helvetica, sans-serif;
  font-size: 24px;
  color: #fff;
  margin-right: 22px;
  padding-left: 46px;
  transition: color 0.5s; }
  .PR_obj-deal-headline .PR_cl {
    font-family: "UnitRoundedWebBold", Arial, Helvetica, sans-serif;
    color: #fff; }

.PR_obj-deal-countdown {
  position: relative;
  min-height: 40px;
  padding: 7px 1px;
  background: #75B045;
  *zoom: 1;
  transition: background 0.5s;
  text-align: center; }
  .PR_obj-deal-countdown:before, .PR_obj-deal-countdown:after {
    content: "";
    display: table; }
  .PR_obj-deal-countdown:after {
    clear: both; }
  .PR_obj-deal-countdown .PR_digit {
    transition: color 0.5s;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    overflow: hidden;
    font-family: "UnitRoundedWebBold", Arial, Helvetica, sans-serif;
    font-size: 24px;
    color: #75B045;
    background: #fff;
    margin-left: 1px;
    padding: 2px 3px;
    vertical-align: bottom; }
    .PR_obj-deal-countdown .PR_digit:first-child {
      margin-left: 0; }
  .PR_obj-deal-countdown .PR_unit + .PR_digit {
    margin-left: 15px; }
  @media screen and (min-width: 0px) and (max-width: 767px) {
    .PR_obj-deal-countdown .PR_unit + .PR_digit {
      margin-left: 10px; } }
  .PR_obj-deal-countdown .PR_unit {
    position: relative;
    display: inline-block;
    margin-left: 5px;
    font-family: "UnitRoundedWebBold", Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #fff;
    vertical-align: bottom;
    line-height: 10px;
    height: 25px;
    padding-top: 13px; }
  .PR_obj-deal-countdown .PR_finished {
    font-family: "UnitRoundedWebBold", Arial, Helvetica, sans-serif;
    font-size: 24px;
    color: #fff; }
  .PR_obj-deal-countdown.PR_st-finished {
    background: #f39200; }
    .PR_obj-deal-countdown.PR_st-finished .PR_digit {
      color: #cc071d; }

/*-----|| divider line ||-----*/
.PR_obj-divider {
  margin: 15px 0 15px 0;
  height: 1px;
  background-color: #D6D6D6; }
  .PR_obj-divider > hr {
    display: none; }

/*-----|| tabs FOUC fix ||-----*/
.PR_js-load .PR_obj-tabs-h {
  opacity: 0; }
  .PR_js-load .PR_obj-tabs-h.z-tabs {
    opacity: 1;
    transition: opacity 300ms; }

/*-----|| verknappungseffekt badge ||-----*/
.PR_shortage {
  display: inline-block;
  position: relative;
  margin-top: 18px;
  color: #fff;
  left: 0;
  max-width: 100%;
  height: 26px;
  background-color: #87be23;
  line-height: 26px;
  font-size: 14px;
  z-index: 10;
  white-space: nowrap;
  text-overflow: ellipsis; }
  .PR_shortage .PR_icon-holder {
    position: absolute;
    height: 48px;
    width: 48px;
    top: 50%;
    left: 5px;
    margin-top: -24px;
    border-radius: 50%;
    background-color: #87be23; }
  .PR_shortage .PR_text {
    max-width: 100%;
    padding: 0 10px 0 55px;
    color: #fff;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis; }
  .PR_shortage .PR_icon {
    position: absolute;
    height: 38px;
    width: 38px;
    top: 50%;
    left: 50%;
    margin: -19px 0 0 -19px;
    border-radius: 50%;
    border: 1px solid #669d36;
    background: #96c56e url(img-rewereisen/PR_icons-sprite.png) no-repeat; }
  .PR_shortage.PR_type-like .PR_icon {
    background-position: 7px -744px; }
  .PR_shortage.PR_type-price .PR_icon {
    background-position: -22px -744px; }
  .PR_shortage.PR_type-time .PR_icon {
    background-position: -53px -743px; }

/*-----|| globaltypes ||-----*/
.PR_obj-icon-globaltypes {
  list-style-type: none;
  margin: 0 0 5px; }
  .PR_obj-icon-globaltypes > li {
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 1px 0 0;
    text-indent: -9999em;
    background: url(img-rewereisen/PR_icons-sprite.png) no-repeat 0 0; }
  .PR_obj-icon-globaltypes .PR_type-1 {
    background-position: 0 -1156px; }
  .PR_obj-icon-globaltypes .PR_type-2 {
    background-position: 0 -1176px; }
  .PR_obj-icon-globaltypes .PR_type-3 {
    background-position: 0 -1196px; }
  .PR_obj-icon-globaltypes .PR_type-4 {
    background-position: 0 -1216px; }
  .PR_obj-icon-globaltypes .PR_type-5 {
    background-position: 0 -1236px; }
  .PR_obj-icon-globaltypes .PR_type-6 {
    background-position: 0 -1256px; }
  .PR_obj-icon-globaltypes .PR_type-7 {
    background-position: 0 -1276px; }
  .PR_obj-icon-globaltypes .PR_type-8 {
    background-position: 0 -1296px; }
  .PR_obj-icon-globaltypes .PR_type-9 {
    background-position: 0 -1316px; }
  .PR_obj-icon-globaltypes .PR_type-10 {
    background-position: 0 -1336px; }

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

.PR_hide-tb,
.PR_hide-tb-inl {
  display: none !important; }

.PR_layer-open {
  overflow: hidden; }

.PR_cms-drop-area {
  width: 100%;
  height: 100%; }

/*-----|| @import: tablet/widescreen ||--------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
@media screen and (min-width: 0px) and (max-width: 767px) {
  /*-----|| smarthphone global ||-----*/
  /*-----|| global overwrites ||-------------------------------------------------------*/
  /*-----------------------------------------------------------------------------------*/
  /*-----|| page areas ||--------------------------------------------------------------*/
  /*-----------------------------------------------------------------------------------*/
  .PR_dc-srd {
    padding-top: 65px;
    min-width: auto; }
  .PR_area-ct {
    max-width: 100%; }
  /*-----|| content grids ||-----------------------------------------------------------*/
  /*-----------------------------------------------------------------------------------*/
  .PR_grid-cont {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    /* &.PR_ext-4-8 {
                > .PR_col {
                    @include span(8);
                    @include omega;
                    &:first-child {
                        @include span(4);
                    }
                }
            }
            &.PR_ext-8-4 {
                > .PR_col {
                    @include span(4);
                    @include omega;
                    &:first-child {
                        @include span(8);
                    }
                }
            } */ }
    .PR_grid-cont:after {
      content: " ";
      display: block;
      clear: both; }
    .PR_grid-cont > .PR_col {
      min-height: 1px;
      width: 7.94979%;
      float: left;
      margin-right: 0.41841%;
      /* define number of columns (e.g. 12/1) == 12 columns */ }
      .PR_grid-cont > .PR_col:last-child {
        margin-right: 0; }
      .PR_grid-cont > .PR_col.PR_last-child {
        margin-right: 0; }
    .PR_grid-cont.PR_ext-1 > .PR_col {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      margin-right: 0; }
    .PR_grid-cont.PR_ext-4-8 > .PR_col {
      width: 66.5272%;
      float: left;
      margin-right: 0.41841%;
      margin-right: 0; }
      .PR_grid-cont.PR_ext-4-8 > .PR_col:first-child {
        width: 33.05439%;
        float: left;
        margin-right: 0.41841%; }
    .PR_grid-cont.PR_ext-8-4 > .PR_col {
      width: 33.05439%;
      float: left;
      margin-right: 0.41841%;
      margin-right: 0; }
      .PR_grid-cont.PR_ext-8-4 > .PR_col:first-child {
        width: 66.5272%;
        float: left;
        margin-right: 0.41841%; }
    .PR_grid-cont.PR_ext-3-9 > .PR_col {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      margin-right: 0; }
      .PR_grid-cont.PR_ext-3-9 > .PR_col:first-child {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        margin-right: 0; }
    .PR_grid-cont.PR_ext-6-6 > .PR_col {
      width: 49.79079%;
      float: left;
      margin-right: 0.41841%;
      margin-right: 0; }
      .PR_grid-cont.PR_ext-6-6 > .PR_col:first-child {
        width: 49.79079%;
        float: left;
        margin-right: 0.41841%; }
    .PR_grid-cont.PR_ext-3-6-3 > .PR_col {
      width: 49.79079%;
      float: left;
      margin-right: 0.41841%; }
      .PR_grid-cont.PR_ext-3-6-3 > .PR_col:first-child {
        width: 24.68619%;
        float: left;
        margin-right: 0.41841%; }
      .PR_grid-cont.PR_ext-3-6-3 > .PR_col:last-child {
        width: 24.68619%;
        float: left;
        margin-right: 0.41841%;
        margin-right: 0; }
      .PR_grid-cont.PR_ext-3-6-3 > .PR_col.PR_last-child {
        width: 24.68619%;
        float: left;
        margin-right: 0.41841%;
        margin-right: 0; }
    .PR_grid-cont.PR_ext-3-3-6 > .PR_col {
      width: 24.68619%;
      float: left;
      margin-right: 0.41841%; }
      .PR_grid-cont.PR_ext-3-3-6 > .PR_col:last-child {
        width: 49.79079%;
        float: left;
        margin-right: 0.41841%;
        margin-right: 0; }
      .PR_grid-cont.PR_ext-3-3-6 > .PR_col.PR_last-child {
        width: 49.79079%;
        float: left;
        margin-right: 0.41841%;
        margin-right: 0; }
    .PR_grid-cont.PR_ext-6-3-3 > .PR_col {
      width: 24.68619%;
      float: left;
      margin-right: 0.41841%; }
      .PR_grid-cont.PR_ext-6-3-3 > .PR_col:first-child {
        width: 49.79079%;
        float: left;
        margin-right: 0.41841%; }
      .PR_grid-cont.PR_ext-6-3-3 > .PR_col:last-child {
        margin-right: 0; }
      .PR_grid-cont.PR_ext-6-3-3 > .PR_col.PR_last-child {
        margin-right: 0; }
    .PR_grid-cont.PR_ext-3 > .PR_col {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; }
      .PR_grid-cont.PR_ext-3 > .PR_col:last-child {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        margin-right: 0; }
      .PR_grid-cont.PR_ext-3 > .PR_col.PR_last-child {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        margin-right: 0; }
    .PR_grid-cont.PR_ext-4 > .PR_col {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      margin-right: 0; }
      .PR_grid-cont.PR_ext-4 > .PR_col:last-child {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        margin-right: 0; }
      .PR_grid-cont.PR_ext-4 > .PR_col.PR_last-child {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        margin-right: 0; }
    .PR_grid-cont.PR_ext-sm-12 > .PR_col {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      margin-right: 0; }
      .PR_grid-cont.PR_ext-sm-12 > .PR_col:first-child {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        margin-right: 0; }
      .PR_grid-cont.PR_ext-sm-12 > .PR_col:last-child {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        margin-right: 0; }
      .PR_grid-cont.PR_ext-sm-12 > .PR_col.PR_last-child {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        margin-right: 0; }
  /*-----|| element objects ||---------------------------------------------------------*/
  /*-----------------------------------------------------------------------------------*/
  /*-----|| ibe presenter ||-----*/
  .PR_js-load .PR_obj-ibe-presenter .PR_fig-cont.PR_st-loading {
    min-height: 286px; }
  /*-----|| auto suggest search layer ||-----*/
  .PR_obj-search-layer .PR_obj-ln-list a {
    max-width: 2000px; }
  .PR_obj-search-layer .PR_obj-ln-list .PR_obj-rating {
    position: static;
    padding-left: 10px;
    padding-top: 2px;
    margin-top: -6px; }
  /*-----|| date picker static (no js) ||-----*/
  .PR_obj-static-datepicker .picker__day {
    min-height: 65px; }
    .PR_obj-static-datepicker .picker__day .PR_price-label {
      left: 2px;
      font-size: 10px; }
    .PR_obj-static-datepicker .picker__day .PR_value {
      font-size: 12px; }
  /*-----|| range slider ||-----*/
  .PR_obj-time-slider .PR_time-marker {
    background-position: 0px 0px; }
  /*-----|| ibe price tag ||-----*/
  .PR_dc-srd .PR_obj-ibe-price .PR_price-old {
    display: inline; }
  .PR_show-sm {
    display: block !important; }
  .PR_hide-sm {
    display: none !important; }
  .PR_show-tb {
    display: none !important; }
  .PR_hide-tb {
    display: block !important; }
  .PR_hide-tb-inl {
    display: inline !important; } }

@media screen and (min-width: 768px) and (max-width: 1000px) {
  /*-----|| tablet global ||-----*/
  /*-----|| global overwrites ||-------------------------------------------------------*/
  /*-----------------------------------------------------------------------------------*/
  /*-----|| page areas ||--------------------------------------------------------------*/
  /*-----------------------------------------------------------------------------------*/
  .PR_dc-srd {
    padding-top: 65px; }
  .PR_area-ct {
    max-width: 752px; }
  /*-----|| content grids ||-----------------------------------------------------------*/
  /*-----------------------------------------------------------------------------------*/
  /*-----|| 12 column grid (example) ||-----*/
  .PR_grid-cont {
    max-width: 752px;
    margin-left: auto;
    margin-right: auto;
    /* &.PR_ext-4-8 {
                > .PR_col {
                    @include span(8);
                    @include omega;
                    &:first-child {
                        @include span(4);
                    }
                }
            }
            &.PR_ext-8-4 {
                > .PR_col {
                    @include span(4);
                    @include omega;
                    &:first-child {
                        @include span(8);
                    }
                }
            } */ }
    .PR_grid-cont:after {
      content: " ";
      display: block;
      clear: both; }
    .PR_grid-cont > .PR_col {
      min-height: 1px;
      width: 7.84574%;
      float: left;
      margin-right: 0.53191%;
      /* define number of columns (e.g. 12/1) == 12 columns */ }
      .PR_grid-cont > .PR_col:last-child {
        margin-right: 0; }
      .PR_grid-cont > .PR_col.PR_last-child {
        margin-right: 0; }
    .PR_grid-cont.PR_ext-1 > .PR_col {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      margin-right: 0; }
    .PR_grid-cont.PR_ext-4-8 > .PR_col {
      width: 66.48936%;
      float: left;
      margin-right: 0.53191%;
      margin-right: 0; }
      .PR_grid-cont.PR_ext-4-8 > .PR_col:first-child {
        width: 32.97872%;
        float: left;
        margin-right: 0.53191%; }
    .PR_grid-cont.PR_ext-8-4 > .PR_col {
      width: 32.97872%;
      float: left;
      margin-right: 0.53191%;
      margin-right: 0; }
      .PR_grid-cont.PR_ext-8-4 > .PR_col:first-child {
        width: 66.48936%;
        float: left;
        margin-right: 0.53191%; }
    .PR_grid-cont.PR_ext-3-9 > .PR_col {
      width: 74.86702%;
      float: left;
      margin-right: 0.53191%;
      margin-right: 0; }
      .PR_grid-cont.PR_ext-3-9 > .PR_col:first-child {
        width: 24.60106%;
        float: left;
        margin-right: 0.53191%; }
    .PR_grid-cont.PR_ext-6-6 > .PR_col {
      width: 49.73404%;
      float: left;
      margin-right: 0.53191%;
      margin-right: 0; }
      .PR_grid-cont.PR_ext-6-6 > .PR_col:first-child {
        width: 49.73404%;
        float: left;
        margin-right: 0.53191%; }
    .PR_grid-cont.PR_ext-7-5 > .PR_col {
      width: 41.35638%;
      float: left;
      margin-right: 0.53191%;
      margin-right: 0; }
      .PR_grid-cont.PR_ext-7-5 > .PR_col:first-child {
        width: 58.1117%;
        float: left;
        margin-right: 0.53191%; }
    .PR_grid-cont.PR_ext-3-6-3 > .PR_col {
      width: 49.73404%;
      float: left;
      margin-right: 0.53191%; }
      .PR_grid-cont.PR_ext-3-6-3 > .PR_col:first-child {
        width: 24.60106%;
        float: left;
        margin-right: 0.53191%; }
      .PR_grid-cont.PR_ext-3-6-3 > .PR_col:last-child {
        width: 24.60106%;
        float: left;
        margin-right: 0.53191%;
        margin-right: 0; }
      .PR_grid-cont.PR_ext-3-6-3 > .PR_col.PR_last-child {
        width: 24.60106%;
        float: left;
        margin-right: 0.53191%;
        margin-right: 0; }
    .PR_grid-cont.PR_ext-3-3-6 > .PR_col {
      width: 24.60106%;
      float: left;
      margin-right: 0.53191%; }
      .PR_grid-cont.PR_ext-3-3-6 > .PR_col:last-child {
        width: 49.73404%;
        float: left;
        margin-right: 0.53191%;
        margin-right: 0; }
      .PR_grid-cont.PR_ext-3-3-6 > .PR_col.PR_last-child {
        width: 49.73404%;
        float: left;
        margin-right: 0.53191%;
        margin-right: 0; }
    .PR_grid-cont.PR_ext-6-3-3 > .PR_col {
      width: 24.60106%;
      float: left;
      margin-right: 0.53191%; }
      .PR_grid-cont.PR_ext-6-3-3 > .PR_col:first-child {
        width: 49.73404%;
        float: left;
        margin-right: 0.53191%; }
      .PR_grid-cont.PR_ext-6-3-3 > .PR_col:last-child {
        margin-right: 0; }
      .PR_grid-cont.PR_ext-6-3-3 > .PR_col.PR_last-child {
        margin-right: 0; }
    .PR_grid-cont.PR_ext-3 > .PR_col {
      width: 24.60106%;
      float: left;
      margin-right: 0.53191%; }
      .PR_grid-cont.PR_ext-3 > .PR_col:last-child {
        width: 24.60106%;
        float: left;
        margin-right: 0.53191%;
        margin-right: 0; }
      .PR_grid-cont.PR_ext-3 > .PR_col.PR_last-child {
        width: 24.60106%;
        float: left;
        margin-right: 0.53191%;
        margin-right: 0; }
    .PR_grid-cont.PR_ext-4 > .PR_col {
      width: 32.97872%;
      float: left;
      margin-right: 0.53191%; }
      .PR_grid-cont.PR_ext-4 > .PR_col:last-child {
        width: 32.97872%;
        float: left;
        margin-right: 0.53191%;
        margin-right: 0; }
      .PR_grid-cont.PR_ext-4 > .PR_col.PR_last-child {
        width: 32.97872%;
        float: left;
        margin-right: 0.53191%;
        margin-right: 0; }
  /*-----|| text objects ||------------------------------------------------------------*/
  /*-----------------------------------------------------------------------------------*/
  .PR_obj-txt-hl-type-1 {
    font-size: 34px;
    line-height: 38px; }
  .PR_obj-txt-hl-type-2 {
    font-size: 24px;
    line-height: 26px; }
  /* .PR_obj-txt-hl-type-3 {
        font-size: $font-l;
        line-height: 16px;
    } */
  /*-----|| form objects ||------------------------------------------------------------*/
  /*-----------------------------------------------------------------------------------*/
  /*-----|| checkbox/radios with image ||-----*/
  .PR_obj-fm-img-box .PR_obj-fm-check input[type="checkbox"] ~ .PR_obj-fm-label {
    font-size: 10px; }
  /*-----|| bujtton objects ||---------------------------------------------------------*/
  /*-----------------------------------------------------------------------------------*/
  /*-----|| jump to top button ||-----*/
  /* .PR_obj-ui-btn-top {
        display: none;
    } */
  /*-----|| element objects ||---------------------------------------------------------*/
  /*-----------------------------------------------------------------------------------*/
  /*-----|| ibe section header ||-----*/
  .PR_obj-ibe-section-header .PR_obj-txt-hl-type-2 {
    margin-bottom: 15px; }
  /*-----|| ibe presenter ||-----*/
  .PR_obj-ibe-presenter .PR_hint {
    padding: 3px 1px;
    min-height: 30px;
    width: 180px;
    margin-left: -90px;
    font-size: 16px; }
  /*-----|| ibe presenter ||-----*/
  .PR_js-load .PR_obj-ibe-presenter .PR_fig-cont.PR_st-loading {
    min-height: 176px; }
  /*-----|| auto suggest search layer ||-----*/
  .PR_obj-search-layer .PR_obj-ln-list a {
    max-width: 472px; }
  /*-----|| ibe price tag ||-----*/
  .PR_dc-srd .PR_obj-ibe-price {
    padding-top: 7px;
    padding-right: 40px;
    min-height: 30px; }
    .PR_dc-srd .PR_obj-ibe-price .PR_num {
      font-size: 16px; }
    .PR_dc-srd .PR_obj-ibe-price > .PR_icon-srd {
      width: 30px;
      height: 30px; }
    .PR_dc-srd .PR_obj-ibe-price.PR_ext-hint {
      padding-top: 4px;
      line-height: 12px;
      font-size: 14px; }
  /*-----|| date picker static (no js) ||-----*/
  .PR_obj-static-datepicker .picker__day {
    min-height: 50px; }
    .PR_obj-static-datepicker .picker__day .PR_price-label {
      font-size: 12px; }
  /*-----|| range slider ||-----*/
  .PR_obj-time-slider .PR_time-marker {
    background-position: 0px -20px; }
  .PR_show-sm {
    display: none !important; }
  .PR_show-tb {
    display: block !important; }
  .PR_hide-tb,
  .PR_hide-tb-inl {
    display: none !important; }
  /*-----|| @import: plugin overwrites ||----------------------------------------------*/
  /*-----------------------------------------------------------------------------------*/ }

@media screen and (min-width: 1310px) {
  /*-----|| widescreen global ||-----*/
  /*-----|| global overwrites ||-------------------------------------------------------*/
  /*-----------------------------------------------------------------------------------*/
  /*-----|| page areas ||--------------------------------------------------------------*/
  /*-----------------------------------------------------------------------------------*/
  .PR_area-ct {
    max-width: 1220px; }
  /*-----|| content grids ||-----------------------------------------------------------*/
  /*-----------------------------------------------------------------------------------*/
  .PR_grid-cont {
    max-width: 1220px;
    margin-left: auto;
    margin-right: auto;
    /* &.PR_ext-4-8 {
                > .PR_col {
                    @include span(8);
                    @include omega;
                    &:first-child {
                        @include span(4);
                    }
                }
            }
            &.PR_ext-8-4 {
                > .PR_col {
                    @include span(4);
                    @include omega;
                    &:first-child {
                        @include span(8);
                    }
                }
            } */ }
    .PR_grid-cont:after {
      content: " ";
      display: block;
      clear: both; }
    .PR_grid-cont > .PR_col {
      min-height: 1px;
      width: 8.03279%;
      float: left;
      margin-right: 0.32787%;
      /* define number of columns (e.g. 12/1) == 12 columns */ }
      .PR_grid-cont > .PR_col:last-child {
        margin-right: 0; }
      .PR_grid-cont > .PR_col.PR_last-child {
        margin-right: 0; }
    .PR_grid-cont.PR_ext-1 > .PR_col {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      margin-right: 0; }
    .PR_grid-cont.PR_ext-4-8 > .PR_col {
      width: 66.55738%;
      float: left;
      margin-right: 0.32787%;
      margin-right: 0; }
      .PR_grid-cont.PR_ext-4-8 > .PR_col:first-child {
        width: 33.11475%;
        float: left;
        margin-right: 0.32787%; }
    .PR_grid-cont.PR_ext-8-4 > .PR_col {
      width: 33.11475%;
      float: left;
      margin-right: 0.32787%;
      margin-right: 0; }
      .PR_grid-cont.PR_ext-8-4 > .PR_col:first-child {
        width: 66.55738%;
        float: left;
        margin-right: 0.32787%; }
    .PR_grid-cont.PR_ext-3-9 > .PR_col {
      width: 74.91803%;
      float: left;
      margin-right: 0.32787%;
      margin-right: 0; }
      .PR_grid-cont.PR_ext-3-9 > .PR_col:first-child {
        width: 24.7541%;
        float: left;
        margin-right: 0.32787%; }
    .PR_grid-cont.PR_ext-6-6 > .PR_col {
      width: 49.83607%;
      float: left;
      margin-right: 0.32787%;
      margin-right: 0; }
      .PR_grid-cont.PR_ext-6-6 > .PR_col:first-child {
        width: 49.83607%;
        float: left;
        margin-right: 0.32787%; }
    .PR_grid-cont.PR_ext-7-5 > .PR_col {
      width: 41.47541%;
      float: left;
      margin-right: 0.32787%;
      margin-right: 0; }
      .PR_grid-cont.PR_ext-7-5 > .PR_col:first-child {
        width: 58.19672%;
        float: left;
        margin-right: 0.32787%; }
    .PR_grid-cont.PR_ext-3-6-3 > .PR_col {
      width: 49.83607%;
      float: left;
      margin-right: 0.32787%; }
      .PR_grid-cont.PR_ext-3-6-3 > .PR_col:first-child {
        width: 24.7541%;
        float: left;
        margin-right: 0.32787%; }
      .PR_grid-cont.PR_ext-3-6-3 > .PR_col:last-child {
        width: 24.7541%;
        float: left;
        margin-right: 0.32787%;
        margin-right: 0; }
      .PR_grid-cont.PR_ext-3-6-3 > .PR_col.PR_last-child {
        width: 24.7541%;
        float: left;
        margin-right: 0.32787%;
        margin-right: 0; }
    .PR_grid-cont.PR_ext-3-3-6 > .PR_col {
      width: 24.7541%;
      float: left;
      margin-right: 0.32787%; }
      .PR_grid-cont.PR_ext-3-3-6 > .PR_col:last-child {
        width: 49.83607%;
        float: left;
        margin-right: 0.32787%;
        margin-right: 0; }
      .PR_grid-cont.PR_ext-3-3-6 > .PR_col.PR_last-child {
        width: 49.83607%;
        float: left;
        margin-right: 0.32787%;
        margin-right: 0; }
    .PR_grid-cont.PR_ext-6-3-3 > .PR_col {
      width: 24.7541%;
      float: left;
      margin-right: 0.32787%; }
      .PR_grid-cont.PR_ext-6-3-3 > .PR_col:first-child {
        width: 49.83607%;
        float: left;
        margin-right: 0.32787%; }
      .PR_grid-cont.PR_ext-6-3-3 > .PR_col:last-child {
        margin-right: 0; }
      .PR_grid-cont.PR_ext-6-3-3 > .PR_col.PR_last-child {
        margin-right: 0; }
    .PR_grid-cont.PR_ext-3 > .PR_col {
      width: 24.7541%;
      float: left;
      margin-right: 0.32787%; }
      .PR_grid-cont.PR_ext-3 > .PR_col:last-child {
        width: 24.7541%;
        float: left;
        margin-right: 0.32787%;
        margin-right: 0; }
      .PR_grid-cont.PR_ext-3 > .PR_col.PR_last-child {
        width: 24.7541%;
        float: left;
        margin-right: 0.32787%;
        margin-right: 0; }
    .PR_grid-cont.PR_ext-4 > .PR_col {
      width: 33.11475%;
      float: left;
      margin-right: 0.32787%; }
      .PR_grid-cont.PR_ext-4 > .PR_col:last-child {
        width: 33.11475%;
        float: left;
        margin-right: 0.32787%;
        margin-right: 0; }
      .PR_grid-cont.PR_ext-4 > .PR_col.PR_last-child {
        width: 33.11475%;
        float: left;
        margin-right: 0.32787%;
        margin-right: 0; }
  /*-----|| element objects ||---------------------------------------------------------*/
  /*-----------------------------------------------------------------------------------*/
  /*-----|| ibe presenter ||-----*/
  .PR_js-load .PR_obj-ibe-presenter .PR_fig-cont.PR_st-loading {
    min-height: 286px; }
  /*-----|| auto suggest search layer ||-----*/
  /*-----|| date picker static (no js) ||-----*/
  .PR_obj-static-datepicker .picker__day {
    min-height: 65px; }
    .PR_obj-static-datepicker .picker__day .PR_price-label {
      font-size: 14px; }
  /*-----|| range slider ||-----*/
  .PR_obj-time-slider .PR_time-marker {
    background-position: 0px 0px; }
  /*-----|| ibe price tag ||-----*/
  .PR_dc-srd .PR_obj-ibe-price .PR_price-old {
    display: inline; }
  .PR_show-sm {
    display: none !important; }
  .PR_hide-tb,
  .PR_hide-tb-inl {
    display: none; }
  .PR_show-dt {
    display: block !important; }
  .PR_hide-dt {
    display: none !important; }
  .PR_show-ws {
    display: block !important; }
  .PR_hide-ws {
    display: none !important; } }

/*-----|| @import: modules ||--------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----|| module header ||-----*/
.PR_mod-header-content {
  background-color: #cc071d;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1001;
  /* overwrites for partnermodus */ }
  .PR_mod-header-content.PR_mod-header-ext-pm {
    background-color: #fff;
    min-height: 92px;
    width: 956px;
    margin: 0 auto;
    margin-left: -478px;
    left: 50%;
    border-bottom: 4px solid #f2f1f0; }
    .PR_mod-header-content.PR_mod-header-ext-pm .PR_ct {
      background-color: #fff; }
      .PR_mod-header-content.PR_mod-header-ext-pm .PR_ct .PR_obj-logo {
        top: 0;
        left: 0; }
        .PR_mod-header-content.PR_mod-header-ext-pm .PR_ct .PR_obj-logo img {
          height: 90px;
          width: auto; }
      .PR_mod-header-content.PR_mod-header-ext-pm .PR_ct .PR_obj-partner-phone {
        margin-top: 35px;
        float: right; }
        .PR_mod-header-content.PR_mod-header-ext-pm .PR_ct .PR_obj-partner-phone .PR_hotline {
          float: right;
          font-size: 10px;
          padding-top: 3px;
          text-align: center;
          font-size: 14px;
          color: #4a4a4a;
          position: relative;
          width: auto; }
          .PR_mod-header-content.PR_mod-header-ext-pm .PR_ct .PR_obj-partner-phone .PR_hotline > strong {
            color: #4a4a4a;
            font-size: 16px; }
        .PR_mod-header-content.PR_mod-header-ext-pm .PR_ct .PR_obj-partner-phone .PR_type-info {
          display: inline-block;
          width: 16px;
          height: 16px;
          overflow: hidden;
          cursor: pointer;
          background: url(img-rewereisen/PR_icons-sprite.png) -67px -778px no-repeat;
          margin: 0 5px;
          padding-top: 7px; }
    .PR_mod-header-content.PR_mod-header-ext-pm .PR_nav-checkout li > a {
      text-decoration: none;
      color: #7a7a7a;
      border: none; }
      .PR_mod-header-content.PR_mod-header-ext-pm .PR_nav-checkout li > a:hover, .PR_mod-header-content.PR_mod-header-ext-pm .PR_nav-checkout li > a:focus, .PR_mod-header-content.PR_mod-header-ext-pm .PR_nav-checkout li > a:active {
        text-decoration: underline;
        color: #7a7a7a;
        cursor: pointer; }
  .PR_mod-header-content > .PR_ct {
    position: relative;
    max-width: 956px;
    min-height: 91px;
    margin: 0 auto;
    *zoom: 1; }
    .PR_mod-header-content > .PR_ct:before, .PR_mod-header-content > .PR_ct:after {
      content: "";
      display: table; }
    .PR_mod-header-content > .PR_ct:after {
      clear: both; }
    .PR_mod-header-content > .PR_ct.PR_ext-checkout {
      min-height: 60px; }
  .PR_mod-header-content .PR_obj-logo {
    position: absolute;
    left: 0;
    top: 15px;
    z-index: 1; }
    .PR_mod-header-content .PR_obj-logo img {
      width: 122px; }
  .PR_mod-header-content .PR_nav-main, .PR_mod-header-content .PR_nav-checkout {
    float: right;
    padding-bottom: 5px;
    padding-top: 20px; }
    .PR_mod-header-content .PR_nav-main > ul, .PR_mod-header-content .PR_nav-checkout > ul {
      list-style-type: none;
      *zoom: 1; }
      .PR_mod-header-content .PR_nav-main > ul:before, .PR_mod-header-content .PR_nav-main > ul:after, .PR_mod-header-content .PR_nav-checkout > ul:before, .PR_mod-header-content .PR_nav-checkout > ul:after {
        content: "";
        display: table; }
      .PR_mod-header-content .PR_nav-main > ul:after, .PR_mod-header-content .PR_nav-checkout > ul:after {
        clear: both; }
    .PR_mod-header-content .PR_nav-main li, .PR_mod-header-content .PR_nav-checkout li {
      position: relative;
      float: left;
      margin-left: 15px;
      font-size: 16px;
      min-height: 20px; }
      .PR_mod-header-content .PR_nav-main li:first-child, .PR_mod-header-content .PR_nav-checkout li:first-child {
        margin-left: 0; }
      .PR_mod-header-content .PR_nav-main li:nth-child(n+9), .PR_mod-header-content .PR_nav-checkout li:nth-child(n+9) {
        display: none; }
      .PR_mod-header-content .PR_nav-main li > a, .PR_mod-header-content .PR_nav-checkout li > a {
        color: #fff;
        border-bottom: 2px solid #cc071d;
        transition: border-color 200ms; }
        .PR_mod-header-content .PR_nav-main li > a:hover, .PR_mod-header-content .PR_nav-main li > a:focus, .PR_mod-header-content .PR_nav-main li > a:active, .PR_mod-header-content .PR_nav-main li > a.PR_st-active, .PR_mod-header-content .PR_nav-checkout li > a:hover, .PR_mod-header-content .PR_nav-checkout li > a:focus, .PR_mod-header-content .PR_nav-checkout li > a:active, .PR_mod-header-content .PR_nav-checkout li > a.PR_st-active {
          text-decoration: none;
          border-color: #fff; }
      .PR_mod-header-content .PR_nav-main li.PR_type-deals > a, .PR_mod-header-content .PR_nav-checkout li.PR_type-deals > a {
        position: relative;
        padding-left: 30px; }
        .PR_mod-header-content .PR_nav-main li.PR_type-deals > a > .PR_icon, .PR_mod-header-content .PR_nav-checkout li.PR_type-deals > a > .PR_icon {
          position: absolute;
          left: 0;
          width: 26px;
          height: 18px;
          top: -2px;
          background: url(img-rewereisen/PR_icons-sprite.png) -120px -1010px no-repeat; }
      .PR_mod-header-content .PR_nav-main li .PR_subnav-flyout, .PR_mod-header-content .PR_nav-checkout li .PR_subnav-flyout {
        display: none;
        position: absolute;
        padding: 20px 0 17px;
        /* left: -40px;
                right: -40px; */
        top: 100%;
        min-width: 160px;
        left: 0;
        text-align: left;
        background-color: #cc071d;
        z-index: 10;
        white-space: nowrap;
        -webkit-transform: translateX(0%);
                transform: translateX(0%);
        z-index: 21; }
        .PR_mod-header-content .PR_nav-main li .PR_subnav-flyout li, .PR_mod-header-content .PR_nav-checkout li .PR_subnav-flyout li {
          float: none;
          list-style-type: none;
          display: block;
          margin: 0 0 5px 0;
          padding: 0 20px; }
          .PR_mod-header-content .PR_nav-main li .PR_subnav-flyout li a, .PR_mod-header-content .PR_nav-checkout li .PR_subnav-flyout li a {
            display: inline-block;
            padding: 5px 0 0;
            color: #fff;
            font-size: 14px;
            border: none;
            border-bottom: 2px solid #cc071d;
            transition: border-color 200ms; }
            .PR_mod-header-content .PR_nav-main li .PR_subnav-flyout li a:hover, .PR_mod-header-content .PR_nav-main li .PR_subnav-flyout li a:focus, .PR_mod-header-content .PR_nav-main li .PR_subnav-flyout li a:active, .PR_mod-header-content .PR_nav-main li .PR_subnav-flyout li a.PR_st-active, .PR_mod-header-content .PR_nav-checkout li .PR_subnav-flyout li a:hover, .PR_mod-header-content .PR_nav-checkout li .PR_subnav-flyout li a:focus, .PR_mod-header-content .PR_nav-checkout li .PR_subnav-flyout li a:active, .PR_mod-header-content .PR_nav-checkout li .PR_subnav-flyout li a.PR_st-active {
              border-color: #fff; }
    .PR_mod-header-content .PR_nav-main .PR_subnav-btn, .PR_mod-header-content .PR_nav-checkout .PR_subnav-btn {
      position: absolute;
      top: 2px;
      right: 0;
      width: 32px;
      height: 32px;
      padding: 0;
      border: none;
      background: none; }
      .PR_mod-header-content .PR_nav-main .PR_subnav-btn .PR_icon, .PR_mod-header-content .PR_nav-checkout .PR_subnav-btn .PR_icon {
        display: inline-block;
        margin-top: 3px;
        width: 21px;
        height: 21px;
        background: #ffcd32 url(img-rewereisen/PR_icons-sprite.png) no-repeat 4px -174px; }
      .PR_mod-header-content .PR_nav-main .PR_subnav-btn.PR_st-open .PR_icon, .PR_mod-header-content .PR_nav-checkout .PR_subnav-btn.PR_st-open .PR_icon {
        background-position: 4px -204px; }
  .PR_mod-header-content .PR_meta {
    display: inline-block;
    list-style-type: none; }
    .PR_mod-header-content .PR_meta li {
      display: inline;
      margin-right: 3px; }
      .PR_mod-header-content .PR_meta li:after {
        content: '|';
        margin-left: 6px;
        color: white; }
    .PR_mod-header-content .PR_meta a {
      color: white; }

/* .PR_st-scrolled .PR_mod-header-content {
    > .PR_ct {
        min-height: 40px;
    }
    .PR_nav-main {
        padding-top: 12px;
    }
    .PR_obj-logo {
        top: 10px;
    }
} */
@media screen and (min-width: 0px) and (max-width: 767px) {
  .PR_mod-header-content.PR_mod-header-ext-pm {
    width: 100%;
    margin: 0;
    left: 0;
    min-height: 60px;
    height: 60px; }
    .PR_mod-header-content.PR_mod-header-ext-pm > .PR_ct {
      min-height: 60px;
      height: 60px; }
      .PR_mod-header-content.PR_mod-header-ext-pm > .PR_ct .PR_obj-logo {
        top: 4px; }
        .PR_mod-header-content.PR_mod-header-ext-pm > .PR_ct .PR_obj-logo img {
          height: 50px; }
      .PR_mod-header-content.PR_mod-header-ext-pm > .PR_ct .PR_obj-partner-phone {
        margin-top: 15px;
        margin-right: 20px;
        width: 22px;
        height: 32px; }
        .PR_mod-header-content.PR_mod-header-ext-pm > .PR_ct .PR_obj-partner-phone span {
          display: none; }
        .PR_mod-header-content.PR_mod-header-ext-pm > .PR_ct .PR_obj-partner-phone .PR_type-info {
          background-position: -141px -478px;
          width: 24px;
          height: 32px; }
    .PR_mod-header-content.PR_mod-header-ext-pm .PR_nav-checkout {
      margin-top: 5px; }
      .PR_mod-header-content.PR_mod-header-ext-pm .PR_nav-checkout li > a {
        display: none; }
  .PR_mod-header-content > .PR_ct {
    max-width: 100%;
    min-height: 60px; }
  .PR_mod-header-content .PR_obj-logo {
    left: 20px; }
    .PR_mod-header-content .PR_obj-logo img {
      width: 88px;
      margin-top: 4px; }
  .PR_mod-header-content .PR_searchform-ct {
    position: relative;
    margin-top: 60px;
    height: 0;
    overflow: hidden; }
  .PR_mod-header-content .PR_section-nav {
    position: absolute;
    right: 0;
    top: 12px;
    width: 100%; }
  .PR_mod-header-content .PR_nav-main {
    padding-top: 0;
    float: right; }
    .PR_mod-header-content .PR_nav-main > ul {
      width: 100%;
      opacity: 0;
      position: absolute;
      z-index: 20;
      right: 0;
      left: -9999px;
      top: 41px;
      display: block;
      padding: 10px 20px;
      background-color: #cc071d;
      transition: opacity 300ms ease-out; }
      .PR_mod-header-content .PR_nav-main > ul > li {
        float: none;
        margin: 0; }
        .PR_mod-header-content .PR_nav-main > ul > li > a {
          white-space: nowrap;
          line-height: 33px;
          color: #fff; }
          .PR_mod-header-content .PR_nav-main > ul > li > a:hover, .PR_mod-header-content .PR_nav-main > ul > li > a:focus, .PR_mod-header-content .PR_nav-main > ul > li > a:active, .PR_mod-header-content .PR_nav-main > ul > li > a.PR_st-active {
            color: #fff;
            border-color: #fff; }
        .PR_mod-header-content .PR_nav-main > ul > li .PR_subnav-flyout {
          display: block;
          position: relative;
          left: 0;
          padding: 0;
          margin: 0;
          text-align: left;
          max-width: none;
          width: auto;
          height: 0;
          -webkit-transform: none;
                  transform: none;
          overflow: hidden;
          /* li {
                            float: none;
                            list-style-type: none;
                            display: block;
                            margin: 0 0 3px 0;
                            a {
                                display: inline-block;
                                padding: 5px 0 2px 0;
                                color: $cl-white;
                                font-size: $font-s;
                                border-width: 1px;
                                &:hover,
                                &:focus,
                                &:active,
                                &.PR_st-active {
                                    text-decoration: none;
                                    color: $cl-white;
                                    border-color: $cl-white;
                                }
                            }
                        } */ }
          .PR_mod-header-content .PR_nav-main > ul > li .PR_subnav-flyout li a {
            padding-right: 0; }
        .PR_mod-header-content .PR_nav-main > ul > li.PR_st-active > .PR_subnav-flyout {
          display: block;
          position: static; }
    .PR_mod-header-content .PR_nav-main.PR_st-open > ul {
      opacity: 1;
      right: 0; }
    .PR_mod-header-content .PR_nav-main > .PR_obj-ui-btn-tabnav {
      position: relative;
      padding: 0;
      margin-left: 10px;
      margin-right: 20px;
      text-indent: -9999em;
      width: 37px;
      height: 37px;
      border: none;
      background: #ffcd32 url(img-rewereisen/PR_icons-sprite-tablet.png) -51px 7px no-repeat;
      background-size: 147px 22px;
      box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.2);
      /* &:before {
                    width: 0;
                    height:0;
                    display: none;
                }
                &:first-child {
                    padding: 0;
                    margin-left:0;
                    background-position: 0 -2px;
                } */ }
  .PR_mod-header-content .PR_nav-checkout {
    margin-right: 20px;
    padding-top: 10px; }
  .PR_mod-header-content .PR_nav-main li:nth-child(n+9), .PR_mod-header-content .PR_nav-checkout li:nth-child(n+9) {
    display: block; }
  .PR_mod-header-content .PR_mod-ibe-searchform {
    margin: 0 20px 13px 20px; }
    .PR_mod-header-content .PR_mod-ibe-searchform .PR_hotline {
      display: none; }
  .PR_mod-header-content .PR_meta {
    display: none; } }

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .PR_mod-header-content.PR_mod-header-ext-pm {
    width: 100%;
    margin: 0;
    left: 0; }
    .PR_mod-header-content.PR_mod-header-ext-pm .PR_obj-logo {
      margin-left: -15px;
      top: 6px !important; }
      .PR_mod-header-content.PR_mod-header-ext-pm .PR_obj-logo img {
        height: 72px !important; }
    .PR_mod-header-content.PR_mod-header-ext-pm .PR_obj-partner-phone {
      margin-top: 20px; }
  .PR_mod-header-content > .PR_ct {
    max-width: 752px;
    min-height: 60px; }
  .PR_mod-header-content .PR_obj-logo {
    left: 20px; }
  .PR_mod-header-content .PR_searchform-ct {
    position: relative;
    margin-top: 60px;
    height: 0;
    overflow: hidden; }
  .PR_mod-header-content .PR_section-nav {
    position: absolute;
    right: 20px;
    top: 12px; }
  .PR_mod-header-content .PR_nav-main {
    padding-top: 0;
    float: right; }
    .PR_mod-header-content .PR_nav-main > ul {
      min-width: 400px;
      opacity: 0;
      position: absolute;
      z-index: 20;
      left: -9999px;
      top: 41px;
      display: block;
      padding: 10px 20px;
      background-color: #cc071d;
      transition: opacity 300ms ease-out; }
      .PR_mod-header-content .PR_nav-main > ul > li {
        float: none;
        margin: 0; }
        .PR_mod-header-content .PR_nav-main > ul > li > a {
          white-space: nowrap;
          line-height: 33px;
          color: #fff; }
          .PR_mod-header-content .PR_nav-main > ul > li > a:hover, .PR_mod-header-content .PR_nav-main > ul > li > a:focus, .PR_mod-header-content .PR_nav-main > ul > li > a:active, .PR_mod-header-content .PR_nav-main > ul > li > a.PR_st-active {
            color: #fff;
            border-color: #fff; }
        .PR_mod-header-content .PR_nav-main > ul > li .PR_subnav-flyout {
          display: block;
          position: relative;
          left: 0;
          padding: 0;
          margin: 0;
          text-align: left;
          max-width: none;
          width: auto;
          height: 0;
          -webkit-transform: none;
                  transform: none;
          overflow: hidden;
          /* li {
                            float: none;
                            list-style-type: none;
                            display: block;
                            margin: 0 0 3px 0;
                            a {
                                display: inline-block;
                                padding: 5px 0 2px 0;
                                color: $cl-white;
                                font-size: $font-s;
                                border-width: 1px;
                                &:hover,
                                &:focus,
                                &:active,
                                &.PR_st-active {
                                    text-decoration: none;
                                    color: $cl-white;
                                    border-color: $cl-white;
                                }
                            }
                        } */ }
          .PR_mod-header-content .PR_nav-main > ul > li .PR_subnav-flyout li a {
            padding-right: 0; }
        .PR_mod-header-content .PR_nav-main > ul > li.PR_st-active > .PR_subnav-flyout {
          display: block;
          position: static; }
    .PR_mod-header-content .PR_nav-main.PR_st-open > ul {
      opacity: 1;
      right: -4px;
      left: auto; }
    .PR_mod-header-content .PR_nav-main > .PR_obj-ui-btn-tabnav {
      position: relative;
      padding: 0;
      margin-left: 10px;
      text-indent: -9999em;
      width: 37px;
      height: 37px;
      border: none;
      background: #ffcd32 url(img-rewereisen/PR_icons-sprite-tablet.png) -51px 7px no-repeat;
      background-size: 147px 22px;
      box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.2);
      /* &:before {
                    width: 0;
                    height:0;
                    display: none;
                }
                &:first-child {
                    padding: 0;
                    margin-left:0;
                    background-position: 0 -2px;
                } */ }
  .PR_mod-header-content .PR_nav-checkout {
    padding-top: 10px; }
  .PR_mod-header-content .PR_nav-main li:nth-child(n+9), .PR_mod-header-content .PR_nav-checkout li:nth-child(n+9) {
    display: block; }
  .PR_mod-header-content .PR_mod-ibe-searchform {
    margin: 0 20px 13px 20px; }
    .PR_mod-header-content .PR_mod-ibe-searchform .PR_hotline {
      display: none; }
  .PR_mod-header-content .PR_meta {
    display: none; } }

@media screen and (min-width: 1310px) {
  .PR_mod-header-content.PR_mod-header-ext-pm {
    min-height: 92px;
    width: 1220px;
    left: 50%;
    margin-left: -610px; }
  .PR_mod-header-content > .PR_ct {
    max-width: 1220px; }
  .PR_mod-header-content .PR_nav-main li {
    margin-left: 20px; }
  .PR_mod-header-content .PR_nav-main li:nth-child(n+9), .PR_mod-header-content .PR_nav-checkout li:nth-child(n+9) {
    display: inline-block; } }

/*-----|| module footer ||-----*/
.PR_mod-footer-content {
  /* overwrites for partnermodus */ }
  .PR_mod-footer-content.PR_mod-footer-ext-pm {
    max-width: 956px;
    margin: 0 auto; }
    .PR_mod-footer-content.PR_mod-footer-ext-pm .PR_provider-bar {
      background-color: #fff;
      padding: 13px; }
      .PR_mod-footer-content.PR_mod-footer-ext-pm .PR_provider-bar p {
        color: #4a4a4a;
        font-size: 13px !important;
        float: left; }
    .PR_mod-footer-content.PR_mod-footer-ext-pm .PR_footer-meta > .PR_meta > nav {
      float: none; }
      .PR_mod-footer-content.PR_mod-footer-ext-pm .PR_footer-meta > .PR_meta > nav li > a {
        color: #4a4a4a;
        border: none;
        font-size: 13px !important; }
        .PR_mod-footer-content.PR_mod-footer-ext-pm .PR_footer-meta > .PR_meta > nav li > a:hover, .PR_mod-footer-content.PR_mod-footer-ext-pm .PR_footer-meta > .PR_meta > nav li > a:focus, .PR_mod-footer-content.PR_mod-footer-ext-pm .PR_footer-meta > .PR_meta > nav li > a:active {
          text-decoration: underline;
          color: #7a7a7a;
          cursor: pointer; }
    .PR_mod-footer-content.PR_mod-footer-ext-pm .PR_footer-meta > .PR_meta > .PR_copyright {
      padding: 0;
      float: right;
      margin-right: 0;
      line-height: 25px;
      margin-top: 5px; }
  .PR_mod-footer-content.PR_ext-to-bottom {
    position: absolute;
    bottom: 0;
    width: 100%; }
  .PR_mod-footer-content .PR_section-nav {
    margin-bottom: 30px; }
    .PR_mod-footer-content .PR_section-nav .PR_grid-cont > .PR_col {
      background-color: #fff;
      padding: 20px; }
    .PR_mod-footer-content .PR_section-nav .PR_form p {
      color: #7a7a7a;
      margin-bottom: 20px; }
    .PR_mod-footer-content .PR_section-nav .PR_obj-txt-hl-type-3 {
      margin-bottom: 8px; }
    .PR_mod-footer-content .PR_section-nav .PR_obj-ln-list {
      margin-bottom: 0;
      /* li {
                margin-bottom: 9px;
                &:last-child {
                    margin-bottom: 0;
                }
            } */ }
  .PR_mod-footer-content .PR_provider-bar {
    padding: 13px 0;
    background-color: #cc071d; }
    .PR_mod-footer-content .PR_provider-bar p {
      float: left;
      line-height: 28px;
      color: #fff; }
    .PR_mod-footer-content .PR_provider-bar .PR_icon {
      float: left; }
    .PR_mod-footer-content .PR_provider-bar .PR_icon-holidaycheck {
      position: relative;
      float: left;
      margin-right: 19px; }
      .PR_mod-footer-content .PR_provider-bar .PR_icon-holidaycheck:after {
        content: '';
        display: block;
        position: absolute;
        right: -10px;
        top: 0;
        width: 2px;
        height: 100%;
        background-color: white; }
  .PR_mod-footer-content .PR_back-to-top {
    display: none;
    width: 40px;
    height: 32px;
    margin: 0 auto 15px;
    padding: 0;
    border: none;
    background-color: #fff; }
    .PR_mod-footer-content .PR_back-to-top .PR_icon {
      display: block;
      position: relative;
      top: 0px;
      width: 14px;
      height: 19px;
      margin: 0 auto;
      background: url("img/PR_icons-sprite.png") no-repeat 0 -206px;
      transition: top 300ms; }
    .PR_mod-footer-content .PR_back-to-top:hover .PR_icon {
      top: -4px;
      background-position: -30px -206px; }
  .PR_mod-footer-content .PR_footer-meta .PR_trusted {
    padding: 0 5px;
    text-align: center;
    line-height: 10px;
    font-size: 10px; }
    .PR_mod-footer-content .PR_footer-meta .PR_trusted > a {
      color: #fff;
      border: none;
      font-size: 10px !important; }
      .PR_mod-footer-content .PR_footer-meta .PR_trusted > a:hover, .PR_mod-footer-content .PR_footer-meta .PR_trusted > a:focus, .PR_mod-footer-content .PR_footer-meta .PR_trusted > a:active {
        text-decoration: underline;
        color: #fff;
        cursor: pointer; }
  .PR_mod-footer-content .PR_footer-meta > .PR_meta {
    float: right;
    font-size: 14px; }
    .PR_mod-footer-content .PR_footer-meta > .PR_meta > .PR_copyright {
      display: inline-block;
      margin-bottom: 0;
      padding: 6px 5px 0 0;
      line-height: normal;
      margin-right: 10px; }
    .PR_mod-footer-content .PR_footer-meta > .PR_meta > nav {
      padding-top: 6px;
      display: inline-block; }
      .PR_mod-footer-content .PR_footer-meta > .PR_meta > nav li {
        list-style-type: none;
        display: inline-block;
        margin-left: 10px; }
        .PR_mod-footer-content .PR_footer-meta > .PR_meta > nav li > a {
          position: relative;
          display: block;
          color: #ffcd32;
          border-bottom: 2px solid #cc071d;
          transition: border-color 200ms; }
          .PR_mod-footer-content .PR_footer-meta > .PR_meta > nav li > a:hover, .PR_mod-footer-content .PR_footer-meta > .PR_meta > nav li > a:focus, .PR_mod-footer-content .PR_footer-meta > .PR_meta > nav li > a:active {
            color: #FCBE00;
            border-bottom-color: #FCBE00;
            text-decoration: none; }

@media screen and (min-width: 0px) and (max-width: 767px) {
  .PR_mod-footer-content {
    /* overwrites for partnermodus */ }
    .PR_mod-footer-content.PR_mod-footer-ext-pm {
      width: 100%;
      margin: 0; }
      .PR_mod-footer-content.PR_mod-footer-ext-pm .PR_back-to-top {
        display: block;
        width: 48px;
        height: 15px;
        margin: 10px auto 0;
        padding: 0;
        border: none;
        position: relative;
        right: auto;
        top: auto;
        box-shadow: none;
        background-color: #fff; }
        .PR_mod-footer-content.PR_mod-footer-ext-pm .PR_back-to-top .PR_icon {
          background-position: -55px -660px !important; }
          .PR_mod-footer-content.PR_mod-footer-ext-pm .PR_back-to-top .PR_icon:hover {
            background-position: -85px -660px !important; }
      .PR_mod-footer-content.PR_mod-footer-ext-pm .PR_provider-bar p {
        float: none;
        text-align: center; }
      .PR_mod-footer-content.PR_mod-footer-ext-pm .PR_footer-meta > .PR_meta > nav {
        text-align: center; }
      .PR_mod-footer-content.PR_mod-footer-ext-pm .PR_footer-meta > .PR_meta .PR_copyright {
        float: none;
        text-align: center; }
    .PR_mod-footer-content .PR_footer-meta > .PR_meta {
      float: none;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
      padding: 0 20px; }
      .PR_mod-footer-content .PR_footer-meta > .PR_meta > .PR_copyright {
        display: block;
        padding: 10px 0; }
      .PR_mod-footer-content .PR_footer-meta > .PR_meta nav li:first-child {
        margin-left: 10px; }
    .PR_mod-footer-content .PR_provider-bar {
      text-align: center; }
      .PR_mod-footer-content .PR_provider-bar .PR_grid-cont.PR_ext-7-5 > .PR_col {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        margin-right: 0; }
      .PR_mod-footer-content .PR_provider-bar .PR_grid-cont.PR_ext-6-6 > .PR_col {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        margin-right: 0; }
      .PR_mod-footer-content .PR_provider-bar .PR_icon,
      .PR_mod-footer-content .PR_provider-bar .PR_icon-holidaycheck {
        float: none; }
        .PR_mod-footer-content .PR_provider-bar .PR_icon img,
        .PR_mod-footer-content .PR_provider-bar .PR_icon-holidaycheck img {
          margin: 0 auto; }
      .PR_mod-footer-content .PR_provider-bar .PR_icon-holidaycheck {
        display: block;
        margin-right: 0;
        margin-bottom: 10px; }
        .PR_mod-footer-content .PR_provider-bar .PR_icon-holidaycheck:after {
          display: none; }
      .PR_mod-footer-content .PR_provider-bar p {
        padding: 10px 0;
        float: none;
        line-height: inherit; }
      .PR_mod-footer-content .PR_provider-bar .PR_finance {
        padding: 0 20px; }
      .PR_mod-footer-content .PR_provider-bar .PR_footer-meta {
        *zoom: 1; }
        .PR_mod-footer-content .PR_provider-bar .PR_footer-meta:before, .PR_mod-footer-content .PR_provider-bar .PR_footer-meta:after {
          content: "";
          display: table; }
        .PR_mod-footer-content .PR_provider-bar .PR_footer-meta:after {
          clear: both; }
    .PR_mod-footer-content .PR_back-to-top {
      display: block; } }

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .PR_mod-footer-content.PR_mod-footer-ext-pm {
    width: 100%;
    margin: 0;
    max-width: 100%; }
    .PR_mod-footer-content.PR_mod-footer-ext-pm .PR_footer-meta > .PR_meta {
      padding: 0; }
  .PR_mod-footer-content .PR_provider-bar .PR_grid-cont.PR_ext-7-5 > .PR_col {
    width: 49.79079%;
    float: left;
    margin-right: 0.41841%; }
    .PR_mod-footer-content .PR_provider-bar .PR_grid-cont.PR_ext-7-5 > .PR_col:last-child {
      margin-right: 0; }
  .PR_mod-footer-content .PR_finance p {
    width: 240px;
    margin-top: 6px;
    line-height: normal; }
  .PR_mod-footer-content .PR_obj-txt-hl-type-3 {
    font-size: 14px;
    line-height: 16px; } }

@media screen and (min-width: 1310px) {
  .PR_mod-footer-content.PR_mod-footer-ext-pm {
    max-width: 1220px;
    margin: 0 auto; }
    .PR_mod-footer-content.PR_mod-footer-ext-pm .PR_footer-meta > .PR_meta > nav {
      float: right; }
    .PR_mod-footer-content.PR_mod-footer-ext-pm .PR_footer-meta > .PR_meta .PR_copyright {
      margin-right: 40px;
      margin-top: 0; }
    .PR_mod-footer-content.PR_mod-footer-ext-pm .PR_provider-bar .PR_icon-holidaycheck {
      margin-right: 10px; }
    .PR_mod-footer-content.PR_mod-footer-ext-pm .PR_provider-bar .PR_icon {
      margin-right: 10px; }
    .PR_mod-footer-content.PR_mod-footer-ext-pm .PR_provider-bar p {
      float: none; }
  .PR_mod-footer-content .PR_provider-bar p {
    padding-left: 10px; } }

/*-----|| module meta checkout ||-----*/
.PR_mod-ibe-error {
  margin-bottom: 1px; }
  .PR_mod-ibe-error .PR_ct {
    *zoom: 1;
    padding: 18px 20px 15px 20px;
    background-color: #fff; }
    .PR_mod-ibe-error .PR_ct:before, .PR_mod-ibe-error .PR_ct:after {
      content: "";
      display: table; }
    .PR_mod-ibe-error .PR_ct:after {
      clear: both; }
  .PR_mod-ibe-error .PR_obj-txt-hl-type-1 {
    color: #cc071d; }
  .PR_mod-ibe-error + .PR_mod-result-error > .PR_ct {
    padding: 17px 20px;
    background-color: #fff;
    margin-bottom: 20px; }
    .PR_mod-ibe-error + .PR_mod-result-error > .PR_ct p {
      margin-bottom: 15px; }
      .PR_mod-ibe-error + .PR_mod-result-error > .PR_ct p:last-child {
        margin-bottom: 0; }
    .PR_mod-ibe-error + .PR_mod-result-error > .PR_ct .PR_obj-txt-hl-type-2 {
      margin-bottom: 10px; }

@media screen and (min-width: 0px) and (max-width: 767px) {
  .PR_js-load .PR_sidebar > .PR_container {
    display: none; } }

.PR_mod-ibe-checkout {
  margin-bottom: 20px;
  /* ------------------------------------------------------------------------------------------------------
     * Form
     * ------------------------------------------------------------------------------------------------------ */
  /* ------------------------------------------------------------------------------------------------------
     * Sidebar
     * ------------------------------------------------------------------------------------------------------ */
  /* -------------------------------------------------------------------------------------------
     * VIEWPORT: Tablet
     * ------------------------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------------------------
     * VIEWPORT: Widescreen
     * ------------------------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------------------------
     * VIEWPORT: Smartphone
     * ------------------------------------------------------------------------------------------- */ }
  .PR_mod-ibe-checkout h3.PR_obj-txt-hl-type-3 {
    font-size: 14px;
    color: #7a7a7a; }
  .PR_mod-ibe-checkout .PR_obj-txt-mandatory {
    clear: both;
    font-family: "UnitRoundedWeb", Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #4a4a4a; }
    .PR_mod-ibe-checkout .PR_obj-txt-mandatory.PR_obj-txt-ext-light {
      color: #7a7a7a;
      font-size: 13px;
      margin-top: 4px; }
  .PR_mod-ibe-checkout .PR_ibe-terms {
    margin-top: 20px; }
  .PR_mod-ibe-checkout .PR_obj-ui-btn.PR_ext-color-3 {
    color: #FFF; }
    .PR_mod-ibe-checkout .PR_obj-ui-btn.PR_ext-color-3:hover {
      color: #FFF; }
  .PR_mod-ibe-checkout .PR_js_order-submit {
    min-width: 202px; }
    .PR_mod-ibe-checkout .PR_js_order-submit.PR_submit_hover {
      background-color: #78a91f; }
    .PR_mod-ibe-checkout .PR_js_order-submit .PR_loader-img {
      display: inline-block;
      position: relative;
      margin-left: 4px;
      top: -1px; }
  .PR_mod-ibe-checkout .PR_grid-cont {
    display: block; }
  .PR_mod-ibe-checkout .PR_trusted_shop .PR_rate {
    display: inline-block;
    margin: 10px 0;
    width: 100%; }
    .PR_mod-ibe-checkout .PR_trusted_shop .PR_rate.PR_type-trusted {
      margin-bottom: 10px; }
    .PR_mod-ibe-checkout .PR_trusted_shop .PR_rate.PR_type-trusted {
      display: none; }
      .PR_mod-ibe-checkout .PR_trusted_shop .PR_rate.PR_type-trusted.PR_st-inactive {
        display: block;
        opacity: 0.5;
        cursor: not-allowed; }
      .PR_mod-ibe-checkout .PR_trusted_shop .PR_rate.PR_type-trusted.PR_st-active {
        display: block;
        opacity: 1; }
  .PR_mod-ibe-checkout .PR_trusted_shop .PR_checkout-trusted-head {
    margin-bottom: 10px;
    *zoom: 1; }
    .PR_mod-ibe-checkout .PR_trusted_shop .PR_checkout-trusted-head:before, .PR_mod-ibe-checkout .PR_trusted_shop .PR_checkout-trusted-head:after {
      content: "";
      display: table; }
    .PR_mod-ibe-checkout .PR_trusted_shop .PR_checkout-trusted-head:after {
      clear: both; }
    .PR_mod-ibe-checkout .PR_trusted_shop .PR_checkout-trusted-head > img {
      float: left;
      margin-right: 10px; }
    .PR_mod-ibe-checkout .PR_trusted_shop .PR_checkout-trusted-head .PR_obj-txt-hl-type-2 {
      float: left; }
  .PR_mod-ibe-checkout .PR_trusted_shop .PR_fm-grid {
    margin-top: 10px; }
  .PR_mod-ibe-checkout .PR_fm-ct .PR_obj-txt-hl-type-2:first-child {
    margin-top: 35px !important;
    display: inline-block; }
  .PR_mod-ibe-checkout .PR_fm-ct .PR_ibe-info .PR_obj-txt-hl-type-2 + .PR_logo {
    top: 46px; }
  .PR_mod-ibe-checkout .PR_fm-ct .PR_ibe-info-result .PR_obj-txt-hl-type-2 {
    margin-top: 8px !important; }
  .PR_mod-ibe-checkout .PR_fm-ct .PR_ibe-info-result .PR_obj-txt-hl-type-2 + .PR_logo {
    margin-top: 0;
    top: 16px; }
  .PR_mod-ibe-checkout .PR_fm-ct table {
    width: 100%;
    margin-bottom: 50px; }
    .PR_mod-ibe-checkout .PR_fm-ct table tr:nth-child(odd) {
      background-color: #D3DEE5; }
    .PR_mod-ibe-checkout .PR_fm-ct table tr td, .PR_mod-ibe-checkout .PR_fm-ct table tr th {
      height: 48px;
      width: 200px;
      text-align: center;
      padding: 10px;
      font-size: 14px; }
      .PR_mod-ibe-checkout .PR_fm-ct table tr td:first-child, .PR_mod-ibe-checkout .PR_fm-ct table tr th:first-child {
        text-align: left;
        font-size: 14px; }
      .PR_mod-ibe-checkout .PR_fm-ct table tr td span.PR_hint, .PR_mod-ibe-checkout .PR_fm-ct table tr th span.PR_hint {
        display: block;
        width: 100%;
        position: relative;
        padding-left: 20px;
        padding-top: 20px;
        clear: both;
        color: #75B045; }
        .PR_mod-ibe-checkout .PR_fm-ct table tr td span.PR_hint:before, .PR_mod-ibe-checkout .PR_fm-ct table tr th span.PR_hint:before {
          content: "";
          position: absolute;
          left: 47%;
          top: 5px;
          width: 16px;
          height: 13px;
          background: url(img-rewereisen/PR_icons-sprite.png) -95px -367px no-repeat; }
      .PR_mod-ibe-checkout .PR_fm-ct table tr td .PR_hint-2, .PR_mod-ibe-checkout .PR_fm-ct table tr th .PR_hint-2 {
        color: #75B045; }
    .PR_mod-ibe-checkout .PR_fm-ct table thead tr {
      background-color: #fff !important; }
      .PR_mod-ibe-checkout .PR_fm-ct table thead tr th {
        font-size: 14px;
        vertical-align: middle; }
      .PR_mod-ibe-checkout .PR_fm-ct table thead tr:first-child th {
        padding: 0;
        height: auto; }
      .PR_mod-ibe-checkout .PR_fm-ct table thead tr:first-child span {
        background-color: #75B045;
        color: white;
        padding: 5px;
        display: block;
        font-size: 12px;
        font-weight: normal; }
    .PR_mod-ibe-checkout .PR_fm-ct table tfoot {
      padding-top: 20px; }
      .PR_mod-ibe-checkout .PR_fm-ct table tfoot label.PR_obj-fm-label {
        text-align: left;
        font-size: 14px !important; }
        .PR_mod-ibe-checkout .PR_fm-ct table tfoot label.PR_obj-fm-label span {
          font-size: 16px;
          white-space: nowrap; }
      .PR_mod-ibe-checkout .PR_fm-ct table tfoot a {
        display: block;
        padding: 5px;
        width: auto; }
      .PR_mod-ibe-checkout .PR_fm-ct table tfoot div.PR_obj-fm-radio {
        margin: 0 auto;
        display: inline-block; }
      .PR_mod-ibe-checkout .PR_fm-ct table tfoot tr:last-child td {
        padding-top: 15px; }
      .PR_mod-ibe-checkout .PR_fm-ct table tfoot tr:first-child td {
        padding-bottom: 30px; }
      .PR_mod-ibe-checkout .PR_fm-ct table tfoot tr td {
        text-align: center;
        background-color: #fff; }
  .PR_mod-ibe-checkout .PR_fm-srd.PR_ext-no-label {
    padding-top: 22px; }
  .PR_mod-ibe-checkout .PR_container {
    display: block; }
  .PR_mod-ibe-checkout .PR_grid-cont.PR_ext-8-4 > .PR_col:first-child {
    width: 316px;
    float: right;
    margin: 0 0 0 4px;
    display: inline; }
  .PR_mod-ibe-checkout .PR_grid-cont.PR_ext-8-4 > .PR_col:last-child {
    width: 636px;
    float: left;
    margin: 0; }
  .PR_mod-ibe-checkout .PR_obj-txt-hl-type-1 {
    font-size: 24px; }
  .PR_mod-ibe-checkout .PR_obj-txt-hl-type-2 {
    font-size: 16px !important;
    margin-top: 8px !important; }
  .PR_mod-ibe-checkout .PR_content-box.PR_help-desk .PR_obj-txt-hl-type-2 {
    margin-top: 0 !important;
    line-height: 30px; }
  .PR_mod-ibe-checkout .PR_sidebar > .PR_obj-txt-hl-type-1 {
    display: none; }
  .PR_mod-ibe-checkout .PR_sidebar .PR_obj-ibe-hotelname {
    display: block;
    /*span.PR_hotel_name{
                white-space: nowrap;
            }*/ }
  .PR_mod-ibe-checkout .PR_sidebar .PR_obj-txt-hl-type-2 {
    font-size: 16px;
    line-height: 18px;
    color: #000; }
  .PR_mod-ibe-checkout .PR_sidebar .PR_obj-txt-hl-type-3 {
    font-size: 14px;
    line-height: 16px;
    color: #7a7a7a; }
  .PR_mod-ibe-checkout .PR_content-box {
    background: #fff;
    padding: 20px; }
    .PR_mod-ibe-checkout .PR_content-box.PR_help-standard .PR_obj-txt-hl-type-2 {
      margin-top: 0; }
    .PR_mod-ibe-checkout .PR_content-box.PR_help-standard p {
      margin-top: 8px; }
    .PR_mod-ibe-checkout .PR_content-box.PR_help-desk {
      background: #cc071d;
      margin-top: 30px; }
      .PR_mod-ibe-checkout .PR_content-box.PR_help-desk .PR_obj-txt-hl-type-2 {
        margin: 0;
        color: #fff; }
        .PR_mod-ibe-checkout .PR_content-box.PR_help-desk .PR_obj-txt-hl-type-2 span {
          display: inline-block; }
      .PR_mod-ibe-checkout .PR_content-box.PR_help-desk strong, .PR_mod-ibe-checkout .PR_content-box.PR_help-desk a {
        color: #fff !important;
        font-family: "UnitRoundedWebBold", Arial, Helvetica, sans-serif;
        white-space: nowrap; }
      .PR_mod-ibe-checkout .PR_content-box.PR_help-desk p {
        color: #fff;
        margin-top: 8px; }
    .PR_mod-ibe-checkout .PR_content-box.PR_checkout-teaser {
      *zoom: 1; }
      .PR_mod-ibe-checkout .PR_content-box.PR_checkout-teaser:before, .PR_mod-ibe-checkout .PR_content-box.PR_checkout-teaser:after {
        content: "";
        display: table; }
      .PR_mod-ibe-checkout .PR_content-box.PR_checkout-teaser:after {
        clear: both; }
      .PR_mod-ibe-checkout .PR_content-box.PR_checkout-teaser .PR_logo {
        width: 33.05439%;
        float: left;
        margin-right: 0.41841%; }
        .PR_mod-ibe-checkout .PR_content-box.PR_checkout-teaser .PR_logo img {
          width: 80%; }
      .PR_mod-ibe-checkout .PR_content-box.PR_checkout-teaser .PR_text {
        width: 66.5272%;
        float: left;
        margin-right: 0;
        padding-left: 20px; }
        .PR_mod-ibe-checkout .PR_content-box.PR_checkout-teaser .PR_text .PR_obj-txt-hl-type-2 {
          margin-top: 0 !important;
          margin-bottom: 8px; }
        .PR_mod-ibe-checkout .PR_content-box.PR_checkout-teaser .PR_text p {
          margin-bottom: 8px; }
  .PR_mod-ibe-checkout .PR_content-box + .PR_content-box {
    margin-top: 4px; }
  .PR_mod-ibe-checkout .PR_header.PR_ext-width-1 p {
    width: 66%; }
  .PR_mod-ibe-checkout .PR_header p {
    width: 80%; }
  .PR_mod-ibe-checkout .PR_header p + p {
    margin-top: 16px; }
  .PR_mod-ibe-checkout .PR_header .PR_align-right {
    float: right; }
  .PR_mod-ibe-checkout .PR_footer {
    margin-top: 24px;
    *zoom: 1; }
    .PR_mod-ibe-checkout .PR_footer:before, .PR_mod-ibe-checkout .PR_footer:after {
      content: "";
      display: table; }
    .PR_mod-ibe-checkout .PR_footer:after {
      clear: both; }
    .PR_mod-ibe-checkout .PR_footer .PR_obj-txt-mandatory {
      float: left; }
    .PR_mod-ibe-checkout .PR_footer nav {
      float: right; }
      .PR_mod-ibe-checkout .PR_footer nav ul {
        list-style: none;
        *zoom: 1; }
        .PR_mod-ibe-checkout .PR_footer nav ul:before, .PR_mod-ibe-checkout .PR_footer nav ul:after {
          content: "";
          display: table; }
        .PR_mod-ibe-checkout .PR_footer nav ul:after {
          clear: both; }
      .PR_mod-ibe-checkout .PR_footer nav li {
        float: left;
        margin-left: 10px; }
        .PR_mod-ibe-checkout .PR_footer nav li:first-child {
          margin-left: 0; }
  .PR_mod-ibe-checkout .PR_footnote {
    margin-top: 20px; }
    .PR_mod-ibe-checkout .PR_footnote p, .PR_mod-ibe-checkout .PR_footnote .PR_obj-ui-textlink {
      font-size: 12px; }
  .PR_mod-ibe-checkout .PR_obj-txt-hl-type-1 {
    margin-bottom: 8px; }
  .PR_mod-ibe-checkout .PR_obj-txt-hl-type-2 {
    margin-top: 16px;
    margin-bottom: 8px;
    font-size: 24px; }
  .PR_mod-ibe-checkout .PR_fieldset {
    margin-top: 8px; }
  .PR_mod-ibe-checkout .PR_desc {
    margin-bottom: 16px;
    transition: color 0.3s; }
  .PR_mod-ibe-checkout .PR_ibe-adult-insurance {
    margin-bottom: 24px; }
    .PR_mod-ibe-checkout .PR_ibe-adult-insurance .PR_obj-fm-radio {
      padding: 20px 20px 15px 20px;
      margin-bottom: 4px;
      background: #D6D6D6; }
      .PR_mod-ibe-checkout .PR_ibe-adult-insurance .PR_obj-fm-radio label {
        margin-bottom: 4px;
        max-width: 360px;
        font-family: "UnitRoundedWebBold", Arial, Helvetica, sans-serif; }
        .PR_mod-ibe-checkout .PR_ibe-adult-insurance .PR_obj-fm-radio label > span {
          font-family: "UnitRoundedWeb", Arial, Helvetica, sans-serif; }
          .PR_oldie .PR_mod-ibe-checkout .PR_ibe-adult-insurance .PR_obj-fm-radio label > span {
            display: block;
            margin-left: 22px; }
      .PR_mod-ibe-checkout .PR_ibe-adult-insurance .PR_obj-fm-radio > p {
        color: #7a7a7a;
        margin-left: 26px; }
      .PR_mod-ibe-checkout .PR_ibe-adult-insurance .PR_obj-fm-radio .PR_obj-ui-textlink {
        position: absolute;
        right: 20px;
        top: 21px; }
      .PR_mod-ibe-checkout .PR_ibe-adult-insurance .PR_obj-fm-radio input[type="radio"] ~ .PR_obj-fm-label:before {
        background: url(img-rewereisen/PR_icons-sprite.png) no-repeat -90px -390px; }
      .PR_mod-ibe-checkout .PR_ibe-adult-insurance .PR_obj-fm-radio input[type="radio"]:checked ~ .PR_obj-fm-label:before {
        background: url(img-rewereisen/PR_icons-sprite.png) no-repeat -120px -390px; }
      .PR_mod-ibe-checkout .PR_ibe-adult-insurance .PR_obj-fm-radio.PR_st-checked {
        background: #d6d6d6; }
        .PR_mod-ibe-checkout .PR_ibe-adult-insurance .PR_obj-fm-radio.PR_st-checked > p {
          color: #4a4a4a; }
  .PR_mod-ibe-checkout .PR_ibe-insurance-conditions {
    margin-top: 16px; }
  .PR_mod-ibe-checkout .PR_ibe-payment-creditcard {
    margin-top: 8px; }
    .PR_mod-ibe-checkout .PR_ibe-payment-creditcard label {
      transition: color 0.3s; }
    .PR_mod-ibe-checkout .PR_ibe-payment-creditcard.PR_st-disabled .PR_desc,
    .PR_mod-ibe-checkout .PR_ibe-payment-creditcard.PR_st-disabled label {
      color: #D6D6D6; }
  .PR_mod-ibe-checkout .PR_booking-abstract {
    *zoom: 1; }
    .PR_mod-ibe-checkout .PR_booking-abstract:before, .PR_mod-ibe-checkout .PR_booking-abstract:after {
      content: "";
      display: table; }
    .PR_mod-ibe-checkout .PR_booking-abstract:after {
      clear: both; }
    .PR_mod-ibe-checkout .PR_booking-abstract.PR_ext-compact .PR_abstract,
    .PR_mod-ibe-checkout .PR_booking-abstract.PR_ext-compact .PR_obj-txt-hl-type-3 {
      margin-bottom: 4px; }
    .PR_mod-ibe-checkout .PR_booking-abstract .PR_obj-txt-hl-type-3 {
      width: 145px;
      float: left;
      clear: both;
      font-family: "UnitRoundedWeb", Arial, Helvetica, sans-serif; }
    .PR_mod-ibe-checkout .PR_booking-abstract .PR_abstract {
      float: left; }
      .PR_mod-ibe-checkout .PR_booking-abstract .PR_abstract p {
        font-family: "UnitRoundedWebBold", Arial, Helvetica, sans-serif; }
      .PR_mod-ibe-checkout .PR_booking-abstract .PR_abstract.PR_ext-space {
        margin-bottom: 15px; }
      .PR_mod-ibe-checkout .PR_booking-abstract .PR_abstract .PR_abstract-sub {
        font-family: "UnitRoundedWeb", Arial, Helvetica, sans-serif; }
    .PR_mod-ibe-checkout .PR_booking-abstract .PR_obj-ui-textlink {
      clear: both;
      display: block;
      margin-left: 146px; }
  .PR_mod-ibe-checkout .PR_ibe-info, .PR_mod-ibe-checkout .PR_ibe-info-result {
    position: relative;
    *zoom: 1; }
    .PR_mod-ibe-checkout .PR_ibe-info:before, .PR_mod-ibe-checkout .PR_ibe-info:after, .PR_mod-ibe-checkout .PR_ibe-info-result:before, .PR_mod-ibe-checkout .PR_ibe-info-result:after {
      content: "";
      display: table; }
    .PR_mod-ibe-checkout .PR_ibe-info:after, .PR_mod-ibe-checkout .PR_ibe-info-result:after {
      clear: both; }
    .PR_mod-ibe-checkout .PR_ibe-info .PR_logo, .PR_mod-ibe-checkout .PR_ibe-info-result .PR_logo {
      position: absolute;
      left: 145px;
      top: 16px; }
    .PR_mod-ibe-checkout .PR_ibe-info .PR_obj-txt-hl-type-3.PR_ext-highlight, .PR_mod-ibe-checkout .PR_ibe-info-result .PR_obj-txt-hl-type-3.PR_ext-highlight {
      color: #4a4a4a; }
    .PR_mod-ibe-checkout .PR_ibe-info p.PR_ext-highlight, .PR_mod-ibe-checkout .PR_ibe-info-result p.PR_ext-highlight {
      color: #cc071d; }
    .PR_mod-ibe-checkout .PR_ibe-info p.PR_hint, .PR_mod-ibe-checkout .PR_ibe-info-result p.PR_hint {
      position: relative;
      padding-left: 20px;
      margin-bottom: 10px;
      padding-top: 5px;
      clear: both;
      color: #75B045; }
      .PR_mod-ibe-checkout .PR_ibe-info p.PR_hint:before, .PR_mod-ibe-checkout .PR_ibe-info-result p.PR_hint:before {
        content: "";
        position: absolute;
        left: 0;
        top: 5px;
        width: 16px;
        height: 13px;
        background: url(img-rewereisen/PR_icons-sprite.png) -95px -367px no-repeat; }
    .PR_mod-ibe-checkout .PR_ibe-info .PR_ext-l > strong, .PR_mod-ibe-checkout .PR_ibe-info-result .PR_ext-l > strong {
      font-size: 16px; }
  .PR_mod-ibe-checkout .PR_ibe-hint {
    padding-top: 30px; }
    .PR_mod-ibe-checkout .PR_ibe-hint .PR_obj-txt-hl-type-3 {
      margin-bottom: 16px; }
    .PR_mod-ibe-checkout .PR_ibe-hint p {
      color: #7a7a7a;
      margin-bottom: 16px; }
  .PR_mod-ibe-checkout .PR_list {
    list-style-type: none;
    margin-left: 20px;
    margin-bottom: 8px; }
    .PR_mod-ibe-checkout .PR_list li {
      position: relative;
      margin-top: 8px;
      font-size: 14px;
      color: #4a4a4a; }
      .PR_mod-ibe-checkout .PR_list li:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: -20px;
        width: 16px;
        height: 13px;
        background: url(img-rewereisen/PR_icons-sprite.png) no-repeat -95px -367px; }
  .PR_mod-ibe-checkout .PR_sidebar .PR_obj-txt-hl-type-2 {
    margin-bottom: 0; }
  .PR_mod-ibe-checkout .PR_sidebar hgroup {
    margin-bottom: 10px; }
    .PR_mod-ibe-checkout .PR_sidebar hgroup .PR_obj-ibe-hotelname {
      margin-bottom: 5px; }
  .PR_mod-ibe-checkout .PR_sidebar .PR_section .PR_obj-ln-list {
    margin-bottom: 0; }
    .PR_mod-ibe-checkout .PR_sidebar .PR_section .PR_obj-ln-list li {
      margin-bottom: 15px; }
      .PR_mod-ibe-checkout .PR_sidebar .PR_section .PR_obj-ln-list li:last-child {
        margin-bottom: 0; }
  .PR_mod-ibe-checkout .PR_sidebar .PR_section.PR_ext-teaser .PR_teaser-img {
    width: 100%;
    height: auto;
    margin-bottom: 10px; }
  .PR_mod-ibe-checkout .PR_sidebar .PR_section.PR_ext-teaser .PR_obj-txt-hl-type-2 {
    margin: 0 0 5px 0; }
  .PR_mod-ibe-checkout .PR_sidebar .PR_section.PR_ext-teaser .PR_obj-txt-hl-type-5 {
    font-size: 14px;
    margin-bottom: 5px; }
  .PR_mod-ibe-checkout .PR_sidebar .PR_section.PR_ext-teaser p {
    margin-bottom: 5px; }
  .PR_mod-ibe-checkout .PR_sidebar .PR_section.PR_ext-teaser.PR_ext-etrust .PR_sec-1 {
    margin-bottom: 15px;
    *zoom: 1; }
    .PR_mod-ibe-checkout .PR_sidebar .PR_section.PR_ext-teaser.PR_ext-etrust .PR_sec-1:before, .PR_mod-ibe-checkout .PR_sidebar .PR_section.PR_ext-teaser.PR_ext-etrust .PR_sec-1:after {
      content: "";
      display: table; }
    .PR_mod-ibe-checkout .PR_sidebar .PR_section.PR_ext-teaser.PR_ext-etrust .PR_sec-1:after {
      clear: both; }
    .PR_mod-ibe-checkout .PR_sidebar .PR_section.PR_ext-teaser.PR_ext-etrust .PR_sec-1 .PR_logo {
      float: left; }
      .PR_mod-ibe-checkout .PR_sidebar .PR_section.PR_ext-teaser.PR_ext-etrust .PR_sec-1 .PR_logo + p {
        margin-left: 50px;
        margin-bottom: 0; }
  .PR_mod-ibe-checkout .PR_sidebar .PR_section.PR_ext-teaser.PR_ext-etrust .PR_btn-img {
    display: block;
    margin-bottom: 20px; }
    .PR_mod-ibe-checkout .PR_sidebar .PR_section.PR_ext-teaser.PR_ext-etrust .PR_btn-img + p {
      margin-bottom: 10px; }
    .PR_mod-ibe-checkout .PR_sidebar .PR_section.PR_ext-teaser.PR_ext-etrust .PR_btn-img.PR_type-trusted {
      margin-bottom: 0;
      display: none; }
      .PR_mod-ibe-checkout .PR_sidebar .PR_section.PR_ext-teaser.PR_ext-etrust .PR_btn-img.PR_type-trusted.PR_st-inactive {
        display: block;
        opacity: 0.5;
        cursor: not-allowed; }
      .PR_mod-ibe-checkout .PR_sidebar .PR_section.PR_ext-teaser.PR_ext-etrust .PR_btn-img.PR_type-trusted.PR_st-active {
        display: block;
        opacity: 1; }
  .PR_mod-ibe-checkout .PR_sidebar .PR_section.PR_ext-teaser.PR_ext-etrust .PR_obj-fm-check {
    padding-top: 15px; }
    .PR_mod-ibe-checkout .PR_sidebar .PR_section.PR_ext-teaser.PR_ext-etrust .PR_obj-fm-check p {
      padding-left: 25px; }
  .PR_mod-ibe-checkout .PR_offer-summary {
    padding-top: 10px; }
    .PR_mod-ibe-checkout .PR_offer-summary h4, .PR_mod-ibe-checkout .PR_offer-summary p {
      font-family: "UnitRoundedWeb", Arial, Helvetica, sans-serif;
      font-size: 14px;
      display: inline-block;
      padding-bottom: 4px; }
    .PR_mod-ibe-checkout .PR_offer-summary h4 {
      width: 108px;
      float: left;
      clear: both;
      color: #7a7a7a; }
    .PR_mod-ibe-checkout .PR_offer-summary p {
      float: left;
      max-width: 168px;
      margin-left: 0;
      font-family: "UnitRoundedWebBold", Arial, Helvetica, sans-serif; }
      .PR_mod-ibe-checkout .PR_offer-summary p + p {
        margin-left: 108px; }
    .PR_mod-ibe-checkout .PR_offer-summary .PR_group {
      margin-bottom: 16px;
      *zoom: 1; }
      .PR_mod-ibe-checkout .PR_offer-summary .PR_group:before, .PR_mod-ibe-checkout .PR_offer-summary .PR_group:after {
        content: "";
        display: table; }
      .PR_mod-ibe-checkout .PR_offer-summary .PR_group:after {
        clear: both; }
    .PR_mod-ibe-checkout .PR_offer-summary .PR_group-sub {
      font-family: "UnitRoundedWeb", Arial, Helvetica, sans-serif; }
  .PR_mod-ibe-checkout .PR_costs {
    margin-bottom: 16px; }
    .PR_mod-ibe-checkout .PR_costs ul {
      list-style: none; }
    .PR_mod-ibe-checkout .PR_costs li {
      *zoom: 1;
      clear: both;
      font-size: 14px; }
      .PR_mod-ibe-checkout .PR_costs li:before, .PR_mod-ibe-checkout .PR_costs li:after {
        content: "";
        display: table; }
      .PR_mod-ibe-checkout .PR_costs li:after {
        clear: both; }
      .PR_mod-ibe-checkout .PR_costs li span {
        display: block;
        float: left; }
        .PR_mod-ibe-checkout .PR_costs li span:first-child {
          color: #7a7a7a;
          width: 108px; }
        .PR_mod-ibe-checkout .PR_costs li span.PR_price {
          font-family: "UnitRoundedWebBold", Arial, Helvetica, sans-serif; }
        .PR_mod-ibe-checkout .PR_costs li span.PR_hint {
          width: 100%;
          position: relative;
          padding-left: 20px;
          padding-top: 20px;
          padding-bottom: 15px;
          clear: both;
          color: #75B045; }
          .PR_mod-ibe-checkout .PR_costs li span.PR_hint:before {
            content: "";
            position: absolute;
            left: 0;
            top: 20px;
            width: 16px;
            height: 13px;
            background: url(img-rewereisen/PR_icons-sprite.png) -95px -367px no-repeat; }
      .PR_mod-ibe-checkout .PR_costs li.PR_sum {
        margin-top: 8px; }
        .PR_mod-ibe-checkout .PR_costs li.PR_sum span {
          color: #4a4a4a;
          font-family: "UnitRoundedWebBold", Arial, Helvetica, sans-serif; }
  .PR_mod-ibe-checkout .PR_offer-img {
    max-width: 100%;
    height: auto;
    margin-bottom: 16px; }
  .PR_mod-ibe-checkout .PR_erv-msg {
    margin-top: 10px; }
  @media screen and (min-width: 768px) and (max-width: 1000px) {
    .PR_mod-ibe-checkout .PR_grid-cont {
      display: block; }
    .PR_mod-ibe-checkout .PR_checkout-teaser {
      display: none; }
    .PR_mod-ibe-checkout .PR_grid-cont.PR_ext-8-4 > .PR_col:first-child {
      width: 248px; }
    .PR_mod-ibe-checkout .PR_grid-cont.PR_ext-8-4 > .PR_col:last-child {
      width: 500px; }
    .PR_mod-ibe-checkout .PR_header p {
      width: 100%; }
    .PR_mod-ibe-checkout .PR_fm-ct .PR_ibe-info-result .PR_obj-txt-hl-type-2 + .PR_logo, .PR_mod-ibe-checkout .PR_fm-ct .PR_ibe-info .PR_obj-txt-hl-type-2 + .PR_logo {
      top: 10px; }
    .PR_mod-ibe-checkout .PR_offer-summary h4, .PR_mod-ibe-checkout .PR_offer-summary p {
      display: block;
      width: auto;
      float: none; }
    .PR_mod-ibe-checkout .PR_offer-summary p {
      max-width: none;
      margin-bottom: 4px; }
      .PR_mod-ibe-checkout .PR_offer-summary p + p {
        margin-left: 0; }
    .PR_mod-ibe-checkout .PR_offer-summary .PR_group {
      margin-bottom: 5px; }
    .PR_mod-ibe-checkout .PR_costs li span.PR_price {
      float: right; }
    .PR_mod-ibe-checkout .PR_fm-grid.PR_ext-limit-width {
      width: 100%; } }
  @media screen and (min-width: 1310px) {
    .PR_mod-ibe-checkout .PR_grid-cont {
      display: block; }
    .PR_mod-ibe-checkout .PR_grid-cont.PR_ext-8-4 > .PR_col:first-child {
      width: 404px; }
    .PR_mod-ibe-checkout .PR_grid-cont.PR_ext-8-4 > .PR_col:last-child {
      width: 812px; }
    .PR_mod-ibe-checkout .PR_offer-summary p {
      max-width: 256px; } }
  @media screen and (min-width: 0px) and (max-width: 767px) {
    .PR_mod-ibe-checkout {
      margin-top: 0; }
      .PR_mod-ibe-checkout .PR_grid-cont {
        display: block; }
      .PR_mod-ibe-checkout .PR_offer-summary {
        padding-top: 15px; }
        .PR_mod-ibe-checkout .PR_offer-summary .PR_group {
          margin-bottom: 5px; }
      .PR_mod-ibe-checkout .PR_header.PR_ext-width-1 p {
        width: 100%; }
      .PR_mod-ibe-checkout .PR_header .PR_align-right {
        margin: 0 0 10px 10px; }
      .PR_mod-ibe-checkout .PR_header p {
        width: 100%; }
      .PR_mod-ibe-checkout .PR_booking-abstract .PR_abstract {
        float: none;
        padding-bottom: 8px; }
      .PR_mod-ibe-checkout .PR_booking-abstract .PR_obj-txt-hl-type-3 {
        float: none;
        width: 100%; }
      .PR_mod-ibe-checkout .PR_booking-abstract .PR_obj-ui-textlink {
        margin-left: 0; }
      .PR_mod-ibe-checkout .PR_ibe-adult-insurance .PR_obj-fm-radio .PR_obj-ui-textlink {
        position: static;
        margin-left: 26px; }
      .PR_mod-ibe-checkout .PR_sidebar .PR_obj-txt-hl-type-3.PR_ext-margin-bot {
        margin-bottom: 20px !important; }
      .PR_mod-ibe-checkout .PR_sidebar .PR_offer-img {
        padding-top: 20px;
        width: 100%;
        max-width: 580px;
        margin: 0 auto;
        margin-bottom: 15px; }
      .PR_mod-ibe-checkout .PR_sidebar .PR_ext-color-1 {
        font-size: 16px; }
      .PR_mod-ibe-checkout .PR_sidebar > .PR_obj-txt-hl-type-1 {
        display: block; }
        .PR_mod-ibe-checkout .PR_sidebar > .PR_obj-txt-hl-type-1 > button,
        .PR_mod-ibe-checkout .PR_sidebar > .PR_obj-txt-hl-type-1 > span {
          position: relative;
          padding: 0px;
          background-color: #fff;
          border: none;
          width: 100%;
          display: block;
          text-align: left; }
          .PR_mod-ibe-checkout .PR_sidebar > .PR_obj-txt-hl-type-1 > button > .PR_icon,
          .PR_mod-ibe-checkout .PR_sidebar > .PR_obj-txt-hl-type-1 > span > .PR_icon {
            position: absolute;
            right: 20px;
            top: 50%;
            margin-top: -7px;
            width: 20px;
            height: 14px;
            background: url(img-rewereisen/PR_icons-sprite.png) 0 -660px no-repeat;
            -webkit-animation-duration: 0.2s;
            animation-duration: 0.2s;
            -webkit-animation-name: fadeInUp;
            animation-name: fadeInUp; }
        .PR_mod-ibe-checkout .PR_sidebar > .PR_obj-txt-hl-type-1.PR_st-open > button > .PR_icon {
          background-position: -60px -660px;
          -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
          -webkit-animation-name: fadeInDown2;
          animation-name: fadeInDown2; }
      .PR_mod-ibe-checkout .PR_sidebar > .PR_container {
        margin-top: 1px;
        background-color: #fff; }
        .PR_mod-ibe-checkout .PR_sidebar > .PR_container .PR_grid-cont {
          margin-left: -20px; }
          .PR_mod-ibe-checkout .PR_sidebar > .PR_container .PR_grid-cont > .PR_col {
            padding-left: 20px;
            padding-right: 16px; }
            .PR_mod-ibe-checkout .PR_sidebar > .PR_container .PR_grid-cont > .PR_col:last-child {
              padding-right: 20px; }
        .PR_mod-ibe-checkout .PR_sidebar > .PR_container .PR_obj-txt-hl-type-1 {
          margin-bottom: 10px; }
        .PR_mod-ibe-checkout .PR_sidebar > .PR_container .PR_obj-txt-hl-type-4 {
          margin-bottom: 10px; }
        .PR_mod-ibe-checkout .PR_sidebar > .PR_container p {
          margin-bottom: 10px; }
        .PR_mod-ibe-checkout .PR_sidebar > .PR_container .PR_obj-ln-list {
          margin-bottom: 0; }
      .PR_mod-ibe-checkout .PR_help-standard, .PR_mod-ibe-checkout .PR_help-desk, .PR_mod-ibe-checkout .PR_checkout-teaser {
        display: none; }
      .PR_mod-ibe-checkout .PR_grid-cont.PR_ext-8-4 > .PR_col:first-child {
        width: 100%;
        float: none;
        display: block;
        margin: 20px 0; }
      .PR_mod-ibe-checkout .PR_grid-cont.PR_ext-8-4 > .PR_col:last-child {
        width: 100%;
        float: none; }
      .PR_mod-ibe-checkout .PR_fm-srd {
        width: 100% !important; }
      .PR_mod-ibe-checkout .PR_fm-grid .PR_col {
        float: none;
        margin: 0;
        width: 100%; }
        .PR_mod-ibe-checkout .PR_fm-grid .PR_col .PR_ext-m {
          width: 49.5%;
          float: left; }
          .PR_mod-ibe-checkout .PR_fm-grid .PR_col .PR_ext-m:last-child {
            margin-left: 1%; }
        .PR_mod-ibe-checkout .PR_fm-grid .PR_col.PR_ext-3 {
          width: 32.9%;
          float: left;
          margin-right: 0.65%; }
          .PR_mod-ibe-checkout .PR_fm-grid .PR_col.PR_ext-3:last-child {
            margin-right: 0; }
      .PR_mod-ibe-checkout .PR_footer nav {
        padding-top: 20px;
        float: none; }
        .PR_mod-ibe-checkout .PR_footer nav li {
          margin-left: 0;
          float: none; }
          .PR_mod-ibe-checkout .PR_footer nav li:last-child {
            padding-top: 10px; }
      .PR_mod-ibe-checkout .PR_footer .PR_obj-ui-btn {
        width: 100%; }
        .PR_mod-ibe-checkout .PR_footer .PR_obj-ui-btn > .PR_srd {
          padding: 11px 15px 10px 15px; }
      .PR_mod-ibe-checkout .PR_fm-ct table {
        overflow: auto; }
        .PR_mod-ibe-checkout .PR_fm-ct table tr td, .PR_mod-ibe-checkout .PR_fm-ct table tr th {
          font-size: 14px !important;
          height: 65px;
          padding: 7px; }
        .PR_mod-ibe-checkout .PR_fm-ct table tr th {
          vertical-align: bottom; }
        .PR_mod-ibe-checkout .PR_fm-ct table tr td {
          text-align: center;
          min-height: 85px; }
          .PR_mod-ibe-checkout .PR_fm-ct table tr td:first-child {
            text-align: left; }
        .PR_mod-ibe-checkout .PR_fm-ct table tfoot {
          padding-top: 20px; }
          .PR_mod-ibe-checkout .PR_fm-ct table tfoot label.PR_obj-fm-label {
            text-align: left;
            font-size: 14px !important; }
            .PR_mod-ibe-checkout .PR_fm-ct table tfoot label.PR_obj-fm-label span {
              font-size: 14px; } }

/*-----|| module meta sidepins ||-----*/
.PR_mod-meta-sidepins {
  position: fixed;
  right: 0;
  top: 220px;
  width: 37px;
  z-index: 20;
  *zoom: 1; }
  .PR_mod-meta-sidepins:before, .PR_mod-meta-sidepins:after {
    content: "";
    display: table; }
  .PR_mod-meta-sidepins:after {
    clear: both; }
  .PR_mod-meta-sidepins .PR_pin {
    position: relative;
    clear: right;
    float: right;
    margin-bottom: 4px;
    height: 37px;
    width: 199px;
    background-color: #ffcd32;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    transition: 500ms cubic-bezier(0.24, 1.01, 0.44, 1.01);
    box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.2);
    *zoom: 1; }
    .PR_mod-meta-sidepins .PR_pin:before, .PR_mod-meta-sidepins .PR_pin:after {
      content: "";
      display: table; }
    .PR_mod-meta-sidepins .PR_pin:after {
      clear: both; }
    .PR_mod-meta-sidepins .PR_pin > button {
      position: relative;
      float: left;
      width: 37px;
      height: 37px;
      border: none;
      background-color: #FCBE00;
      transition: background-color 200ms; }
      .PR_mod-meta-sidepins .PR_pin > button > .PR_icon {
        position: absolute;
        left: 50%;
        top: 50%;
        width: 16px;
        height: 14px;
        margin: -7px 0 0 -8px;
        background: url(img-rewereisen/PR_icons-sprite.png) -30px -30px no-repeat; }
    .PR_mod-meta-sidepins .PR_pin.PR_st-closed {
      -webkit-transform: translate3d(163px, 0, 0);
              transform: translate3d(163px, 0, 0); }
      .PR_mod-meta-sidepins .PR_pin.PR_st-closed > button {
        background-color: #ffcd32; }
        .PR_mod-meta-sidepins .PR_pin.PR_st-closed > button:hover {
          background-color: #FCBE00; }
    .PR_mod-meta-sidepins .PR_pin > .PR_obj-ln-icon {
      position: relative;
      float: left;
      padding: 1px 1px 0 20px;
      height: 37px;
      width: 156px;
      line-height: 37px;
      font-size: 14px;
      /* white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis; */
      border-left: 1px solid #b4b9b3; }
      .PR_mod-meta-sidepins .PR_pin > .PR_obj-ln-icon > .PR_icon {
        left: 10px;
        margin-top: -4px; }
      .PR_mod-meta-sidepins .PR_pin > .PR_obj-ln-icon:hover {
        text-decoration: none; }
  .PR_mod-meta-sidepins .PR_type-search {
    display: none; }
  .PR_mod-meta-sidepins .PR_type-contact > button > .PR_icon {
    background-position: -30px -29px; }
  .PR_mod-meta-sidepins .PR_type-contact.PR_st-closed > button > .PR_icon {
    background-position: 0 -29px; }
  .PR_mod-meta-sidepins .PR_type-contact.PR_st-closed > button:hover > .PR_icon {
    background-position: -30px -29px; }
  .PR_mod-meta-sidepins .PR_type-watchlist > button > .PR_icon {
    background-position: -30px -60px; }
  .PR_mod-meta-sidepins .PR_type-watchlist.PR_st-closed > button > .PR_icon {
    background-position: 0 -60px; }
  .PR_mod-meta-sidepins .PR_type-watchlist.PR_st-closed > button:hover > .PR_icon {
    background-position: -30px -60px; }
  .PR_mod-meta-sidepins .PR_type-watchlist .PR_watchlist-num {
    position: absolute;
    text-indent: 0;
    right: 2px;
    bottom: 5px;
    line-height: 10px;
    color: #cc071d;
    font-size: 14px;
    font-family: "UnitRoundedWebBold", Arial, Helvetica, sans-serif;
    background-color: #ffcd32;
    padding: 2px 1px 0 1px;
    border-radius: 3px; }
  .PR_mod-meta-sidepins .PR_type-watchlist .PR_obj-ln-icon > .PR_watchlist-num {
    display: none; }
  .PR_mod-meta-sidepins .PR_type-hint > button {
    background-color: #ab0618; }
    .PR_mod-meta-sidepins .PR_type-hint > button > .PR_icon {
      background-position: -30px -120px;
      width: 16px;
      height: 16px;
      margin-top: -9px; }
  .PR_mod-meta-sidepins .PR_type-hint.PR_st-closed > button {
    background-color: #cc071d; }
    .PR_mod-meta-sidepins .PR_type-hint.PR_st-closed > button > .PR_icon {
      background-position: -30px -120px; }
    .PR_mod-meta-sidepins .PR_type-hint.PR_st-closed > button:hover {
      background-color: #ab0618; }
      .PR_mod-meta-sidepins .PR_type-hint.PR_st-closed > button:hover > .PR_icon {
        background-position: -30px -120px; }

.PR_no-csstransforms3d .PR_mod-meta-sidepins .PR_pin {
  right: 0; }
  .PR_no-csstransforms3d .PR_mod-meta-sidepins .PR_pin.PR_st-closed {
    right: -149px; }

@media screen and (min-width: 0px) and (max-width: 767px) {
  .PR_mod-meta-sidepins {
    position: static;
    float: right;
    width: auto; }
    .PR_mod-meta-sidepins .PR_pin {
      float: left;
      width: 37px;
      height: 37px; }
      .PR_mod-meta-sidepins .PR_pin > button {
        display: none; }
      .PR_mod-meta-sidepins .PR_pin .PR_obj-ln-icon {
        text-indent: -9999em;
        padding: 0;
        border: none;
        width: 37px;
        height: 37px;
        background-color: #ffcd32; }
        .PR_mod-meta-sidepins .PR_pin .PR_obj-ln-icon > .PR_icon {
          width: 37px;
          height: 37px;
          left: 0;
          top: 0;
          margin: 0;
          background: url(img-rewereisen/PR_icons-sprite-tablet.png) no-repeat;
          background-size: 147px 22px; }
      .PR_mod-meta-sidepins .PR_pin.PR_st-closed {
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0); }
    .PR_mod-meta-sidepins .PR_type-search {
      display: block; }
      .PR_mod-meta-sidepins .PR_type-search .PR_obj-ln-icon > .PR_icon {
        background-position: -118px 7px; }
    .PR_mod-meta-sidepins .PR_type-contact {
      margin-left: 10px; }
      .PR_mod-meta-sidepins .PR_type-contact .PR_obj-ln-icon > .PR_icon {
        background-position: -84px 8px; }
    .PR_mod-meta-sidepins .PR_type-watchlist {
      margin-left: 10px;
      /* .PR_watchlist-num {
                position: absolute;
                text-indent: 0;
                right: 5px;
                bottom: 5px;
                line-height: normal;
                color: $cl-red;
                font-size: $font-s;
                font-family: $font-bold;
                background-color: $cl-yellow;
            } */ }
      .PR_mod-meta-sidepins .PR_type-watchlist .PR_obj-ln-icon > .PR_icon {
        background-position: -21px 7px; }
      .PR_mod-meta-sidepins .PR_type-watchlist .PR_obj-ln-icon > .PR_watchlist-num {
        display: block; }
    .PR_mod-meta-sidepins .PR_type-hint {
      display: none; } }

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .PR_mod-meta-sidepins {
    position: static;
    float: right;
    width: auto; }
    .PR_mod-meta-sidepins .PR_pin {
      float: left;
      width: 37px;
      height: 37px; }
      .PR_mod-meta-sidepins .PR_pin > button {
        display: none; }
      .PR_mod-meta-sidepins .PR_pin .PR_obj-ln-icon {
        text-indent: -9999em;
        padding: 0;
        border: none;
        width: 37px;
        height: 37px;
        background-color: #ffcd32; }
        .PR_mod-meta-sidepins .PR_pin .PR_obj-ln-icon > .PR_icon {
          width: 37px;
          height: 37px;
          left: 0;
          top: 0;
          margin: 0;
          background: url(img-rewereisen/PR_icons-sprite-tablet.png) no-repeat;
          background-size: 147px 22px; }
      .PR_mod-meta-sidepins .PR_pin.PR_st-closed {
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0); }
    .PR_mod-meta-sidepins .PR_type-search {
      display: block; }
      .PR_mod-meta-sidepins .PR_type-search .PR_obj-ln-icon > .PR_icon {
        background-position: -118px 7px; }
    .PR_mod-meta-sidepins .PR_type-contact {
      margin-left: 10px; }
      .PR_mod-meta-sidepins .PR_type-contact .PR_obj-ln-icon > .PR_icon {
        background-position: -84px 8px; }
    .PR_mod-meta-sidepins .PR_type-watchlist {
      margin-left: 10px;
      /* .PR_watchlist-num {
                position: absolute;
                text-indent: 0;
                right: 5px;
                bottom: 5px;
                line-height: normal;
                color: $cl-red;
                font-size: $font-s;
                font-family: $font-bold;
                background-color: $cl-yellow;
            } */ }
      .PR_mod-meta-sidepins .PR_type-watchlist .PR_obj-ln-icon > .PR_icon {
        background-position: -21px 7px; }
      .PR_mod-meta-sidepins .PR_type-watchlist .PR_obj-ln-icon > .PR_watchlist-num {
        display: block; }
    .PR_mod-meta-sidepins .PR_type-hint {
      display: none; } }

/*-----|| module teaser stage ||-----*/
.PR_mod-ibe-searchform + .PR_mod-teaser-stage {
  margin-top: -16px; }

/**
 * slider stage
 */
.PR_mod-teaser-stage {
  overflow: hidden; }
  .PR_mod-teaser-stage .PR_teaser-txt {
    background-color: #cc071d;
    padding: 20px;
    height: 100%; }
    .PR_mod-teaser-stage .PR_teaser-txt .PR_obj-txt-hl-type-2 {
      margin-bottom: 10px; }
    .PR_mod-teaser-stage .PR_teaser-txt .PR_abtract {
      font-size: 16px;
      line-height: 20px;
      color: #ffcd32;
      font-family: "UnitRoundedWebBold", Arial, Helvetica, sans-serif; }
    .PR_mod-teaser-stage .PR_teaser-txt .PR_abtract + .PR_obj-ui-btn {
      display: block;
      margin-top: 30px; }
    .PR_mod-teaser-stage .PR_teaser-txt .PR_obj-ui-btn + .PR_obj-ui-btn {
      display: block;
      margin-top: 15px; }
  .PR_mod-teaser-stage .PR_img-error {
    width: 100%; }
  .PR_mod-teaser-stage .royalSlider {
    opacity: 0;
    width: 100%;
    background: #D6D6D6 url(img-rewereisen/PR_preloader.gif) center center no-repeat;
    transition: opacity 800ms ease-out; }
    .PR_mod-teaser-stage .royalSlider.rsAutoHeight {
      opacity: 1; }
    .PR_mod-teaser-stage .royalSlider .rsContainer {
      *zoom: 1; }
      .PR_mod-teaser-stage .royalSlider .rsContainer:before, .PR_mod-teaser-stage .royalSlider .rsContainer:after {
        content: "";
        display: table; }
      .PR_mod-teaser-stage .royalSlider .rsContainer:after {
        clear: both; }
    .PR_mod-teaser-stage .royalSlider picture {
      display: block;
      position: relative; }
      .PR_mod-teaser-stage .royalSlider picture:before {
        content: "";
        display: block;
        padding-top: 66.03774%; }
      .PR_mod-teaser-stage .royalSlider picture img {
        position: absolute;
        left: 0;
        top: 0;
        right: 0; }
      .PR_mod-teaser-stage .royalSlider picture img {
        width: 100%;
        height: auto; }
    .PR_mod-teaser-stage .royalSlider.rsWithThumbs {
      margin-bottom: 0; }
    .PR_mod-teaser-stage .royalSlider .rsContent,
    .PR_mod-teaser-stage .royalSlider .rsContainer .rsContent,
    .PR_mod-teaser-stage .royalSlider.rsDefault .rsBullets {
      width: auto; }
    .PR_mod-teaser-stage .royalSlider .rsArrowLeft {
      top: 151px;
      left: 0; }
    .PR_mod-teaser-stage .royalSlider .rsArrowRight {
      top: 151px;
      left: auto;
      right: 0; }
    .PR_mod-teaser-stage .royalSlider .rsNav {
      position: absolute;
      left: 0;
      right: 0;
      bottom: -1px;
      background-color: rgba(255, 255, 255, 0.3);
      height: auto;
      overflow: visible;
      z-index: 19;
      border-top: 1px solid #D3DEE5;
      width: auto !important;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      padding-top: 0; }
      .PR_mod-teaser-stage .royalSlider .rsNav .rsNavItem {
        background: transparent;
        height: 40px;
        overflow: visible;
        text-align: center;
        color: #4a4a4a;
        transition: background-color 200ms;
        width: auto;
        -webkit-flex-grow: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        float: left;
        position: relative;
        background-color: #D6D6D6;
        padding: 0;
        border: none;
        box-shadow: none; }
        .PR_mod-teaser-stage .royalSlider .rsNav .rsNavItem:first-child, .PR_mod-teaser-stage .royalSlider .rsNav .rsNavItem:last-child {
          border-radius: 0; }
        .PR_mod-teaser-stage .royalSlider .rsNav .rsNavItem:before {
          content: "";
          position: absolute;
          width: 10px;
          height: 10px;
          border: none;
          left: 50%;
          margin-left: -5px;
          top: 0;
          background-color: #f1f1f1;
          opacity: 0;
          z-index: -1px;
          transition-delay: 0ms;
          -webkit-transform: rotate(45deg);
                  transform: rotate(45deg);
          transition: top 30ms;
          border-top: 1px solid #D3DEE5;
          border-left: 1px solid #D3DEE5; }
        .PR_mod-teaser-stage .royalSlider .rsNav .rsNavItem .rsTmb {
          padding: 0 10px;
          line-height: 40px;
          font-size: 14px;
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden;
          background-color: #fff;
          color: #4a4a4a;
          transition: background-color 200ms; }
        .PR_mod-teaser-stage .royalSlider .rsNav .rsNavItem.rsNavSelected, .PR_mod-teaser-stage .royalSlider .rsNav .rsNavItem:hover {
          border: none;
          text-shadow: none;
          box-shadow: none;
          background-color: #f1f1f1; }
          .PR_mod-teaser-stage .royalSlider .rsNav .rsNavItem.rsNavSelected:before, .PR_mod-teaser-stage .royalSlider .rsNav .rsNavItem:hover:before {
            top: -6px;
            opacity: 1;
            transition: opacity 100ms ease-in-out 100ms, top 0ms ease-in-out 30ms; }
          .PR_mod-teaser-stage .royalSlider .rsNav .rsNavItem.rsNavSelected .rsTmb, .PR_mod-teaser-stage .royalSlider .rsNav .rsNavItem:hover .rsTmb {
            background-color: #f1f1f1;
            color: #4a4a4a; }
      .PR_mod-teaser-stage .royalSlider .rsNav .rsThumbsContainer {
        border-top: 1px solid #D3DEE5;
        width: auto !important;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
  .PR_mod-teaser-stage .PR_trigger {
    display: block; }
    .PR_mod-teaser-stage .PR_trigger:hover, .PR_mod-teaser-stage .PR_trigger:active, .PR_mod-teaser-stage .PR_trigger:focus {
      text-decoration: none; }
  .PR_mod-teaser-stage .PR_teaser-desc {
    position: absolute;
    right: 0;
    bottom: 40px;
    max-width: 75%;
    /* .PR_obj-txt-mandatory {
            bottom: 0;
            margin-bottom: 0;
        } */ }
    .PR_mod-teaser-stage .PR_teaser-desc .PR_obj-ibe-price {
      position: relative;
      float: right; }
    .PR_mod-teaser-stage .PR_teaser-desc .PR_obj-ibe-desc {
      position: relative;
      clear: both;
      min-height: 75px; }
  .PR_mod-teaser-stage .PR_flag {
    position: absolute;
    padding: 6px 10px 4px 10px;
    left: 0;
    top: 15px;
    z-index: 1; }
    .PR_mod-teaser-stage .PR_flag.PR_ext-cl-1 {
      background-color: #fff;
      background-color: rgba(255, 255, 255, 0.9);
      color: #4a4a4a; }
    .PR_mod-teaser-stage .PR_flag.PR_ext-cl-2 {
      background-color: #75B045;
      color: #fff;
      padding-left: 45px;
      font-family: "UnitRoundedWebBold", Arial, Helvetica, sans-serif; }
      .PR_mod-teaser-stage .PR_flag.PR_ext-cl-2 > .PR_icon {
        position: absolute;
        left: 10px;
        top: 50%;
        width: 26px;
        height: 18px;
        margin-top: -9px;
        background: url(img-rewereisen/PR_icons-sprite.png) -120px -950px no-repeat; }
    .PR_mod-teaser-stage .PR_flag.PR_ext-cl-3 {
      top: 25px;
      padding: 10px;
      right: 25px;
      left: auto;
      background-color: #cc071d;
      text-align: center;
      color: #fff;
      line-height: normal;
      font-family: "UnitRoundedWebBold", Arial, Helvetica, sans-serif;
      font-size: 14px; }
      .PR_mod-teaser-stage .PR_flag.PR_ext-cl-3 > strong {
        font-size: 24px;
        line-height: 21px;
        display: block;
        margin-bottom: -3px;
        text-align: center; }
  .PR_mod-teaser-stage .PR_temp-water,
  .PR_mod-teaser-stage .PR_temp-air {
    font-size: 36px;
    font-family: "UnitRoundedWebBold", Arial, Helvetica, sans-serif;
    color: #fff;
    line-height: 36px;
    vertical-align: middle;
    margin-bottom: 10px; }
    .PR_mod-teaser-stage .PR_temp-water > .PR_icon,
    .PR_mod-teaser-stage .PR_temp-air > .PR_icon {
      vertical-align: middle;
      margin-right: 10px;
      display: inline-block;
      background: url(img-rewereisen/PR_icons-sprite.png) no-repeat; }
  .PR_mod-teaser-stage .PR_temp-air {
    margin-top: 40px; }
    .PR_mod-teaser-stage .PR_temp-air > .PR_icon {
      width: 46px;
      height: 46px;
      background-position: 0 -690px; }
  .PR_mod-teaser-stage .PR_temp-water > .PR_icon {
    width: 46px;
    height: 30px;
    background-position: -60px -690px; }

/**
 * standard stage
 */
.PR_mod-teaser-stage.PR_ext-standard, .PR_mod-teaser-stage.PR_ext-deals {
  margin-bottom: 30px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .PR_mod-teaser-stage.PR_ext-standard .PR_collapse, .PR_mod-teaser-stage.PR_ext-deals .PR_collapse {
    height: auto; }
  .PR_mod-teaser-stage.PR_ext-standard .PR_ext-toggle, .PR_mod-teaser-stage.PR_ext-deals .PR_ext-toggle {
    display: none; }
  .PR_mod-teaser-stage.PR_ext-standard .royalSlider, .PR_mod-teaser-stage.PR_ext-deals .royalSlider {
    opacity: 1;
    height: auto; }
    .PR_mod-teaser-stage.PR_ext-standard .royalSlider .rsContent, .PR_mod-teaser-stage.PR_ext-deals .royalSlider .rsContent {
      float: none; }
  .PR_mod-teaser-stage.PR_ext-standard .PR_teaser-desc, .PR_mod-teaser-stage.PR_ext-deals .PR_teaser-desc {
    bottom: 0; }

.PR_mod-teaser-stage.PR_ext-deals .PR_teaser-txt {
  background-color: #75B045; }
  .PR_mod-teaser-stage.PR_ext-deals .PR_teaser-txt .PR_type-deals > .PR_icon {
    display: block;
    margin-bottom: 5px;
    width: 58px;
    height: 42px;
    background: url(img/PR_icons-sprite.png) 0 -949px no-repeat; }

.PR_mod-teaser-stage.PR_ext-deals .PR_list {
  margin: 10px 0 10px 15px;
  color: #fff; }
  .PR_mod-teaser-stage.PR_ext-deals .PR_list li {
    margin-bottom: 5px; }

.PR_mod-teaser-stage.PR_ext-deals .PR_text {
  margin: 10px 0;
  color: #fff; }

.PR_mod-teaser-stage.PR_ext-deals .PR_flag.PR_ext-cl-3 {
  left: 30px;
  right: auto; }

.PR_mod-teaser-stage.PR_ext-deals .PR_obj-deal-countdown {
  position: absolute;
  right: 0;
  top: 0;
  min-width: 0;
  padding-left: 10px;
  padding-right: 10px; }

.PR_mod-teaser-stage.PR_ext-deals .rsContent.PR_st-finished {
  z-index: 20; }
  .PR_mod-teaser-stage.PR_ext-deals .rsContent.PR_st-finished a:after {
    content: "";
    position: absolute;
    z-index: 20;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4); }
  .PR_mod-teaser-stage.PR_ext-deals .rsContent.PR_st-finished .PR_obj-deal-countdown {
    z-index: 100; }

@media screen and (max-width: 1000px) {
  .PR_mod-teaser-stage.PR_ext-standard, .PR_mod-teaser-stage.PR_ext-deals {
    display: block; }
    .PR_mod-teaser-stage.PR_ext-standard > .PR_col, .PR_mod-teaser-stage.PR_ext-deals > .PR_col {
      width: 100% !important;
      margin: 0 !important; }
    .PR_mod-teaser-stage.PR_ext-standard .PR_collapse, .PR_mod-teaser-stage.PR_ext-deals .PR_collapse {
      height: 0px;
      overflow: hidden; }
    .PR_mod-teaser-stage.PR_ext-standard .PR_ext-toggle, .PR_mod-teaser-stage.PR_ext-deals .PR_ext-toggle {
      display: block; }
    .PR_mod-teaser-stage.PR_ext-standard .PR_ext-toggle .PR_icon, .PR_mod-teaser-stage.PR_ext-deals .PR_ext-toggle .PR_icon {
      display: inline-block;
      margin-left: 5px;
      margin-top: -1px;
      width: 8px;
      height: 6px;
      vertical-align: middle;
      background: url(img/PR_icons-sprite.png) -90px -270px; }
    .PR_mod-teaser-stage.PR_ext-standard .PR_linktext, .PR_mod-teaser-stage.PR_ext-deals .PR_linktext {
      color: #fff; }
    .PR_mod-teaser-stage.PR_ext-standard .PR_teaser-txt a, .PR_mod-teaser-stage.PR_ext-standard .PR_teaser-txt a:focus, .PR_mod-teaser-stage.PR_ext-standard .PR_teaser-txt a:hover, .PR_mod-teaser-stage.PR_ext-deals .PR_teaser-txt a, .PR_mod-teaser-stage.PR_ext-deals .PR_teaser-txt a:focus, .PR_mod-teaser-stage.PR_ext-deals .PR_teaser-txt a:hover {
      color: #fff; }
    .PR_mod-teaser-stage.PR_ext-standard .PR_st-toggle-active .PR_ext-toggle .PR_icon, .PR_mod-teaser-stage.PR_ext-deals .PR_st-toggle-active .PR_ext-toggle .PR_icon {
      background-position: -90px -300px; }
    .PR_mod-teaser-stage.PR_ext-standard .PR_teaser-txt .PR_type-deals > .PR_icon, .PR_mod-teaser-stage.PR_ext-deals .PR_teaser-txt .PR_type-deals > .PR_icon {
      -webkit-transform: scale(0.6);
              transform: scale(0.6);
      -webkit-transform-origin: top;
              transform-origin: top;
      position: absolute;
      left: 10px; }
    .PR_mod-teaser-stage.PR_ext-standard .PR_teaser-txt .PR_obj-txt-hl-type-2, .PR_mod-teaser-stage.PR_ext-deals .PR_teaser-txt .PR_obj-txt-hl-type-2 {
      font-size: 24px;
      line-height: 1;
      *zoom: 1;
      padding-left: 50px; }
      .PR_mod-teaser-stage.PR_ext-standard .PR_teaser-txt .PR_obj-txt-hl-type-2:before, .PR_mod-teaser-stage.PR_ext-standard .PR_teaser-txt .PR_obj-txt-hl-type-2:after, .PR_mod-teaser-stage.PR_ext-deals .PR_teaser-txt .PR_obj-txt-hl-type-2:before, .PR_mod-teaser-stage.PR_ext-deals .PR_teaser-txt .PR_obj-txt-hl-type-2:after {
        content: "";
        display: table; }
      .PR_mod-teaser-stage.PR_ext-standard .PR_teaser-txt .PR_obj-txt-hl-type-2:after, .PR_mod-teaser-stage.PR_ext-deals .PR_teaser-txt .PR_obj-txt-hl-type-2:after {
        clear: both; }
    .PR_mod-teaser-stage.PR_ext-standard .PR_teaser-txt .PR_type-deals > .PR_icon, .PR_mod-teaser-stage.PR_ext-deals .PR_teaser-txt .PR_type-deals > .PR_icon {
      float: left;
      margin-right: 10px;
      margin-bottom: 5px;
      vertical-align: middle; } }

@media screen and (min-width: 0px) and (max-width: 767px) {
  .PR_mod-teaser-stage.PR_ext-standard .royalSlider, .PR_mod-teaser-stage.PR_ext-deals .royalSlider {
    padding-bottom: 0; } }

/**
 * static teaser deprecated. use .PR_mod-teaser-special
 */
@media screen and (min-width: 0px) and (max-width: 767px) {
  .PR_mod-teaser-stage .royalSlider {
    background-color: #fff;
    padding-bottom: 30px; }
    .PR_mod-teaser-stage .royalSlider picture {
      position: relative; }
      .PR_mod-teaser-stage .royalSlider picture:before {
        padding-top: 50%; }
    .PR_mod-teaser-stage .royalSlider .rsContent {
      background-color: #fff; }
    .PR_mod-teaser-stage .royalSlider .rsArrowLeft,
    .PR_mod-teaser-stage .royalSlider .rsArrowRight {
      display: none !important; }
  .PR_mod-teaser-stage .rsDefault .rsTabs {
    margin-top: 0;
    bottom: 8px;
    border: none;
    display: block;
    text-align: center;
    *zoom: 1; }
    .PR_mod-teaser-stage .rsDefault .rsTabs:before, .PR_mod-teaser-stage .rsDefault .rsTabs:after {
      content: "";
      display: table; }
    .PR_mod-teaser-stage .rsDefault .rsTabs:after {
      clear: both; }
    .PR_mod-teaser-stage .rsDefault .rsTabs .rsNavItem {
      min-width: 0;
      display: inline-block;
      float: none;
      margin: 0 5px;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background-color: #7a7a7a; }
      .PR_mod-teaser-stage .rsDefault .rsTabs .rsNavItem:before {
        display: none; }
      .PR_mod-teaser-stage .rsDefault .rsTabs .rsNavItem:first-child, .PR_mod-teaser-stage .rsDefault .rsTabs .rsNavItem:last-child {
        border-radius: 50%; }
      .PR_mod-teaser-stage .rsDefault .rsTabs .rsNavItem .rsTmb {
        display: none; }
      .PR_mod-teaser-stage .rsDefault .rsTabs .rsNavItem.rsNavSelected {
        background-color: #cc071d; }
  .PR_mod-teaser-stage .PR_flag {
    display: none; }
  .PR_mod-teaser-stage .PR_teaser-desc {
    position: relative;
    width: 100%;
    bottom: auto;
    margin-top: -37px;
    max-width: none; }
    .PR_mod-teaser-stage .PR_teaser-desc .PR_obj-ibe-desc {
      min-height: 120px; } }

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .PR_panel-stage.PR_grid-cont.PR_ext-3-9 > .PR_col {
    width: 66.5272%;
    float: left;
    margin-right: 0.41841%;
    margin-right: 0; }
    .PR_panel-stage.PR_grid-cont.PR_ext-3-9 > .PR_col:first-child {
      width: 33.05439%;
      float: left;
      margin-right: 0.41841%; }
  .PR_mod-teaser-stage .royalSlider .rsImg {
    height: auto !important; }
  .PR_mod-teaser-stage .royalSlider picture:before {
    padding-top: 50%; }
  .PR_mod-teaser-stage .royalSlider .rsNav .rsNavItem {
    width: 82px; }
  .PR_mod-teaser-stage .royalSlider .rsArrowLeft,
  .PR_mod-teaser-stage .royalSlider .rsArrowRight {
    display: none !important; }
  .PR_mod-teaser-stage .PR_flag.PR_ext-cl-3 {
    right: 30px;
    left: auto; } }

@media screen and (min-width: 1310px) {
  .PR_mod-teaser-stage .royalSlider .rsImg {
    height: auto !important; }
  .PR_mod-teaser-stage .royalSlider picture:before {
    padding-top: 51.72414%; }
  .PR_mod-teaser-stage .royalSlider .rsNav .rsNavItem {
    height: 39px; }
  .PR_mod-teaser-stage .royalSlider .rsArrowLeft {
    top: 155px; }
  .PR_mod-teaser-stage .royalSlider .rsArrowRight {
    top: 155px; }
  .PR_mod-teaser-stage .PR_flag.PR_ext-cl-3 {
    right: 25px; } }

/*-----|| module teaser list ||-----*/
.PR_mod-teaser-list {
  height: 270px;
  margin-bottom: 30px;
  background-color: #fff; }
  .PR_mod-teaser-list > .PR_grid-cont {
    height: 100%; }
    .PR_mod-teaser-list > .PR_grid-cont > .PR_col {
      height: 100%; }
      .PR_mod-teaser-list > .PR_grid-cont > .PR_col:first-child {
        width: 33.05439%;
        float: left;
        margin-right: 0.41841%;
        padding-right: 8.3682%; }
  .PR_mod-teaser-list .PR_list {
    height: 100%; }
    .PR_mod-teaser-list .PR_list > li {
      list-style-type: none;
      width: 49.68553%;
      float: left;
      margin-right: 0.62893%;
      padding-right: 30px; }
      .PR_mod-teaser-list .PR_list > li:first-child {
        width: 49.68553%;
        float: left;
        margin-right: 0.62893%; }
      .PR_mod-teaser-list .PR_list > li:nth-child(2n + 2) {
        margin-right: 0; }
      .PR_mod-teaser-list .PR_list > li.PR_nth-2 {
        margin-right: 0; }
  .PR_mod-teaser-list .PR_teaser-header {
    position: relative;
    padding: 20px;
    width: 236px;
    height: 100%;
    background-color: #cc071d;
    z-index: 1; }
    .PR_mod-teaser-list .PR_teaser-header:after {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: 236px;
      width: 0;
      height: 0;
      border-left: 40px solid #cc071d;
      border-top: 135px solid rgba(204, 7, 29, 0);
      border-bottom: 135px solid rgba(204, 7, 29, 0);
      -moz-transform: scale(0.9999);
      z-index: -1; }
    .PR_mod-teaser-list .PR_teaser-header .PR_obj-txt-hl-type-1 {
      margin-bottom: 10px; }
    .PR_mod-teaser-list .PR_teaser-header p {
      color: #ffcd32;
      font-family: "UnitRoundedWebBold", Arial, Helvetica, sans-serif;
      font-size: 14px; }
  .PR_mod-teaser-list .PR_list {
    padding-top: 10px; }
    .PR_mod-teaser-list .PR_list > li {
      margin-top: 10px; }
    .PR_mod-teaser-list .PR_list .PR_link {
      position: relative;
      display: block;
      padding: 8px 57px 1px 0;
      min-height: 37px;
      border-bottom: 1px solid #D6D6D6;
      color: #4a4a4a;
      *zoom: 1; }
      .PR_mod-teaser-list .PR_list .PR_link:before, .PR_mod-teaser-list .PR_list .PR_link:after {
        content: "";
        display: table; }
      .PR_mod-teaser-list .PR_list .PR_link:after {
        clear: both; }
      .PR_mod-teaser-list .PR_list .PR_link > .PR_icon-srd {
        display: block;
        width: 37px;
        height: 37px;
        position: absolute;
        right: 0;
        top: 0;
        background-color: #ffcd32;
        z-index: 1; }
        .PR_mod-teaser-list .PR_list .PR_link > .PR_icon-srd > .PR_srd {
          position: relative;
          display: block;
          width: 100%;
          height: 100%; }
          .PR_mod-teaser-list .PR_list .PR_link > .PR_icon-srd > .PR_srd:after {
            content: "";
            position: absolute;
            height: 100%;
            width: 0;
            left: 0;
            top: 0;
            z-index: -1;
            transition: width 200ms ease; }
      .PR_mod-teaser-list .PR_list .PR_link .PR_icon {
        position: absolute;
        width: 10px;
        height: 13px;
        left: 50%;
        top: 50%;
        margin: -7px 0 0 -4px;
        background: url(img-rewereisen/PR_icons-sprite.png) 0 -150px no-repeat; }
      .PR_mod-teaser-list .PR_list .PR_link:hover > .PR_icon-srd > .PR_srd:after, .PR_mod-teaser-list .PR_list .PR_link:focus > .PR_icon-srd > .PR_srd:after, .PR_mod-teaser-list .PR_list .PR_link:active > .PR_icon-srd > .PR_srd:after {
        width: 100%;
        background-color: #FCBE00; }
      .PR_mod-teaser-list .PR_list .PR_link:hover .PR_icon, .PR_mod-teaser-list .PR_list .PR_link:focus .PR_icon, .PR_mod-teaser-list .PR_list .PR_link:active .PR_icon {
        background-position: -30px -150px; }
    .PR_mod-teaser-list .PR_list .PR_text {
      font-size: 16px;
      float: left;
      font-family: "UnitRoundedWebBold", Arial, Helvetica, sans-serif;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      max-width: 50%; }
    .PR_mod-teaser-list .PR_list .PR_price {
      float: right;
      font-size: 14px; }
      .PR_mod-teaser-list .PR_list .PR_price > .PR_num {
        font-size: 16px;
        font-family: "UnitRoundedWebBold", Arial, Helvetica, sans-serif; }
      .PR_mod-teaser-list .PR_list .PR_price .PR_price-old {
        font-size: 14px;
        margin-right: 10px; }
        .PR_mod-teaser-list .PR_list .PR_price .PR_price-old > strong {
          position: relative;
          font-size: 16px; }
          .PR_mod-teaser-list .PR_list .PR_price .PR_price-old > strong:before {
            content: "";
            position: absolute;
            width: 100%;
            height: 2px;
            background-color: #cc071d;
            top: 50%;
            margin-top: -2px;
            -webkit-transform: rotate(-15deg);
                    transform: rotate(-15deg); }

.PR_oldie .PR_mod-teaser-list .PR_list {
  /* FIX IE8 box sizing bug with min-height */ }
  .PR_oldie .PR_mod-teaser-list .PR_list .PR_link {
    height: 37px;
    min-height: 0; }

@media screen and (min-width: 0px) and (max-width: 767px) {
  .PR_mod-teaser-list {
    height: auto; }
    .PR_mod-teaser-list > .PR_grid-cont > .PR_col {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      margin-right: 0;
      height: auto; }
      .PR_mod-teaser-list > .PR_grid-cont > .PR_col:first-child {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        margin-right: 0;
        padding-right: 0; }
    .PR_mod-teaser-list .PR_teaser-header {
      width: auto; }
      .PR_mod-teaser-list .PR_teaser-header:after {
        display: none; }
    .PR_mod-teaser-list .PR_list {
      *zoom: 1;
      height: 100%;
      padding-top: 0;
      padding-right: 20px;
      padding-left: 20px; }
      .PR_mod-teaser-list .PR_list:before, .PR_mod-teaser-list .PR_list:after {
        content: "";
        display: table; }
      .PR_mod-teaser-list .PR_list:after {
        clear: both; }
      .PR_mod-teaser-list .PR_list > li {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        margin-right: 0;
        padding-right: 0px; }
        .PR_mod-teaser-list .PR_list > li:first-child {
          width: 100%;
          float: left;
          margin-left: 0;
          margin-right: 0;
          margin-right: 0; }
        .PR_mod-teaser-list .PR_list > li:nth-child(2n + 2) {
          width: 100%;
          float: left;
          margin-left: 0;
          margin-right: 0;
          margin-right: 0; }
        .PR_mod-teaser-list .PR_list > li.PR_nth-2 {
          width: 100%;
          float: left;
          margin-left: 0;
          margin-right: 0;
          margin-right: 0; }
        .PR_mod-teaser-list .PR_list > li:last-child {
          margin-bottom: 10px; } }

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .PR_mod-teaser-list {
    height: 500px; }
    .PR_mod-teaser-list > .PR_grid-cont > .PR_col:first-child {
      width: 32.97872%;
      float: left;
      margin-right: 0.53191%;
      padding-right: 8.37766%; }
    .PR_mod-teaser-list .PR_list > li {
      clear: both;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; }
      .PR_mod-teaser-list .PR_list > li:first-child {
        clear: both;
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0; }
      .PR_mod-teaser-list .PR_list > li:nth-child(2n + 2) {
        clear: both;
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0; }
      .PR_mod-teaser-list .PR_list > li.PR_nth-2 {
        clear: both;
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0; }
    .PR_mod-teaser-list .PR_teaser-header {
      width: 184px; }
      .PR_mod-teaser-list .PR_teaser-header:after {
        left: 184px;
        border-top-width: 250px;
        border-bottom-width: 250px; } }

@media screen and (min-width: 1310px) {
  .PR_mod-teaser-list > .PR_grid-cont > .PR_col:first-child {
    width: 33.11475%;
    float: left;
    margin-right: 0.32787%;
    padding-right: 8.36066%; }
  .PR_mod-teaser-list .PR_list > li {
    width: 49.75369%;
    float: left;
    margin-right: 0.49261%; }
    .PR_mod-teaser-list .PR_list > li:first-child {
      width: 49.75369%;
      float: left;
      margin-right: 0.49261%; }
    .PR_mod-teaser-list .PR_list > li:nth-child(2n + 2) {
      margin-right: 0; }
    .PR_mod-teaser-list .PR_list > li.PR_nth-2 {
      margin-right: 0; }
  .PR_mod-teaser-list .PR_teaser-header {
    width: 302px; }
    .PR_mod-teaser-list .PR_teaser-header:after {
      left: 302px; } }

/*-----|| module teaser extras ||-----*/
.PR_mod-teaser-extras {
  background-color: #cc071d;
  margin-bottom: 30px; }
  .PR_mod-teaser-extras .PR_grid-cont > .PR_col {
    padding: 20px 20px 20px 0; }
    .PR_mod-teaser-extras .PR_grid-cont > .PR_col:first-child {
      padding-left: 20px; }
  .PR_mod-teaser-extras .PR_icon {
    float: left; }
  .PR_mod-teaser-extras .PR_text {
    margin-left: 70px; }
    .PR_mod-teaser-extras .PR_text .PR_obj-txt-hl-type-3 {
      margin-bottom: 10px; }
    .PR_mod-teaser-extras .PR_text p {
      font-size: 14px;
      color: #fff; }

.PR_obj-ibe-section h2.PR_section-hl {
  margin-bottom: 10px;
  font-size: 16px; }
  .PR_obj-ibe-section h2.PR_section-hl.PR_ext_recomm {
    display: block;
    background: #fff;
    font-size: 24px;
    padding: 10px;
    padding-left: 20px; }

@media screen and (min-width: 0px) and (max-width: 767px) {
  /* ********************************************************
    @TODO: UMZIEHEN IN EIGENE DATEI

    */
  .PR_obj-ibe-section .PR_obj-ibe-presenter .PR_fig-cont .PR_ibe-img {
    width: 100%; }
  .PR_obj-ibe-section .PR_grid-cont.PR_ext-3-3-6 > .PR_col {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-right: 0; }
    .PR_obj-ibe-section .PR_grid-cont.PR_ext-3-3-6 > .PR_col:first-child {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      margin-right: 0; }
    .PR_obj-ibe-section .PR_grid-cont.PR_ext-3-3-6 > .PR_col:last-child {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      margin-right: 0; }
    .PR_obj-ibe-section .PR_grid-cont.PR_ext-3-3-6 > .PR_col.PR_last-child {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      margin-right: 0; }
  .PR_obj-ibe-section .PR_grid-cont.PR_ext-6-3-3 > .PR_col, .PR_obj-ibe-section .PR_grid-cont.PR_ext-3-6-3 > .PR_col {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-right: 0; }
    .PR_obj-ibe-section .PR_grid-cont.PR_ext-6-3-3 > .PR_col:first-child, .PR_obj-ibe-section .PR_grid-cont.PR_ext-3-6-3 > .PR_col:first-child {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      margin-right: 0; }
    .PR_obj-ibe-section .PR_grid-cont.PR_ext-6-3-3 > .PR_col:last-child, .PR_obj-ibe-section .PR_grid-cont.PR_ext-3-6-3 > .PR_col:last-child {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      margin-right: 0; }
    .PR_obj-ibe-section .PR_grid-cont.PR_ext-6-3-3 > .PR_col.PR_last-child, .PR_obj-ibe-section .PR_grid-cont.PR_ext-3-6-3 > .PR_col.PR_last-child {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      margin-right: 0; }
  .PR_mod-teaser-extras br {
    display: none; }
  .PR_mod-teaser-extras .PR_grid-cont > .PR_col {
    padding: 20px; } }

/*-----|| module teaser extras ||-----*/
.PR_mod-teaser-mehrwert {
  background-color: #fff;
  margin-bottom: 30px; }
  .PR_mod-teaser-mehrwert a:hover, .PR_mod-teaser-mehrwert a:focus, .PR_mod-teaser-mehrwert a:active {
    text-decoration: none; }
  .PR_mod-teaser-mehrwert .PR_grid-cont > .PR_col .PR_icon-mehrwert, .PR_mod-teaser-mehrwert .PR_grid-cont > .PR_col .PR_icon-bestpreis, .PR_mod-teaser-mehrwert .PR_grid-cont > .PR_col .PR_icon-quali, .PR_mod-teaser-mehrwert .PR_grid-cont > .PR_col .PR_icon-sicherheit, .PR_mod-teaser-mehrwert .PR_mod-ibe-detailpage .PR_mod-teaser-extras-detail .PR_icon-mehrwert, .PR_mod-ibe-detailpage .PR_mod-teaser-extras-detail .PR_mod-teaser-mehrwert .PR_icon-mehrwert, .PR_mod-teaser-mehrwert .PR_mod-ibe-detailpage .PR_mod-teaser-bestpreis-detail .PR_icon-mehrwert, .PR_mod-ibe-detailpage .PR_mod-teaser-bestpreis-detail .PR_mod-teaser-mehrwert .PR_icon-mehrwert, .PR_mod-teaser-mehrwert .PR_mod-ibe-detailpage .PR_mod-teaser-extras-detail .PR_icon-bestpreis, .PR_mod-ibe-detailpage .PR_mod-teaser-extras-detail .PR_mod-teaser-mehrwert .PR_icon-bestpreis, .PR_mod-teaser-mehrwert .PR_mod-ibe-detailpage .PR_mod-teaser-bestpreis-detail .PR_icon-bestpreis, .PR_mod-ibe-detailpage .PR_mod-teaser-bestpreis-detail .PR_mod-teaser-mehrwert .PR_icon-bestpreis, .PR_mod-teaser-mehrwert .PR_mod-ibe-detailpage .PR_mod-teaser-extras-detail .PR_icon-quali, .PR_mod-ibe-detailpage .PR_mod-teaser-extras-detail .PR_mod-teaser-mehrwert .PR_icon-quali, .PR_mod-teaser-mehrwert .PR_mod-ibe-detailpage .PR_mod-teaser-bestpreis-detail .PR_icon-quali, .PR_mod-ibe-detailpage .PR_mod-teaser-bestpreis-detail .PR_mod-teaser-mehrwert .PR_icon-quali, .PR_mod-teaser-mehrwert .PR_mod-ibe-detailpage .PR_mod-teaser-extras-detail .PR_icon-sicherheit, .PR_mod-ibe-detailpage .PR_mod-teaser-extras-detail .PR_mod-teaser-mehrwert .PR_icon-sicherheit, .PR_mod-teaser-mehrwert .PR_mod-ibe-detailpage .PR_mod-teaser-bestpreis-detail .PR_icon-sicherheit, .PR_mod-ibe-detailpage .PR_mod-teaser-bestpreis-detail .PR_mod-teaser-mehrwert .PR_icon-sicherheit {
    width: 150px;
    height: 146px;
    margin: 0 auto 10px;
    position: relative;
    background: url(img-rewereisen/PR_mehrwert-sprite.png) center 0px no-repeat;
    background-size: 150px auto; }
  .PR_mod-teaser-mehrwert .PR_grid-cont > .PR_col {
    padding: 20px;
    width: 25%; }
    .PR_mod-teaser-mehrwert .PR_grid-cont > .PR_col .PR_icon-bestpreis {
      background-position: 0 -146px; }
    .PR_mod-teaser-mehrwert .PR_grid-cont > .PR_col .PR_icon-quali {
      background-position: 0 -293px; }
    .PR_mod-teaser-mehrwert .PR_grid-cont > .PR_col .PR_icon-sicherheit {
      background-position: 0 -440px; }
  .PR_mod-teaser-mehrwert .PR_text .PR_obj-txt-hl-type-3 {
    margin-bottom: 10px;
    color: #4a4a4a;
    font-size: 14px;
    text-align: center;
    font-family: "UnitRoundedWebBold", Arial, Helvetica, sans-serif; }
  .PR_mod-teaser-mehrwert .PR_text p {
    font-size: 14px;
    color: #4a4a4a;
    text-align: center; }

@media screen and (min-width: 0px) and (max-width: 767px) {
  .PR_mod-teaser-mehrwert .PR_grid-cont > .PR_col .PR_icon-mehrwert, .PR_mod-teaser-mehrwert .PR_grid-cont > .PR_col .PR_icon-bestpreis, .PR_mod-teaser-mehrwert .PR_grid-cont > .PR_col .PR_icon-quali, .PR_mod-teaser-mehrwert .PR_grid-cont > .PR_col .PR_icon-sicherheit {
    width: 100px;
    height: 97px;
    margin: 0 auto 10px;
    position: relative;
    background: url(img-rewereisen/PR_mehrwert-sprite.png) center 0px no-repeat;
    background-size: 100px auto; }
  .PR_mod-teaser-mehrwert .PR_grid-cont > .PR_col {
    width: 100%; }
    .PR_mod-teaser-mehrwert .PR_grid-cont > .PR_col .PR_icon-bestpreis {
      background-position: 0 -98px; }
    .PR_mod-teaser-mehrwert .PR_grid-cont > .PR_col .PR_icon-quali {
      background-position: 0 -195px; }
    .PR_mod-teaser-mehrwert .PR_grid-cont > .PR_col .PR_icon-sicherheit {
      background-position: 0 -293px; } }

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .PR_mod-teaser-mehrwert .PR_grid-cont > .PR_col .PR_icon-mehrwert, .PR_mod-teaser-mehrwert .PR_grid-cont > .PR_col .PR_icon-bestpreis, .PR_mod-teaser-mehrwert .PR_grid-cont > .PR_col .PR_icon-quali, .PR_mod-teaser-mehrwert .PR_grid-cont > .PR_col .PR_icon-sicherheit {
    width: 100px;
    height: 97px;
    margin: 0 auto 10px;
    position: relative;
    background: url(img-rewereisen/PR_mehrwert-sprite.png) center 0px no-repeat;
    background-size: 100px auto; }
  .PR_mod-teaser-mehrwert .PR_grid-cont > .PR_col .PR_icon-bestpreis {
    background-position: 0 -98px; }
  .PR_mod-teaser-mehrwert .PR_grid-cont > .PR_col .PR_icon-quali {
    background-position: 0 -195px; }
  .PR_mod-teaser-mehrwert .PR_grid-cont > .PR_col .PR_icon-sicherheit {
    background-position: 0 -293px; } }

/*-----|| module teaser seo ||-----*/
.PR_js-load .PR_mod-teaser-seo > .PR_container {
  display: none; }

.PR_mod-teaser-seo {
  margin-bottom: 30px;
  max-width: 956px;
  margin-left: auto;
  margin-right: auto; }
  .PR_mod-teaser-seo > .PR_obj-txt-hl-type-3 > button,
  .PR_mod-teaser-seo > .PR_obj-txt-hl-type-3 > span {
    position: relative;
    padding: 20px;
    background-color: #fff;
    border: none;
    width: 100%;
    display: block;
    text-align: left; }
    .PR_mod-teaser-seo > .PR_obj-txt-hl-type-3 > button > .PR_icon,
    .PR_mod-teaser-seo > .PR_obj-txt-hl-type-3 > span > .PR_icon {
      position: absolute;
      right: 20px;
      top: 50%;
      margin-top: -7px;
      width: 20px;
      height: 14px;
      background: url(img-rewereisen/PR_icons-sprite.png) 0 -660px no-repeat;
      -webkit-animation-duration: 0.2s;
      animation-duration: 0.2s;
      -webkit-animation-name: fadeInUp;
      animation-name: fadeInUp; }
    .PR_mod-teaser-seo > .PR_obj-txt-hl-type-3 > button:hover > .PR_icon,
    .PR_mod-teaser-seo > .PR_obj-txt-hl-type-3 > span:hover > .PR_icon {
      background-position: -30px -660px;
      -webkit-animation-duration: 0.2s;
      animation-duration: 0.2s;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both;
      -webkit-animation-name: fadeInDown;
      animation-name: fadeInDown; }
  .PR_mod-teaser-seo > .PR_obj-txt-hl-type-3.PR_st-open {
    /* + .PR_container {
                display: block;
            } */ }
    .PR_mod-teaser-seo > .PR_obj-txt-hl-type-3.PR_st-open > button > .PR_icon {
      background-position: -60px -660px;
      -webkit-animation-duration: 0.2s;
      animation-duration: 0.2s;
      -webkit-animation-name: fadeInDown2;
      animation-name: fadeInDown2; }
    .PR_mod-teaser-seo > .PR_obj-txt-hl-type-3.PR_st-open > button:hover > .PR_icon {
      background-position: -90px -660px;
      -webkit-animation-duration: 0.2s;
      animation-duration: 0.2s;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both;
      -webkit-animation-name: fadeInUp2;
      animation-name: fadeInUp2; }
  .PR_mod-teaser-seo > .PR_container {
    padding: 20px;
    margin-top: 1px;
    background-color: #fff; }
    .PR_mod-teaser-seo > .PR_container .PR_grid-cont {
      margin-left: -20px; }
      .PR_mod-teaser-seo > .PR_container .PR_grid-cont > .PR_col {
        padding-left: 20px;
        padding-right: 16px; }
        .PR_mod-teaser-seo > .PR_container .PR_grid-cont > .PR_col:last-child {
          padding-right: 20px; }
    .PR_mod-teaser-seo > .PR_container .PR_obj-txt-hl-type-1 {
      margin-bottom: 10px; }
    .PR_mod-teaser-seo > .PR_container .PR_obj-txt-hl-type-4 {
      margin-bottom: 10px; }
    .PR_mod-teaser-seo > .PR_container p {
      margin-bottom: 15px; }
    .PR_mod-teaser-seo > .PR_container .PR_obj-ln-list {
      margin-bottom: 0; }
  .PR_mod-teaser-seo.PR_ext-static > .PR_container {
    display: block; }
  .PR_mod-teaser-seo .PR_slider {
    width: auto; }
  .PR_mod-teaser-seo.PR_ext-editor h1 {
    margin-bottom: 10px;
    font-size: 42px;
    line-height: 44px;
    color: #4a4a4a; }
  .PR_mod-teaser-seo.PR_ext-editor h2, .PR_mod-teaser-seo.PR_ext-editor h3, .PR_mod-teaser-seo.PR_ext-editor h4, .PR_mod-teaser-seo.PR_ext-editor h5, .PR_mod-teaser-seo.PR_ext-editor h6 {
    font-family: "UnitRoundedWebBold", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 16px;
    color: #4a4a4a; }
  .PR_mod-teaser-seo.PR_ext-editor ul {
    list-style-type: square;
    margin: 15px 0 15px 15px; }
    .PR_mod-teaser-seo.PR_ext-editor ul li {
      position: relative;
      font-size: 14px;
      margin-bottom: 5px;
      line-height: 16px;
      color: #4a4a4a;
      *zoom: 1; }
      .PR_mod-teaser-seo.PR_ext-editor ul li:before, .PR_mod-teaser-seo.PR_ext-editor ul li:after {
        content: "";
        display: table; }
      .PR_mod-teaser-seo.PR_ext-editor ul li:after {
        clear: both; }
      .PR_mod-teaser-seo.PR_ext-editor ul li:last-child {
        margin-bottom: 0; }
      .PR_mod-teaser-seo.PR_ext-editor ul li:before, .PR_mod-teaser-seo.PR_ext-editor ul li:after {
        content: "";
        display: none; }
      .PR_mod-teaser-seo.PR_ext-editor ul li > a {
        position: relative;
        padding: 0 0 0 10px;
        display: block;
        color: #cc071d;
        background-color: #fff;
        margin-left: -15px; }
        .PR_mod-teaser-seo.PR_ext-editor ul li > a:before {
          content: "";
          position: absolute;
          top: 3px;
          left: 0;
          width: 6px;
          height: 8px;
          background: #fff url(img-rewereisen/PR_icons-sprite.png) 0 -240px no-repeat; }
        .PR_mod-teaser-seo.PR_ext-editor ul li > a:hover, .PR_mod-teaser-seo.PR_ext-editor ul li > a:focus, .PR_mod-teaser-seo.PR_ext-editor ul li > a:active {
          color: #ab0618; }
          .PR_mod-teaser-seo.PR_ext-editor ul li > a:hover:before, .PR_mod-teaser-seo.PR_ext-editor ul li > a:focus:before, .PR_mod-teaser-seo.PR_ext-editor ul li > a:active:before {
            background-position: -30px -240px; }

@media screen and (min-width: 0px) and (max-width: 767px) {
  .PR_mod-teaser-seo {
    max-width: 100%; }
    .PR_mod-teaser-seo .PR_obj-ln-list li {
      margin-bottom: 0; } }

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .PR_mod-teaser-seo {
    max-width: 752px; } }

@media screen and (min-width: 1310px) {
  .PR_mod-teaser-seo {
    max-width: 1220px; } }

/*-----|| module teaser warning ||-----*/
.PR_mod-teaser-warning {
  background-color: #fff;
  margin-bottom: 30px;
  margin-top: 30px; }
  .PR_mod-teaser-warning:first-child {
    margin-top: 0; }
  .PR_mod-teaser-warning .PR_grid-cont > .PR_col {
    width: 16.31799%;
    float: left;
    margin-right: 0.41841%;
    margin-right: 0;
    padding: 17px 20px 10px 0;
    min-height: 50px; }
    .PR_mod-teaser-warning .PR_grid-cont > .PR_col:first-child {
      width: 83.2636%;
      float: left;
      margin-right: 0.41841%;
      padding: 17px 20px 10px 20px; }
  .PR_mod-teaser-warning .PR_obj-txt-hint {
    font-size: 14px; }
    .PR_mod-teaser-warning .PR_obj-txt-hint > .PR_icon {
      top: -2px; }
  .PR_mod-teaser-warning .PR_obj-ln-icon {
    float: right;
    font-size: 14px; }

.PR_oldie .PR_mod-teaser-warning {
  /* FIX IE8 box sizing bug with min-height */ }
  .PR_oldie .PR_mod-teaser-warning .PR_grid-cont > .PR_col {
    height: 50px;
    min-height: 0; }

@media screen and (min-width: 0px) and (max-width: 767px) {
  .PR_mod-teaser-warning .PR_grid-cont > .PR_col {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-right: 0; }
    .PR_mod-teaser-warning .PR_grid-cont > .PR_col:first-child {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      margin-right: 0; }
  .PR_mod-teaser-warning .PR_obj-txt-hint > .PR_icon {
    top: 0px; } }

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .PR_mod-teaser-warning .PR_grid-cont > .PR_col {
    width: 24.60106%;
    float: left;
    margin-right: 0.53191%;
    margin-right: 0; }
    .PR_mod-teaser-warning .PR_grid-cont > .PR_col:first-child {
      width: 74.86702%;
      float: left;
      margin-right: 0.53191%; } }

@media screen and (min-width: 1310px) {
  .PR_mod-teaser-warning .PR_grid-cont > .PR_col {
    width: 16.39344%;
    float: left;
    margin-right: 0.32787%;
    margin-right: 0; }
    .PR_mod-teaser-warning .PR_grid-cont > .PR_col:first-child {
      width: 83.27869%;
      float: left;
      margin-right: 0.32787%; } }

/*-----|| module teaser newsletter ||-----*/
.PR_mod-teaser-newsletter {
  background-color: #cc071d;
  margin-top: 30px;
  margin-bottom: 30px; }
  .PR_mod-teaser-newsletter > .PR_ct {
    *zoom: 1;
    padding: 15px 20px;
    min-height: 50px; }
    .PR_mod-teaser-newsletter > .PR_ct:before, .PR_mod-teaser-newsletter > .PR_ct:after {
      content: "";
      display: table; }
    .PR_mod-teaser-newsletter > .PR_ct:after {
      clear: both; }
  .PR_mod-teaser-newsletter p {
    padding-top: 5px;
    float: left;
    margin-right: 30px;
    color: #fff;
    font-size: 16px; }
  .PR_mod-teaser-newsletter .PR_nl-ct {
    float: left;
    *zoom: 1; }
    .PR_mod-teaser-newsletter .PR_nl-ct:before, .PR_mod-teaser-newsletter .PR_nl-ct:after {
      content: "";
      display: table; }
    .PR_mod-teaser-newsletter .PR_nl-ct:after {
      clear: both; }
    .PR_mod-teaser-newsletter .PR_nl-ct .PR_obj-fm-txt {
      background-color: #fff;
      border-color: #fff; }
      .PR_mod-teaser-newsletter .PR_nl-ct .PR_obj-fm-txt:focus {
        background-color: #d6d6d6;
        border-color: #d6d6d6; }
    .PR_mod-teaser-newsletter .PR_nl-ct .PR_obj-fm-label {
      float: left;
      margin: 0 10px 0 0;
      line-height: 26px;
      color: #fff;
      font-size: 14px; }
    .PR_mod-teaser-newsletter .PR_nl-ct .PR_fm-short {
      float: left;
      width: 200px; }

.PR_oldie .PR_mod-teaser-newsletter .PR_ct {
  height: 50px;
  min-height: 0; }

@media screen and (min-width: 0px) and (max-width: 767px) {
  .PR_mod-teaser-newsletter .PR_nl-ct .PR_fm-short {
    width: 100%; } }

@media screen and (min-width: 1310px) {
  .PR_mod-teaser-newsletter .PR_nl-ct .PR_fm-short {
    width: 300px; } }

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .PR_mod-teaser-newsletter p {
    float: none;
    margin-bottom: 10px; }
  .PR_mod-teaser-newsletter .PR_nl-ct {
    float: none; } }

/*-----|| module teaser special ||-----*/
.PR_mod-teaser-special, .PR_mod-teaser-carousel {
  margin-bottom: 30px; }
  .PR_mod-teaser-special > .PR_grid-cont, .PR_mod-teaser-carousel > .PR_grid-cont {
    height: 100%; }
  .PR_mod-teaser-special .PR_teaser-header, .PR_mod-teaser-carousel .PR_teaser-header {
    position: relative;
    padding: 20px 10px 20px 20px;
    height: 100%;
    background-color: #cc071d;
    z-index: 1; }
  .PR_mod-teaser-special .PR_obj-txt-hl-type-1, .PR_mod-teaser-carousel .PR_obj-txt-hl-type-1 {
    font-size: 24px;
    line-height: 26px; }
  .PR_mod-teaser-special .PR_teaser-img, .PR_mod-teaser-carousel .PR_teaser-img {
    width: 100%;
    height: auto; }
  .PR_mod-teaser-special .PR_obj-ui-btn, .PR_mod-teaser-carousel .PR_obj-ui-btn {
    position: absolute;
    right: 0;
    bottom: 0; }

@media screen and (min-width: 0px) and (max-width: 767px) {
  .PR_mod-teaser-special .PR_grid-cont > .PR_col, .PR_mod-teaser-carousel .PR_grid-cont > .PR_col {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-right: 0; }
    .PR_mod-teaser-special .PR_grid-cont > .PR_col:first-child, .PR_mod-teaser-carousel .PR_grid-cont > .PR_col:first-child {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      margin-right: 0; } }

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .PR_mod-teaser-special .PR_teaser-header, .PR_mod-teaser-carousel .PR_teaser-header {
    padding: 10px 10px 10px 20px; }
  .PR_mod-teaser-special .PR_obj-txt-hl-type-1, .PR_mod-teaser-carousel .PR_obj-txt-hl-type-1 {
    font-size: 20px;
    line-height: 22px; } }

@media screen and (min-width: 1310px) {
  .PR_mod-teaser-special .PR_obj-txt-hl-type-1, .PR_mod-teaser-carousel .PR_obj-txt-hl-type-1 {
    font-size: 36px;
    line-height: 38px; } }

/*-----|| module teaser carousel ||-----*/
.PR_mod-teaser-carousel .PR_teaser-header {
  min-height: 235px;
  display: block; }
  .PR_mod-teaser-carousel .PR_teaser-header:hover {
    text-decoration: none; }

.PR_mod-teaser-carousel .PR_obj-offer-carousel {
  overflow: hidden; }

.PR_mod-teaser-carousel .PR_js-magalog-slider:not(.slick-initialized) {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.PR_mod-teaser-carousel .PR_obj-ibe-presenter {
  margin-right: 4px;
  margin-bottom: 0; }
  .PR_mod-teaser-carousel .PR_obj-ibe-presenter.slick-cloned .PR_ibe-img {
    opacity: 1 !important; }

.PR_mod-teaser-carousel .PR_teaser-image {
  width: 100%;
  position: absolute;
  overflow: hidden;
  bottom: 33px;
  left: 0px; }
  .PR_mod-teaser-carousel .PR_teaser-image > img {
    max-width: 100%;
    height: auto;
    margin: 0 auto; }

.PR_mod-teaser-carousel .PR_obj-ui-btn {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%; }

.PR_mod-teaser-carousel .PR_obj-ibe-presenter .PR_fig-cont.PR_st-loading {
  min-height: 190px; }

.PR_mod-teaser-carousel .slick-track {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  height: auto !important; }

.PR_mod-teaser-carousel .slick-slider {
  overflow: hidden; }

.PR_mod-teaser-carousel .slick-list {
  margin-right: -2px; }

.PR_mod-teaser-carousel .slick-arrow {
  width: 26px;
  height: 26px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.9);
  top: 106px;
  z-index: 1;
  cursor: pointer; }
  .PR_mod-teaser-carousel .slick-arrow .rsArrowIcn {
    position: absolute;
    width: 10px;
    height: 13px;
    background: url(img-rewereisen/PR_icons-sprite.png) no-repeat;
    left: 50%;
    top: 50%;
    margin: -7px 0 0 -4px; }
  .PR_mod-teaser-carousel .slick-arrow.slick-prev {
    left: 0; }
    .PR_mod-teaser-carousel .slick-arrow.slick-prev .rsArrowIcn {
      margin: -7px 0 0 -6px;
      background-position: -60px -150px; }
  .PR_mod-teaser-carousel .slick-arrow.slick-next {
    right: 0; }
    .PR_mod-teaser-carousel .slick-arrow.slick-next .rsArrowIcn {
      background-position: 0 -150px; }
  .PR_mod-teaser-carousel .slick-arrow:hover {
    background-color: white; }
    .PR_mod-teaser-carousel .slick-arrow:hover.slick-prev .rsArrowIcn {
      background-position: -90px -150px; }
    .PR_mod-teaser-carousel .slick-arrow:hover.slick-next .rsArrowIcn {
      background-position: -30px -150px; }

@media screen and (min-width: 0px) and (max-width: 767px) {
  .PR_mod-teaser-carousel .PR_grid-cont > .PR_col {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-right: 0; }
    .PR_mod-teaser-carousel .PR_grid-cont > .PR_col:first-child {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      margin-right: 0; }
  .PR_mod-teaser-carousel .slick-slider {
    overflow: visible; }
  .PR_mod-teaser-carousel .slick-track {
    display: block !important;
    height: block !important; }
  .PR_mod-teaser-carousel .slick-arrow {
    top: 115px; }
    .PR_mod-teaser-carousel .slick-arrow.slick-next {
      right: 0px; }
  .PR_mod-teaser-carousel .PR_obj-ibe-presenter {
    margin-right: 0; }
    .PR_mod-teaser-carousel .PR_obj-ibe-presenter .PR_fig-cont .PR_ibe-img {
      width: 100%; }
  .PR_mod-teaser-carousel .PR_teaser-header {
    min-height: 285px; }
  .PR_mod-teaser-carousel .PR_obj-txt-hl-type-1 {
    font-size: 23px; }
  .PR_mod-teaser-carousel .PR_teaser-image {
    bottom: 63px; }
  .PR_mod-teaser-carousel .PR_obj-offer-carousel {
    padding-bottom: 20px;
    background-color: #fff; }
  .PR_mod-teaser-carousel .PR_obj-ui-btn {
    width: 68%;
    left: 50%;
    bottom: 30px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); } }

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .PR_mod-teaser-carousel .PR_obj-offer-carousel .rsArrow {
    top: 60px; }
  .PR_mod-teaser-carousel .PR_obj-offer-carousel .PR_obj-ibe-presenter .PR_fig-cont.PR_st-loading {
    min-height: 149px !important; }
  .PR_mod-teaser-carousel .PR_obj-offer-carousel .PR_shortage {
    display: none; }
  .PR_mod-teaser-carousel .slick-arrow {
    top: 66px; } }

@media screen and (min-width: 1310px) {
  .PR_mod-teaser-carousel .PR_obj-offer-carousel .PR_obj-ibe-presenter .PR_fig-cont.PR_st-loading {
    min-height: 243px; }
  .PR_mod-teaser-carousel .PR_obj-offer-carousel .rsArrow {
    top: 108px; } }

/*-----|| module ibe search form ||-----*/
.PR_mod-ibe-searchform {
  margin-top: 15px;
  width: auto; }
  .PR_mod-ibe-searchform .PR_grid-cont > .PR_col {
    padding: 5px 20px 1px 20px;
    background-color: #fff;
    height: 66px;
    min-height: 66px; }
    .PR_mod-ibe-searchform .PR_grid-cont > .PR_col:first-child {
      padding-top: 20px; }
  .PR_mod-ibe-searchform .PR_form-ct {
    position: relative;
    float: right;
    width: 475px; }
  .PR_mod-ibe-searchform .PR_fm-search {
    position: relative;
    padding-right: 26px; }
  .PR_mod-ibe-searchform .PR_hotline {
    float: right;
    font-size: 10px;
    padding-top: 3px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    position: relative;
    width: auto; }
    .PR_mod-ibe-searchform .PR_hotline > strong {
      color: #fff;
      font-size: 16px; }
  .PR_mod-ibe-searchform .PR_type-info {
    display: inline-block;
    width: 16px;
    height: 16px;
    overflow: hidden;
    cursor: pointer;
    background: url(img-rewereisen/PR_icons-sprite.png) -33px -778px no-repeat;
    margin: 0 5px;
    padding-top: 7px; }
  .PR_mod-ibe-searchform .PR_obj-search-layer .PR_focus {
    background: #D6D6D6; }
  .PR_mod-ibe-searchform .PR_obj-ln-list li {
    border-top: 2px solid #D6D6D6;
    /*&:nth-child(odd) {
                background: $cl-grey-2;
            }*/ }
  .PR_mod-ibe-searchform .PR_obj-ln-list a {
    padding: 12px 8px 12px 27px; }
    .PR_mod-ibe-searchform .PR_obj-ln-list a:hover {
      text-decoration: none; }
    .PR_mod-ibe-searchform .PR_obj-ln-list a:hover .PR_icon, .PR_mod-ibe-searchform .PR_obj-ln-list a:active .PR_icon, .PR_mod-ibe-searchform .PR_obj-ln-list a:focus .PR_icon {
      background-position: -15px -1358px; }
    .PR_mod-ibe-searchform .PR_obj-ln-list a .PR_icon {
      top: 12px;
      left: 9px;
      width: 12px;
      height: 15px;
      background: url(img-rewereisen/PR_icons-sprite.png) 0 -1358px no-repeat; }
  .PR_mod-ibe-searchform .PR_obj-ln-list .PR_hotel a .PR_icon {
    left: 6px;
    width: 17px;
    background-position: 0 -1375px; }
  .PR_mod-ibe-searchform .PR_obj-ln-list .PR_hotel a:hover .PR_icon, .PR_mod-ibe-searchform .PR_obj-ln-list .PR_hotel a:active .PR_icon, .PR_mod-ibe-searchform .PR_obj-ln-list .PR_hotel a:focus .PR_icon {
    background-position: -20px -1375px; }
  .PR_mod-ibe-searchform .PR_obj-ln-list.PR_ext-offers a {
    padding-right: 165px; }
    .PR_mod-ibe-searchform .PR_obj-ln-list.PR_ext-offers a.PR_showOverflow {
      padding-right: 8px; }
  .PR_mod-ibe-searchform .PR_obj-ln-list.PR_ext-nullist li:last-child {
    padding-top: 10px;
    padding-bottom: 10px; }

.PR_oldie .PR_mod-ibe-searchform {
  /* FIX IE8 box sizing bug with min-height */ }
  .PR_oldie .PR_mod-ibe-searchform .PR_grid-cont > .PR_col {
    height: 66px;
    min-height: 0; }

@media screen and (min-width: 0px) and (max-width: 767px) {
  .PR_mod-ibe-searchform .PR_form-ct {
    width: 100%; }
  .PR_mod-ibe-searchform .PR_fm-search {
    padding-right: 37px; }
  .PR_mod-ibe-searchform .PR_hotline {
    padding-bottom: 13px; }
  .PR_mod-ibe-searchform input::-webkit-input-placeholder {
    font-size: 12px;
    line-height: 35px; }
  .PR_mod-ibe-searchform input::-moz-placeholder {
    font-size: 12px;
    line-height: 35px; }
  .PR_mod-ibe-searchform input:-ms-input-placeholder {
    font-size: 12px;
    line-height: 35px; }
  .PR_mod-ibe-searchform input::placeholder {
    font-size: 12px;
    line-height: 35px; }
  .PR_mod-ibe-searchform .PR_obj-fm-txt {
    height: 38px;
    line-height: 35px; }
  .PR_mod-ibe-searchform .PR_obj-search-layer {
    top: 38px; }
    .PR_mod-ibe-searchform .PR_obj-search-layer .PR_obj-rating {
      padding-top: 0;
      padding-bottom: 8px;
      padding-left: 26px; }
  .PR_mod-ibe-searchform .PR_obj-ui-btn-short {
    height: 38px;
    width: 37px; }
  .PR_mod-ibe-searchform .PR_grid-cont > .PR_col {
    height: auto;
    min-height: 0;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-right: 0; }
    .PR_mod-ibe-searchform .PR_grid-cont > .PR_col:first-child, .PR_mod-ibe-searchform .PR_grid-cont > .PR_col:last-child {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      margin-right: 0; }
  .PR_mod-ibe-searchform .PR_obj-ln-list.PR_ext-offers a {
    padding-right: 8px; } }

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .PR_mod-ibe-searchform .PR_form-ct {
    width: 100%; }
  .PR_mod-ibe-searchform .PR_obj-fm-txt {
    height: 38px;
    line-height: 35px; }
  .PR_mod-ibe-searchform .PR_obj-search-layer {
    top: 38px; }
    .PR_mod-ibe-searchform .PR_obj-search-layer .PR_obj-rating {
      padding-top: 0;
      padding-bottom: 8px;
      padding-left: 18px; }
  .PR_mod-ibe-searchform .PR_obj-ui-btn-short {
    height: 38px;
    width: 37px; } }

@media screen and (min-width: 1310px) {
  .PR_mod-ibe-searchform .PR_form-ct {
    width: 500px; } }

/*-----|| ibe search panel ||-----*/
.PR_mod-ibe-searchform + .PR_mod-ibe-searchpanel,
.PR_mod-teaser-stage + .PR_mod-ibe-searchpanel {
  margin-top: -16px; }

.PR_mod-ibe-searchpanel-tabs ul > li {
  display: inline-block;
  list-style-type: none;
  position: relative; }
  .PR_mod-ibe-searchpanel-tabs ul > li.PR_inactive a {
    background-color: #7a7a7a;
    text-decoration: none;
    cursor: default;
    color: #fff; }
    .PR_mod-ibe-searchpanel-tabs ul > li.PR_inactive a:before, .PR_mod-ibe-searchpanel-tabs ul > li.PR_inactive a:after {
      display: none; }
  .PR_mod-ibe-searchpanel-tabs ul > li a {
    position: relative;
    color: #cc071d;
    font-size: 16px;
    margin-bottom: -4px;
    overflow: hidden;
    display: block;
    padding: 13px 20px 10px 20px;
    min-height: 42px;
    background-color: transparent;
    z-index: 99;
    font-family: "UnitRoundedWebBold", Arial, Helvetica, sans-serif; }
    .PR_mod-ibe-searchpanel-tabs ul > li a:hover {
      text-decoration: none; }
  .PR_mod-ibe-searchpanel-tabs ul > li:before {
    content: "";
    background-color: #ffcd32;
    min-height: 42px;
    width: 100%;
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0; }
  .PR_mod-ibe-searchpanel-tabs ul > li:after {
    content: "";
    min-height: 42px;
    height: 100%;
    width: 0;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #FCBE00;
    transition: width 300ms ease-in-out;
    z-index: 10; }
  .PR_mod-ibe-searchpanel-tabs ul > li:hover {
    text-decoration: none; }
    .PR_mod-ibe-searchpanel-tabs ul > li:hover:after {
      width: 100%; }

.PR_mod-ibe-searchpanel {
  position: relative;
  background-color: #fff;
  margin-bottom: 50px; }
  .PR_mod-ibe-searchpanel > .PR_ct {
    padding: 20px 20px 5px 20px; }
  .PR_mod-ibe-searchpanel .PR_panel-expand.PR_st-hidden {
    display: none; }
  .PR_mod-ibe-searchpanel .PR_obj-ui-btn-close {
    display: none; }
  .PR_mod-ibe-searchpanel .PR_ibe-grid-cont {
    *zoom: 1; }
    .PR_mod-ibe-searchpanel .PR_ibe-grid-cont:before, .PR_mod-ibe-searchpanel .PR_ibe-grid-cont:after {
      content: "";
      display: table; }
    .PR_mod-ibe-searchpanel .PR_ibe-grid-cont:after {
      clear: both; }
    .PR_mod-ibe-searchpanel .PR_ibe-grid-cont > .PR_col {
      position: relative;
      float: left;
      width: 23.48%;
      margin-left: 2.02%; }
      .PR_mod-ibe-searchpanel .PR_ibe-grid-cont > .PR_col:first-child {
        margin-left: 0; }
    .PR_mod-ibe-searchpanel .PR_ibe-grid-cont.PR_ext-3-3-6 > .PR_col:last-child {
      width: 48.96%; }
    .PR_mod-ibe-searchpanel .PR_ibe-grid-cont.PR_ext-3-3-6 > .PR_col.PR_last-child {
      width: 48.96%; }
    .PR_mod-ibe-searchpanel .PR_ibe-grid-cont.PR_ext-6-3-3 > .PR_col:first-child {
      width: 48.96%; }
    .PR_mod-ibe-searchpanel .PR_ibe-grid-cont.PR_ext-3-9 > .PR_col:last-child {
      width: 74.44%; }
    .PR_mod-ibe-searchpanel .PR_ibe-grid-cont.PR_ext-3-9 > .PR_col.PR_last-child {
      width: 74.44%; }
  .PR_mod-ibe-searchpanel .PR_drop-srd {
    position: relative;
    margin-bottom: 15px;
    min-height: 46px; }
    .PR_mod-ibe-searchpanel .PR_drop-srd .PR_hl-panel {
      font-size: 12px;
      color: #7a7a7a;
      margin-bottom: 5px;
      font-family: "UnitRoundedWeb", Arial, Helvetica, sans-serif;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      display: block; }
    .PR_mod-ibe-searchpanel .PR_drop-srd > .PR_type .PR_trigger {
      position: relative;
      display: block;
      padding: 0 20px 0 10px;
      height: 26px;
      line-height: 26px;
      background-color: #D6D6D6;
      font-size: 14px;
      color: #7a7a7a;
      width: 100%;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden; }
      .PR_mod-ibe-searchpanel .PR_drop-srd > .PR_type .PR_trigger.PR_st-active {
        color: #4a4a4a;
        background-color: #d6d6d6; }
        .PR_mod-ibe-searchpanel .PR_drop-srd > .PR_type .PR_trigger.PR_st-active > .PR_icon {
          background-position: -30px -210px; }
        .PR_mod-ibe-searchpanel .PR_drop-srd > .PR_type .PR_trigger.PR_st-active + .PR_flyout {
          top: 47px; }
      .PR_mod-ibe-searchpanel .PR_drop-srd > .PR_type .PR_trigger > .PR_icon {
        position: absolute;
        right: 10px;
        top: 50%;
        margin-top: -5px;
        width: 13px;
        height: 10px;
        background: url(img-rewereisen/PR_icons-sprite.png) 0 -180px no-repeat; }
      .PR_mod-ibe-searchpanel .PR_drop-srd > .PR_type .PR_trigger:hover {
        text-decoration: none; }
        .PR_mod-ibe-searchpanel .PR_drop-srd > .PR_type .PR_trigger:hover > .PR_icon {
          background-position: -30px -180px; }
      .PR_mod-ibe-searchpanel .PR_drop-srd > .PR_type .PR_trigger:focus, .PR_mod-ibe-searchpanel .PR_drop-srd > .PR_type .PR_trigger:active {
        text-decoration: none; }
      .PR_mod-ibe-searchpanel .PR_drop-srd > .PR_type .PR_trigger.PR_st-active:hover > .PR_icon {
        background-position: -30px -210px; }
      .PR_mod-ibe-searchpanel .PR_drop-srd > .PR_type .PR_trigger.PR_st-selected {
        color: #4a4a4a; }
    .PR_mod-ibe-searchpanel .PR_drop-srd.PR_st-inactive .PR_hl-panel {
      color: #D6D6D6; }
    .PR_mod-ibe-searchpanel .PR_drop-srd.PR_st-inactive > .PR_type > .PR_trigger {
      color: #d6d6d6;
      background-color: #D6D6D6; }
      .PR_mod-ibe-searchpanel .PR_drop-srd.PR_st-inactive > .PR_type > .PR_trigger > .PR_icon {
        background-position: -60px -180px; }
    .PR_mod-ibe-searchpanel .PR_drop-srd .PR_type-anreise .PR_obj-fm-check {
      float: left;
      margin-left: 20px;
      margin-bottom: 0; }
      .PR_mod-ibe-searchpanel .PR_drop-srd .PR_type-anreise .PR_obj-fm-check:first-child {
        margin-left: 0; }
    .PR_mod-ibe-searchpanel .PR_drop-srd .PR_type-date .PR_customselect .PR_text {
      color: #7a7a7a; }
    .PR_mod-ibe-searchpanel .PR_drop-srd .PR_type-date .PR_obj-fm-select.PR_st-selected + .PR_customselect .PR_text {
      color: #4a4a4a; }
    .PR_mod-ibe-searchpanel .PR_drop-srd .PR_type-date .PR_picker-text {
      padding: 5px;
      background-color: #f1f1f1;
      color: #cc071d;
      font-weight: normal;
      font-size: 12px;
      border: 1px solid white;
      border-left: none;
      border-right: none;
      margin-right: 1px; }
  .PR_mod-ibe-searchpanel .PR_flyout {
    position: absolute;
    z-index: 100;
    background-color: #fff;
    border: 1px solid #D6D6D6;
    top: -9999em;
    left: 0; }
    .PR_mod-ibe-searchpanel .PR_flyout > .PR_ct {
      padding: 20px;
      *zoom: 1; }
      .PR_mod-ibe-searchpanel .PR_flyout > .PR_ct:before, .PR_mod-ibe-searchpanel .PR_flyout > .PR_ct:after {
        content: "";
        display: table; }
      .PR_mod-ibe-searchpanel .PR_flyout > .PR_ct:after {
        clear: both; }
    .PR_mod-ibe-searchpanel .PR_flyout .PR_panel-header {
      margin-bottom: 20px;
      *zoom: 1; }
      .PR_mod-ibe-searchpanel .PR_flyout .PR_panel-header:before, .PR_mod-ibe-searchpanel .PR_flyout .PR_panel-header:after {
        content: "";
        display: table; }
      .PR_mod-ibe-searchpanel .PR_flyout .PR_panel-header:after {
        clear: both; }
      .PR_mod-ibe-searchpanel .PR_flyout .PR_panel-header .PR_obj-txt-hl-type-3 {
        padding-top: 7px; }
    .PR_mod-ibe-searchpanel .PR_flyout .PR_choose {
      /* position: absolute;
            right: 20px;
            bottom: 20px; */
      float: right; }
  .PR_mod-ibe-searchpanel .PR_type-traveltype > .PR_flyout {
    width: 250px;
    min-width: 100%; }
    .PR_mod-ibe-searchpanel .PR_type-traveltype > .PR_flyout > .PR_ct {
      padding-top: 15px; }
    .PR_mod-ibe-searchpanel .PR_type-traveltype > .PR_flyout .PR_choose {
      float: none;
      display: block;
      width: 100%;
      white-space: nowrap; }
  .PR_mod-ibe-searchpanel .PR_type-destination > .PR_flyout {
    width: 620px; }
    .PR_mod-ibe-searchpanel .PR_type-destination > .PR_flyout .PR_obj-fm-label {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    .PR_mod-ibe-searchpanel .PR_type-destination > .PR_flyout .PR_obj-fm-check {
      position: relative; }
      .PR_mod-ibe-searchpanel .PR_type-destination > .PR_flyout .PR_obj-fm-check .PR_toggle {
        position: absolute;
        text-align: right;
        color: #cc071d;
        right: 0;
        bottom: 7px;
        padding-right: 30px;
        background: none;
        border: none; }
        .PR_mod-ibe-searchpanel .PR_type-destination > .PR_flyout .PR_obj-fm-check .PR_toggle > .PR_icon {
          position: absolute;
          right: 10px;
          top: 50%;
          margin-top: -4px;
          width: 13px;
          height: 10px;
          background: url(img-rewereisen/PR_icons-sprite.png) 0 -180px no-repeat; }
          .PR_mod-ibe-searchpanel .PR_type-destination > .PR_flyout .PR_obj-fm-check .PR_toggle > .PR_icon.open {
            background: url(img-rewereisen/PR_icons-sprite.png) 0 -210px no-repeat; }
        .PR_mod-ibe-searchpanel .PR_type-destination > .PR_flyout .PR_obj-fm-check .PR_toggle .PR_text {
          font-family: "UnitRoundedWebBold", Arial, Helvetica, sans-serif;
          font-size: 14px; }
    .PR_mod-ibe-searchpanel .PR_type-destination > .PR_flyout .PR_obj-fm-check-deps .PR_cat {
      margin-bottom: 10px; }
    .PR_mod-ibe-searchpanel .PR_type-destination > .PR_flyout .PR_cat {
      *zoom: 1;
      margin-bottom: 10px; }
      .PR_mod-ibe-searchpanel .PR_type-destination > .PR_flyout .PR_cat:before, .PR_mod-ibe-searchpanel .PR_type-destination > .PR_flyout .PR_cat:after {
        content: "";
        display: table; }
      .PR_mod-ibe-searchpanel .PR_type-destination > .PR_flyout .PR_cat:after {
        clear: both; }
      .PR_mod-ibe-searchpanel .PR_type-destination > .PR_flyout .PR_cat .PR_toggle-ct {
        margin-bottom: 35px;
        display: none; }
        .PR_mod-ibe-searchpanel .PR_type-destination > .PR_flyout .PR_cat .PR_toggle-ct.open {
          display: block; }
        .PR_mod-ibe-searchpanel .PR_type-destination > .PR_flyout .PR_cat .PR_toggle-ct > .PR_level-2 {
          float: left;
          width: 25%;
          padding-right: 10px; }
          .PR_mod-ibe-searchpanel .PR_type-destination > .PR_flyout .PR_cat .PR_toggle-ct > .PR_level-2:nth-child(4n+1) {
            padding-right: 0; }
  .PR_mod-ibe-searchpanel .PR_type-airport > .PR_flyout {
    width: 620px; }
    .PR_mod-ibe-searchpanel .PR_type-airport > .PR_flyout .PR_obj-fm-check-deps {
      *zoom: 1; }
      .PR_mod-ibe-searchpanel .PR_type-airport > .PR_flyout .PR_obj-fm-check-deps:before, .PR_mod-ibe-searchpanel .PR_type-airport > .PR_flyout .PR_obj-fm-check-deps:after {
        content: "";
        display: table; }
      .PR_mod-ibe-searchpanel .PR_type-airport > .PR_flyout .PR_obj-fm-check-deps:after {
        clear: both; }
    .PR_mod-ibe-searchpanel .PR_type-airport > .PR_flyout .PR_cat {
      float: left;
      width: 25%; }
      .PR_mod-ibe-searchpanel .PR_type-airport > .PR_flyout .PR_cat > .PR_level-2 {
        padding-right: 10px; }
  .PR_mod-ibe-searchpanel .PR_type-date .PR_flyout {
    width: 300px; }
    .PR_mod-ibe-searchpanel .PR_type-date .PR_flyout .PR_grid-traveldate {
      *zoom: 1;
      margin-bottom: 20px; }
      .PR_mod-ibe-searchpanel .PR_type-date .PR_flyout .PR_grid-traveldate:before, .PR_mod-ibe-searchpanel .PR_type-date .PR_flyout .PR_grid-traveldate:after {
        content: "";
        display: table; }
      .PR_mod-ibe-searchpanel .PR_type-date .PR_flyout .PR_grid-traveldate:after {
        clear: both; }
      .PR_mod-ibe-searchpanel .PR_type-date .PR_flyout .PR_grid-traveldate > .PR_col {
        float: left;
        width: 48%;
        margin-left: 4%; }
        .PR_mod-ibe-searchpanel .PR_type-date .PR_flyout .PR_grid-traveldate > .PR_col:first-child {
          margin-left: 0; }
    .PR_mod-ibe-searchpanel .PR_type-date .PR_flyout .PR_ct-datepicker {
      display: none; }
      .PR_mod-ibe-searchpanel .PR_type-date .PR_flyout .PR_ct-datepicker.PR_st-active {
        display: block; }
      .PR_mod-ibe-searchpanel .PR_type-date .PR_flyout .PR_ct-datepicker .picker__day {
        padding-top: 9px;
        min-height: 35px; }
    .PR_mod-ibe-searchpanel .PR_type-date .PR_flyout .PR_travel-type {
      *zoom: 1;
      margin-bottom: 20px; }
      .PR_mod-ibe-searchpanel .PR_type-date .PR_flyout .PR_travel-type:before, .PR_mod-ibe-searchpanel .PR_type-date .PR_flyout .PR_travel-type:after {
        content: "";
        display: table; }
      .PR_mod-ibe-searchpanel .PR_type-date .PR_flyout .PR_travel-type:after {
        clear: both; }
      .PR_mod-ibe-searchpanel .PR_type-date .PR_flyout .PR_travel-type .PR_obj-fm-check {
        float: left;
        margin-left: 20px;
        margin-bottom: 0; }
        .PR_mod-ibe-searchpanel .PR_type-date .PR_flyout .PR_travel-type .PR_obj-fm-check:first-child {
          margin-left: 0; }
  .PR_mod-ibe-searchpanel .PR_type-person > .PR_flyout {
    width: 220px;
    min-width: 100%; }
    .PR_mod-ibe-searchpanel .PR_type-person > .PR_flyout > .PR_ct {
      padding-top: 15px; }
    .PR_mod-ibe-searchpanel .PR_type-person > .PR_flyout .PR_ct-flyout {
      padding-bottom: 10px; }
    .PR_mod-ibe-searchpanel .PR_type-person > .PR_flyout .PR_choose {
      float: none;
      display: block;
      width: 100%;
      white-space: nowrap; }
    .PR_mod-ibe-searchpanel .PR_type-person > .PR_flyout .PR_obj-txt-mandatory {
      display: none;
      margin-bottom: 10px; }
      .PR_mod-ibe-searchpanel .PR_type-person > .PR_flyout .PR_obj-txt-mandatory.PR_st-visible {
        display: block; }
  .PR_mod-ibe-searchpanel .PR_type-category > .PR_flyout {
    width: 220px;
    min-width: 100%; }
    .PR_mod-ibe-searchpanel .PR_type-category > .PR_flyout > .PR_ct {
      padding-top: 15px; }
    .PR_mod-ibe-searchpanel .PR_type-category > .PR_flyout .PR_choose {
      float: none;
      display: block;
      width: 100%;
      white-space: nowrap; }
    .PR_mod-ibe-searchpanel .PR_type-category > .PR_flyout .PR_obj-fm-radio:first-child {
      margin-bottom: 20px; }
  .PR_mod-ibe-searchpanel .PR_type-recommendation > .PR_flyout {
    width: 220px;
    min-width: 100%; }
    .PR_mod-ibe-searchpanel .PR_type-recommendation > .PR_flyout > .PR_ct {
      padding-top: 15px; }
    .PR_mod-ibe-searchpanel .PR_type-recommendation > .PR_flyout .PR_choose {
      float: none;
      display: block;
      width: 100%;
      white-space: nowrap; }
  .PR_mod-ibe-searchpanel .PR_type-board > .PR_flyout {
    width: 220px;
    min-width: 100%; }
    .PR_mod-ibe-searchpanel .PR_type-board > .PR_flyout > .PR_ct {
      padding-top: 15px; }
    .PR_mod-ibe-searchpanel .PR_type-board > .PR_flyout .PR_choose {
      float: none;
      display: block;
      width: 100%;
      white-space: nowrap; }
    .PR_mod-ibe-searchpanel .PR_type-board > .PR_flyout .PR_obj-fm-check-deps .PR_node.PR_level-0 {
      margin-bottom: 20px; }
      .PR_mod-ibe-searchpanel .PR_type-board > .PR_flyout .PR_obj-fm-check-deps .PR_node.PR_level-0 > .PR_obj-fm-label {
        font-size: 14px;
        font-family: "UnitRoundedWeb", Arial, Helvetica, sans-serif; }
  .PR_mod-ibe-searchpanel .PR_type-room > .PR_flyout {
    width: 220px;
    min-width: 100%; }
    .PR_mod-ibe-searchpanel .PR_type-room > .PR_flyout > .PR_ct {
      padding-top: 15px; }
    .PR_mod-ibe-searchpanel .PR_type-room > .PR_flyout .PR_choose {
      float: none;
      display: block;
      width: 100%;
      white-space: nowrap; }
    .PR_mod-ibe-searchpanel .PR_type-room > .PR_flyout .PR_obj-fm-check-deps .PR_node.PR_level-0 {
      margin-bottom: 20px; }
      .PR_mod-ibe-searchpanel .PR_type-room > .PR_flyout .PR_obj-fm-check-deps .PR_node.PR_level-0 > .PR_obj-fm-label {
        font-size: 14px;
        font-family: "UnitRoundedWeb", Arial, Helvetica, sans-serif; }
  .PR_mod-ibe-searchpanel .PR_globaltypes {
    padding-top: 5px;
    *zoom: 1; }
    .PR_mod-ibe-searchpanel .PR_globaltypes:before, .PR_mod-ibe-searchpanel .PR_globaltypes:after {
      content: "";
      display: table; }
    .PR_mod-ibe-searchpanel .PR_globaltypes:after {
      clear: both; }
    .PR_mod-ibe-searchpanel .PR_globaltypes .PR_obj-fm-check {
      float: left;
      margin-right: 20px;
      margin-bottom: 0; }
      .PR_mod-ibe-searchpanel .PR_globaltypes .PR_obj-fm-check:last-child {
        margin-right: 0; }
  .PR_mod-ibe-searchpanel .PR_ibe-submit {
    width: 100%;
    position: absolute;
    bottom: 0; }
  .PR_mod-ibe-searchpanel .PR_result-head-panel {
    position: absolute;
    left: 0%;
    width: 100%;
    height: 30px;
    line-height: 20px;
    border: none;
    padding: 0;
    padding-top: 5px;
    bottom: -30px;
    background-color: #fff;
    font-family: "UnitRoundedWebBold", Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #4a4a4a;
    z-index: 70; }
    .PR_mod-ibe-searchpanel .PR_result-head-panel p {
      margin-left: 20px; }
    .PR_mod-ibe-searchpanel .PR_result-head-panel .PR_num {
      color: #cc071d; }
  .PR_mod-ibe-searchpanel .PR_toggle-panel {
    position: absolute;
    right: 0%;
    bottom: -30px;
    width: 230px;
    height: 30px;
    line-height: 20px;
    border: none;
    padding: 0;
    background-color: #fff;
    font-family: "UnitRoundedWebBold", Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #cc071d;
    text-align: center;
    z-index: 80; }
    .PR_mod-ibe-searchpanel .PR_toggle-panel > .PR_icon {
      display: inline-block;
      margin-left: 5px;
      margin-top: -1px;
      width: 8px;
      height: 6px;
      vertical-align: middle;
      background: url(img-rewereisen/PR_icons-sprite.png) 0 -270px; }
    .PR_mod-ibe-searchpanel .PR_toggle-panel:hover, .PR_mod-ibe-searchpanel .PR_toggle-panel:focus, .PR_mod-ibe-searchpanel .PR_toggle-panel:active {
      color: #ab0618; }
      .PR_mod-ibe-searchpanel .PR_toggle-panel:hover > .PR_icon, .PR_mod-ibe-searchpanel .PR_toggle-panel:focus > .PR_icon, .PR_mod-ibe-searchpanel .PR_toggle-panel:active > .PR_icon {
        background-position: -30px -270px; }
    .PR_mod-ibe-searchpanel .PR_toggle-panel.PR_st-open > .PR_icon {
      background-position: 0 -300px; }
    .PR_mod-ibe-searchpanel .PR_toggle-panel.PR_st-open:hover, .PR_mod-ibe-searchpanel .PR_toggle-panel.PR_st-open:focus, .PR_mod-ibe-searchpanel .PR_toggle-panel.PR_st-open:active {
      color: #ab0618; }
      .PR_mod-ibe-searchpanel .PR_toggle-panel.PR_st-open:hover > .PR_icon, .PR_mod-ibe-searchpanel .PR_toggle-panel.PR_st-open:focus > .PR_icon, .PR_mod-ibe-searchpanel .PR_toggle-panel.PR_st-open:active > .PR_icon {
        background-position: -30px -300px; }
  .PR_mod-ibe-searchpanel .PR_row-submit .PR_col {
    float: right; }
  .PR_mod-ibe-searchpanel .PR_row-submit .PR_obj-ui-btn {
    width: 100%;
    margin-bottom: 10px; }

@media screen and (min-width: 0px) and (max-width: 767px) {
  .PR_mod-ibe-searchpanel .PR_result-head-panel {
    text-align: center; }
  .PR_mod-ibe-searchpanel.PR_ext-expandable {
    margin-bottom: 40px;
    background-color: #cc071d; }
    .PR_mod-ibe-searchpanel.PR_ext-expandable > .PR_ct {
      padding: 20px; }
    .PR_mod-ibe-searchpanel.PR_ext-expandable .PR_obj-ui-btn-close {
      display: block;
      right: 16px;
      top: 6px; }
    .PR_mod-ibe-searchpanel.PR_ext-expandable .PR_drop-srd .PR_hl-panel {
      font-size: 14px;
      color: white; }
    .PR_mod-ibe-searchpanel.PR_ext-expandable .PR_drop-srd .PR_globaltypes .PR_obj-fm-label, .PR_mod-ibe-searchpanel.PR_ext-expandable .PR_drop-srd .PR_type-anreise .PR_obj-fm-label {
      color: white; }
    .PR_mod-ibe-searchpanel.PR_ext-expandable .PR_drop-srd .PR_globaltypes .PR_obj-fm-check {
      float: none; }
    .PR_mod-ibe-searchpanel.PR_ext-expandable .PR_obj-range-slider .noUi-active, .PR_mod-ibe-searchpanel.PR_ext-expandable .PR_obj-range-slider .noUi-handle {
      background-color: white; }
    .PR_mod-ibe-searchpanel.PR_ext-expandable .PR_obj-range-slider .PR_budget {
      color: white; }
    .PR_mod-ibe-searchpanel.PR_ext-expandable.PR_st-open .PR_panel-srd {
      padding-top: 20px; }
    .PR_mod-ibe-searchpanel.PR_ext-expandable:not(.PR_st-open) .PR_obj-ui-btn-close {
      display: none; }
    .PR_mod-ibe-searchpanel.PR_ext-expandable:not(.PR_st-open) > .PR_ct .PR_panel-srd form {
      display: none; }
  .PR_mod-ibe-searchpanel .PR_drop-srd > .PR_type .PR_trigger {
    font-size: 16px; }
  .PR_mod-ibe-searchpanel .PR_ibe-grid-cont > .PR_col {
    width: 100%;
    margin-left: 0; }
  .PR_mod-ibe-searchpanel .PR_type-date .PR_flyout, .PR_mod-ibe-searchpanel .PR_type-destination .PR_flyout, .PR_mod-ibe-searchpanel .PR_type-airport .PR_flyout {
    width: 100%; }
  .PR_mod-ibe-searchpanel .PR_type-destination > .PR_flyout .PR_cat .PR_toggle, .PR_mod-ibe-searchpanel .PR_type-airport > .PR_flyout .PR_cat .PR_toggle {
    height: 20px; }
    .PR_mod-ibe-searchpanel .PR_type-destination > .PR_flyout .PR_cat .PR_toggle .PR_text, .PR_mod-ibe-searchpanel .PR_type-airport > .PR_flyout .PR_cat .PR_toggle .PR_text {
      display: none; }
  .PR_mod-ibe-searchpanel .PR_type-destination > .PR_flyout .PR_cat .PR_toggle-ct > .PR_level-2, .PR_mod-ibe-searchpanel .PR_type-airport > .PR_flyout .PR_cat .PR_toggle-ct > .PR_level-2 {
    float: none;
    width: 100%; }
  .PR_mod-ibe-searchpanel .PR_type-airport > .PR_flyout .PR_cat {
    float: none;
    width: 100%; }
  .PR_mod-ibe-searchpanel .PR_flyout .PR_choose {
    float: none;
    width: 100%;
    margin-bottom: 8px; } }

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .PR_mod-ibe-searchpanel .PR_ibe-grid-cont.PR_ext-3-3-6 > .PR_col:last-child {
    clear: left;
    float: none;
    width: auto;
    margin-left: 0; }
  .PR_mod-ibe-searchpanel .PR_ibe-grid-cont.PR_ext-3-3-6 > .PR_col.PR_last-child {
    clear: left;
    float: none;
    width: auto;
    margin-left: 0; }
  .PR_mod-ibe-searchpanel .PR_type-destination > .PR_flyout {
    width: 530px; }
  .PR_mod-ibe-searchpanel .PR_type-airport > .PR_flyout {
    width: 530px; }
    .PR_mod-ibe-searchpanel .PR_type-airport > .PR_flyout .PR_obj-fm-check input[type="checkbox"] ~ .PR_obj-fm-label {
      padding-left: 22px; }
    .PR_mod-ibe-searchpanel .PR_type-airport > .PR_flyout .PR_obj-fm-check-deps .PR_obj-fm-check {
      margin-bottom: 7px; }
    .PR_mod-ibe-searchpanel .PR_type-airport > .PR_flyout .PR_obj-fm-label {
      font-size: 13px; }
  .PR_mod-ibe-searchpanel .PR_type-date > .PR_flyout {
    width: 530px; }
  .PR_mod-ibe-searchpanel.PR_ext-expandable .PR_type-anreise .PR_obj-fm-check {
    float: none;
    margin-left: 0; }
    .PR_mod-ibe-searchpanel.PR_ext-expandable .PR_type-anreise .PR_obj-fm-check:first-child {
      margin-bottom: 10px; } }

@media screen and (min-width: 1310px) {
  .PR_mod-ibe-searchpanel .PR_type-date .PR_flyout {
    width: 100%; } }

/**
 * ibe searchpanel inside teaser stage on homepage
 */
.PR_panel-stage {
  margin-bottom: 30px; }
  .PR_panel-stage .PR_mod-ibe-searchpanel.PR_ext-vertical {
    margin-bottom: 0;
    background-color: #cc071d; }
    .PR_panel-stage .PR_mod-ibe-searchpanel.PR_ext-vertical > .PR_ct {
      min-height: 420px; }
    .PR_panel-stage .PR_mod-ibe-searchpanel.PR_ext-vertical .PR_fm-grid {
      position: relative;
      margin-bottom: 15px; }
      .PR_panel-stage .PR_mod-ibe-searchpanel.PR_ext-vertical .PR_fm-grid .PR_drop-srd {
        position: static;
        margin-bottom: 0; }
    .PR_panel-stage .PR_mod-ibe-searchpanel.PR_ext-vertical .PR_obj-txt-hl-type-2b {
      height: 50px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    .PR_panel-stage .PR_mod-ibe-searchpanel.PR_ext-vertical .PR_drop-srd .PR_hl-panel {
      color: #fff; }
    .PR_panel-stage .PR_mod-ibe-searchpanel.PR_ext-vertical .PR_obj-ln-icon.PR_js-expand-panel,
    .PR_panel-stage .PR_mod-ibe-searchpanel.PR_ext-vertical .PR_obj-ln-icon.PR_js-close-panel {
      position: relative;
      display: inline-block;
      left: 50%;
      margin-bottom: 5px;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      transition: -webkit-transform 200ms;
      transition: transform 200ms;
      transition: transform 200ms, -webkit-transform 200ms; }
      .PR_panel-stage .PR_mod-ibe-searchpanel.PR_ext-vertical .PR_obj-ln-icon.PR_js-expand-panel.PR_st-hidden,
      .PR_panel-stage .PR_mod-ibe-searchpanel.PR_ext-vertical .PR_obj-ln-icon.PR_js-close-panel.PR_st-hidden {
        display: none;
        pointer-events: none; }
        .PR_panel-stage .PR_mod-ibe-searchpanel.PR_ext-vertical .PR_obj-ln-icon.PR_js-expand-panel.PR_st-hidden ~ .PR_js-close-panel,
        .PR_panel-stage .PR_mod-ibe-searchpanel.PR_ext-vertical .PR_obj-ln-icon.PR_js-close-panel.PR_st-hidden ~ .PR_js-close-panel {
          display: inline-block; }
          .PR_panel-stage .PR_mod-ibe-searchpanel.PR_ext-vertical .PR_obj-ln-icon.PR_js-expand-panel.PR_st-hidden ~ .PR_js-close-panel .PR_icon,
          .PR_panel-stage .PR_mod-ibe-searchpanel.PR_ext-vertical .PR_obj-ln-icon.PR_js-close-panel.PR_st-hidden ~ .PR_js-close-panel .PR_icon {
            -webkit-transform: rotate(-180deg);
                    transform: rotate(-180deg); }
      .PR_panel-stage .PR_mod-ibe-searchpanel.PR_ext-vertical .PR_obj-ln-icon.PR_js-expand-panel ~ .PR_js-close-panel,
      .PR_panel-stage .PR_mod-ibe-searchpanel.PR_ext-vertical .PR_obj-ln-icon.PR_js-close-panel ~ .PR_js-close-panel {
        display: none; }
    .PR_panel-stage .PR_mod-ibe-searchpanel.PR_ext-vertical .PR_type-date .PR_flyout {
      width: auto; }
    .PR_panel-stage .PR_mod-ibe-searchpanel.PR_ext-vertical .PR_panel-expand {
      background-color: #cc071d;
      position: absolute;
      left: 100%;
      top: 0;
      bottom: 0;
      z-index: 30;
      width: 0%;
      opacity: 0;
      overflow: hidden;
      transition: width 200ms ease-out, opacity 300ms, overflow 200ms 200ms; }
      .PR_panel-stage .PR_mod-ibe-searchpanel.PR_ext-vertical .PR_panel-expand .PR_panel-expand-ct {
        margin: 20px;
        padding-top: 50px;
        overflow: hidden;
        transition: overflow 200ms 400ms; }
      .PR_panel-stage .PR_mod-ibe-searchpanel.PR_ext-vertical .PR_panel-expand.PR_st-visible {
        width: 100.41841%;
        opacity: 1;
        overflow: visible; }
        .PR_panel-stage .PR_mod-ibe-searchpanel.PR_ext-vertical .PR_panel-expand.PR_st-visible .PR_panel-expand-ct {
          overflow: visible; }
      .PR_panel-stage .PR_mod-ibe-searchpanel.PR_ext-vertical .PR_panel-expand .PR_obj-ui-btn-close {
        right: 10px;
        top: 10px; }
    .PR_panel-stage .PR_mod-ibe-searchpanel.PR_ext-vertical .PR_obj-range-slider .PR_budget {
      color: #fff; }
      .PR_panel-stage .PR_mod-ibe-searchpanel.PR_ext-vertical .PR_obj-range-slider .PR_budget > .PR_st-selected {
        color: #fff; }
    .PR_panel-stage .PR_mod-ibe-searchpanel.PR_ext-vertical .PR_obj-range-slider .noUi-handle,
    .PR_panel-stage .PR_mod-ibe-searchpanel.PR_ext-vertical .PR_obj-range-slider .noUi-active {
      background-color: #fff; }
  @media screen and (min-width: 0px) and (max-width: 767px) {
    .PR_panel-stage .PR_mod-ibe-searchpanel.PR_ext-vertical .PR_fm-grid {
      position: static; }
      .PR_panel-stage .PR_mod-ibe-searchpanel.PR_ext-vertical .PR_fm-grid .PR_drop-srd {
        position: relative;
        margin-bottom: 15px; }
      .PR_panel-stage .PR_mod-ibe-searchpanel.PR_ext-vertical .PR_fm-grid .PR_col:last-child .PR_drop-srd {
        margin-bottom: 0; } }
  @media screen and (max-width: 1000px) {
    .PR_panel-stage {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column-reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; }
      .PR_panel-stage > .PR_col {
        width: 100% !important;
        margin: 0 !important; }
        .PR_panel-stage > .PR_col:last-child {
          margin-bottom: 20px !important; }
      .PR_panel-stage .PR_mod-ibe-searchpanel.PR_ext-vertical .PR_drop-srd .PR_hl-panel {
        font-size: 14px; }
      .PR_panel-stage .PR_mod-ibe-searchpanel.PR_ext-vertical .PR_obj-ln-icon.PR_js-expand-panel,
      .PR_panel-stage .PR_mod-ibe-searchpanel.PR_ext-vertical .PR_obj-ln-icon.PR_js-close-panel {
        padding-left: 14px; }
        .PR_panel-stage .PR_mod-ibe-searchpanel.PR_ext-vertical .PR_obj-ln-icon.PR_js-expand-panel .PR_icon,
        .PR_panel-stage .PR_mod-ibe-searchpanel.PR_ext-vertical .PR_obj-ln-icon.PR_js-close-panel .PR_icon {
          margin-top: -4px;
          -webkit-transform: rotate(90deg);
                  transform: rotate(90deg); }
        .PR_panel-stage .PR_mod-ibe-searchpanel.PR_ext-vertical .PR_obj-ln-icon.PR_js-expand-panel.PR_st-hidden ~ .PR_js-close-panel .PR_icon,
        .PR_panel-stage .PR_mod-ibe-searchpanel.PR_ext-vertical .PR_obj-ln-icon.PR_js-close-panel.PR_st-hidden ~ .PR_js-close-panel .PR_icon {
          -webkit-transform: rotate(-90deg);
                  transform: rotate(-90deg); }
        .PR_panel-stage .PR_mod-ibe-searchpanel.PR_ext-vertical .PR_obj-ln-icon.PR_js-expand-panel ~ .PR_js-close-panel,
        .PR_panel-stage .PR_mod-ibe-searchpanel.PR_ext-vertical .PR_obj-ln-icon.PR_js-close-panel ~ .PR_js-close-panel {
          display: none; }
      .PR_panel-stage .PR_mod-ibe-searchpanel.PR_ext-vertical .PR_type-destination .PR_flyout {
        width: 100%; }
      .PR_panel-stage .PR_mod-ibe-searchpanel.PR_ext-vertical .PR_type-airport .PR_flyout {
        width: 100%; }
      .PR_panel-stage .PR_mod-ibe-searchpanel.PR_ext-vertical .PR_panel-expand {
        transition: none;
        display: none;
        width: auto;
        overflow: visible;
        background-color: transparent; }
        .PR_panel-stage .PR_mod-ibe-searchpanel.PR_ext-vertical .PR_panel-expand .PR_panel-expand-ct {
          margin: 0;
          padding-top: 0; }
        .PR_panel-stage .PR_mod-ibe-searchpanel.PR_ext-vertical .PR_panel-expand.PR_st-visible {
          position: static;
          display: block;
          width: auto; }
          .PR_panel-stage .PR_mod-ibe-searchpanel.PR_ext-vertical .PR_panel-expand.PR_st-visible .PR_panel-expand-ct {
            overflow: visible; }
        .PR_panel-stage .PR_mod-ibe-searchpanel.PR_ext-vertical .PR_panel-expand .PR_obj-ui-btn-close {
          display: none; } }
  @media screen and (min-width: 768px) and (max-width: 1000px) {
    .PR_panel-stage .PR_mod-ibe-searchpanel.PR_ext-vertical .PR_type-date .PR_col {
      margin-bottom: 0; }
    .PR_panel-stage .PR_mod-ibe-searchpanel.PR_ext-vertical .PR_drop-srd .PR_hl-panel {
      font-size: 14px; }
    .PR_panel-stage .PR_mod-ibe-searchpanel.PR_ext-vertical .PR_obj-fm-check-deps .PR_cat > .PR_level-2 {
      width: 50%; } }
  @media screen and (min-width: 1310px) {
    .PR_panel-stage .PR_mod-ibe-searchpanel.PR_ext-vertical .PR_drop-srd .PR_hl-panel {
      font-size: 14px; } }

/*-----|| module hotellist ||-----*/
.PR_mod-ibe-result-header {
  margin-bottom: 20px; }
  .PR_mod-ibe-result-header .PR_ct {
    *zoom: 1;
    padding: 18px 20px 15px 20px;
    background-color: #fff; }
    .PR_mod-ibe-result-header .PR_ct:before, .PR_mod-ibe-result-header .PR_ct:after {
      content: "";
      display: table; }
    .PR_mod-ibe-result-header .PR_ct:after {
      clear: both; }
  .PR_mod-ibe-result-header .PR_obj-txt-hl-type-2 > .PR_num {
    color: #cc071d;
    white-space: nowrap; }
  .PR_mod-ibe-result-header + .PR_mod-result-error {
    margin-top: -19px; }
  .PR_mod-ibe-result-header .PR_obj-ui-btn {
    float: right;
    margin-top: -40px; }

.PR_mod-teaser-stage + .PR_mod-ibe-result-angebotsteaser {
  margin-top: 30px; }

.PR_mod-ibe-result-angebotsteaser {
  margin-bottom: 30px; }
  .PR_mod-ibe-result-angebotsteaser > .PR_ct {
    position: relative;
    padding: 18px 20px 15px 20px;
    background-color: #fff; }
  .PR_mod-ibe-result-angebotsteaser .PR_teaser-grid-cont {
    *zoom: 1; }
    .PR_mod-ibe-result-angebotsteaser .PR_teaser-grid-cont:before, .PR_mod-ibe-result-angebotsteaser .PR_teaser-grid-cont:after {
      content: "";
      display: table; }
    .PR_mod-ibe-result-angebotsteaser .PR_teaser-grid-cont:after {
      clear: both; }
    .PR_mod-ibe-result-angebotsteaser .PR_teaser-grid-cont > .PR_col {
      position: relative;
      float: left;
      width: 23.48%;
      margin-left: 2.02%; }
      .PR_mod-ibe-result-angebotsteaser .PR_teaser-grid-cont > .PR_col:first-child {
        margin-left: 0; }
  .PR_mod-ibe-result-angebotsteaser .PR_ext-icon-price {
    position: relative;
    padding-left: 30px;
    margin-bottom: 20px; }
    .PR_mod-ibe-result-angebotsteaser .PR_ext-icon-price > .PR_icon {
      position: absolute;
      left: 0;
      top: -3px;
      width: 20px;
      height: 20px;
      background: url(img-rewereisen/PR_icons-sprite.png) 0 -420px no-repeat; }
  .PR_mod-ibe-result-angebotsteaser .PR_obj-ibe-presenter .PR_fig-cont.PR_st-loading {
    min-height: 141px; }
  .PR_mod-ibe-result-angebotsteaser .PR_obj-ibe-presenter .PR_flag.PR_ext-cl-2 {
    padding-left: 42px; }
  .PR_mod-ibe-result-angebotsteaser .PR_obj-ibe-presenter .PR_obj-ibe-desc {
    padding: 10px 0 30px 0;
    min-height: 0;
    /* .PR_obj-txt-mandatory {
                margin-bottom: 0;
                bottom: 0;
            } */ }
    .PR_mod-ibe-result-angebotsteaser .PR_obj-ibe-presenter .PR_obj-ibe-desc h4 {
      margin-bottom: 0;
      font-size: 14px;
      line-height: normal; }
    .PR_mod-ibe-result-angebotsteaser .PR_obj-ibe-presenter .PR_obj-ibe-desc p {
      color: #7a7a7a; }
    .PR_mod-ibe-result-angebotsteaser .PR_obj-ibe-presenter .PR_obj-ibe-desc .PR_recommend {
      position: absolute;
      left: 0;
      bottom: 0;
      color: #4a4a4a; }
      .PR_mod-ibe-result-angebotsteaser .PR_obj-ibe-presenter .PR_obj-ibe-desc .PR_recommend > img {
        float: left;
        margin-top: 4px;
        margin-bottom: 3px; }
      .PR_mod-ibe-result-angebotsteaser .PR_obj-ibe-presenter .PR_obj-ibe-desc .PR_recommend span {
        letter-spacing: -0.2px;
        font-size: 11px; }
  .PR_mod-ibe-result-angebotsteaser .PR_js-offerteaser-slider:not(.slick-initialized) {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .PR_mod-ibe-result-angebotsteaser .slick-slider {
    padding-bottom: 20px;
    overflow: hidden; }
  .PR_mod-ibe-result-angebotsteaser .slick-track {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .PR_mod-ibe-result-angebotsteaser .slick-list {
    margin: 0 -9px; }
  .PR_mod-ibe-result-angebotsteaser .PR_slide {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin: 0 9px;
    outline: none; }
  .PR_mod-ibe-result-angebotsteaser .slick-prev,
  .PR_mod-ibe-result-angebotsteaser .slick-next {
    position: absolute;
    top: 33%;
    display: block;
    width: 26px;
    height: 26px;
    padding: 0;
    background: #fff url(img/PR_icons-sprite.png) no-repeat 0 0;
    border: none;
    text-indent: -9999px;
    z-index: 1;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  .PR_mod-ibe-result-angebotsteaser .slick-prev {
    left: 0;
    background-position: -53px -143px; }
    .PR_mod-ibe-result-angebotsteaser .slick-prev:hover {
      background-position: -83px -143px; }
  .PR_mod-ibe-result-angebotsteaser .slick-next {
    right: 0;
    background-position: 9px -143px; }
    .PR_mod-ibe-result-angebotsteaser .slick-next:hover {
      background-position: -21px -143px; }
  .PR_mod-ibe-result-angebotsteaser .slick-dots {
    bottom: -6px; }

.PR_mod-ibe-result-angebote {
  margin-bottom: 30px; }
  .PR_mod-ibe-result-angebote .PR_result-continent {
    position: relative;
    display: inline-block;
    padding: 13px 20px 10px 20px;
    min-height: 55px;
    background-color: #cc071d;
    color: #fff;
    font-size: 24px;
    font-family: "UnitRoundedWebBold", Arial, Helvetica, sans-serif;
    margin-bottom: -4px; }
    .PR_mod-ibe-result-angebote .PR_result-continent > .PR_cl {
      color: #fff;
      font-family: "UnitRoundedWebBold", Arial, Helvetica, sans-serif; }
  .PR_mod-ibe-result-angebote .PR_result-section {
    padding-top: 4px; }
    .PR_mod-ibe-result-angebote .PR_result-section:first-child {
      padding-top: 0; }
    .PR_mod-ibe-result-angebote .PR_result-section:last-child .PR_result-list {
      margin-bottom: 0; }
      .PR_mod-ibe-result-angebote .PR_result-section:last-child .PR_result-list + .PR_result-pager {
        margin-top: 4px; }
    .PR_mod-ibe-result-angebote .PR_result-section:last-child .PR_result-pager {
      margin-bottom: 0; }
    .PR_mod-ibe-result-angebote .PR_result-section.PR_st-open .PR_result-content {
      height: auto; }
  .PR_mod-ibe-result-angebote .PR_result-trigger {
    position: relative;
    display: block;
    padding: 20px 0 17px 0;
    background-color: #fff;
    *zoom: 1;
    transition: background-color 300ms ease; }
    .PR_mod-ibe-result-angebote .PR_result-trigger:before, .PR_mod-ibe-result-angebote .PR_result-trigger:after {
      content: "";
      display: table; }
    .PR_mod-ibe-result-angebote .PR_result-trigger:after {
      clear: both; }
    .PR_mod-ibe-result-angebote .PR_result-trigger .PR_grid-cont > div {
      min-height: 1px; }
    .PR_mod-ibe-result-angebote .PR_result-trigger .PR_col-header {
      padding-left: 20px;
      width: 33.05439%;
      float: left;
      margin-right: 0.41841%; }
      .PR_mod-ibe-result-angebote .PR_result-trigger .PR_col-header .PR_obj-txt-hl-type-3 {
        line-height: 23px; }
    .PR_mod-ibe-result-angebote .PR_result-trigger .PR_col-temp {
      width: 7.94979%;
      float: left;
      margin-right: 0.41841%; }
      .PR_mod-ibe-result-angebote .PR_result-trigger .PR_col-temp > p {
        position: relative;
        padding-left: 30px;
        font-size: 14px;
        color: #7a7a7a;
        line-height: 23px; }
        .PR_mod-ibe-result-angebote .PR_result-trigger .PR_col-temp > p > .PR_icon {
          display: block;
          position: absolute;
          width: 23px;
          height: 23px;
          left: 0;
          background: url(img-rewereisen/PR_icons-sprite.png) 0 -450px no-repeat; }
    .PR_mod-ibe-result-angebote .PR_result-trigger .PR_col-water {
      width: 16.31799%;
      float: left;
      margin-right: 0.41841%; }
      .PR_mod-ibe-result-angebote .PR_result-trigger .PR_col-water > p {
        position: relative;
        padding-left: 30px;
        font-size: 14px;
        color: #7a7a7a;
        line-height: 23px; }
        .PR_mod-ibe-result-angebote .PR_result-trigger .PR_col-water > p > .PR_icon {
          display: block;
          position: absolute;
          width: 23px;
          height: 20px;
          left: 0;
          top: 50%;
          margin-top: -12px;
          background: url(img-rewereisen/PR_icons-sprite.png) -30px -450px no-repeat; }
    .PR_mod-ibe-result-angebote .PR_result-trigger .PR_col-price {
      width: 33.05439%;
      float: left;
      margin-right: 0.41841%; }
      .PR_mod-ibe-result-angebote .PR_result-trigger .PR_col-price > p {
        line-height: 23px;
        font-size: 16px;
        color: #cc071d;
        font-family: "UnitRoundedWebBold", Arial, Helvetica, sans-serif;
        text-align: right;
        max-width: 230px;
        *zoom: 1;
        /* > span {
                        font-family: $font-med;
                        font-size: $font-s;
                    } */ }
        .PR_mod-ibe-result-angebote .PR_result-trigger .PR_col-price > p:before, .PR_mod-ibe-result-angebote .PR_result-trigger .PR_col-price > p:after {
          content: "";
          display: table; }
        .PR_mod-ibe-result-angebote .PR_result-trigger .PR_col-price > p:after {
          clear: both; }
        .PR_mod-ibe-result-angebote .PR_result-trigger .PR_col-price > p > span {
          font-family: "UnitRoundedWebBold", Arial, Helvetica, sans-serif; }
        .PR_mod-ibe-result-angebote .PR_result-trigger .PR_col-price > p > .PR_num {
          float: left; }
        .PR_mod-ibe-result-angebote .PR_result-trigger .PR_col-price > p > .PR_ppab {
          font-family: "UnitRoundedWeb", Arial, Helvetica, sans-serif;
          font-size: 14px; }
    .PR_mod-ibe-result-angebote .PR_result-trigger .PR_col-trigger {
      position: static;
      width: 7.94979%;
      float: left;
      margin-right: 0.41841%;
      margin-right: 0; }
      .PR_mod-ibe-result-angebote .PR_result-trigger .PR_col-trigger > .PR_ui {
        position: absolute;
        right: 20px;
        top: 50%;
        margin-top: -15px;
        width: 30px;
        height: 30px;
        -webkit-animation-duration: 0.2s;
        animation-duration: 0.2s;
        -webkit-animation-name: fadeInUp;
        animation-name: fadeInUp; }
        .PR_mod-ibe-result-angebote .PR_result-trigger .PR_col-trigger > .PR_ui > .PR_icon {
          position: absolute;
          left: 50%;
          top: 50%;
          width: 20px;
          height: 14px;
          margin: -7px 0 0 -10px;
          background: url(img-rewereisen/PR_icons-sprite.png) 0 -660px no-repeat; }
    .PR_mod-ibe-result-angebote .PR_result-trigger:hover .PR_col-trigger > .PR_ui {
      -webkit-animation-duration: 0.2s;
      animation-duration: 0.2s;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both;
      -webkit-animation-name: fadeInDown;
      animation-name: fadeInDown; }
      .PR_mod-ibe-result-angebote .PR_result-trigger:hover .PR_col-trigger > .PR_ui > .PR_icon {
        background-position: -30px -660px; }
    .PR_mod-ibe-result-angebote .PR_result-trigger.PR_st-open .PR_col-trigger > .PR_ui {
      -webkit-animation-duration: 0.2s;
      animation-duration: 0.2s;
      -webkit-animation-name: fadeInDown2;
      animation-name: fadeInDown2; }
      .PR_mod-ibe-result-angebote .PR_result-trigger.PR_st-open .PR_col-trigger > .PR_ui > .PR_icon {
        background-position: -60px -660px; }
    .PR_mod-ibe-result-angebote .PR_result-trigger.PR_st-open:hover .PR_col-trigger > .PR_ui {
      -webkit-animation-duration: 0.2s;
      animation-duration: 0.2s;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both;
      -webkit-animation-name: fadeInUp2;
      animation-name: fadeInUp2; }
      .PR_mod-ibe-result-angebote .PR_result-trigger.PR_st-open:hover .PR_col-trigger > .PR_ui > .PR_icon {
        background-position: -90px -660px; }
    .PR_mod-ibe-result-angebote .PR_result-trigger.PR_st-open + .PR_result-content {
      height: auto; }
  .PR_mod-ibe-result-angebote .PR_result-content {
    height: 0;
    overflow: hidden; }
    .PR_mod-ibe-result-angebote .PR_result-content:first-child {
      height: auto; }
    .PR_mod-ibe-result-angebote .PR_result-content .PR_result-header {
      position: relative;
      margin-bottom: 4px;
      margin-top: 1px;
      background-color: #fff; }
      .PR_mod-ibe-result-angebote .PR_result-content .PR_result-header .PR_col-filter {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        padding: 20px; }
        .PR_mod-ibe-result-angebote .PR_result-content .PR_result-header .PR_col-filter > .PR_obj-txt-hl-type-4 {
          float: left;
          line-height: 18px; }
        .PR_mod-ibe-result-angebote .PR_result-content .PR_result-header .PR_col-filter > .PR_filter-box {
          margin-left: 150px; }
          .PR_mod-ibe-result-angebote .PR_result-content .PR_result-header .PR_col-filter > .PR_filter-box .PR_obj-fm-check {
            margin-right: 20px; }
            .PR_mod-ibe-result-angebote .PR_result-content .PR_result-header .PR_col-filter > .PR_filter-box .PR_obj-fm-check:last-child {
              margin-right: 0; }
            .PR_mod-ibe-result-angebote .PR_result-content .PR_result-header .PR_col-filter > .PR_filter-box .PR_obj-fm-check .PR_obj-fm-label {
              margin-bottom: 0; }
      .PR_mod-ibe-result-angebote .PR_result-content .PR_result-header .PR_filter-subcol {
        width: 24.68619%;
        float: left;
        margin-right: 0.41841%; }
        .PR_mod-ibe-result-angebote .PR_result-content .PR_result-header .PR_filter-subcol:last-child {
          width: 24.68619%;
          float: left;
          margin-right: 0; }
      .PR_mod-ibe-result-angebote .PR_result-content .PR_result-header .PR_col-sort {
        width: 33.05439%;
        float: left;
        margin-right: 0.41841%;
        margin-right: 0;
        padding: 20px 20px 20px 0; }
        .PR_mod-ibe-result-angebote .PR_result-content .PR_result-header .PR_col-sort > .PR_obj-txt-hl-type-4 {
          float: left;
          margin-right: 20px;
          line-height: 18px; }
        .PR_mod-ibe-result-angebote .PR_result-content .PR_result-header .PR_col-sort > .PR_obj-fm-select-wrap {
          float: left;
          width: 180px;
          margin-top: -5px; }
  .PR_mod-ibe-result-angebote .PR_result-list {
    margin-bottom: 30px;
    min-height: 379px; }
    .PR_mod-ibe-result-angebote .PR_result-list:first-child {
      margin-top: 4px; }
    .PR_mod-ibe-result-angebote .PR_result-list .PR_grid-cont {
      margin-top: 4px; }
      .PR_mod-ibe-result-angebote .PR_result-list .PR_grid-cont:first-child {
        margin-top: 0; }
    .PR_mod-ibe-result-angebote .PR_result-list .PR_obj-loading-layer + .PR_grid-cont {
      margin-top: 0; }
    .PR_mod-ibe-result-angebote .PR_result-list + .PR_result-pager {
      margin-top: -16px; }
    .PR_mod-ibe-result-angebote .PR_result-list .PR_obj-ibe-presenter .PR_obj-ibe-desc {
      min-height: 155px;
      padding-bottom: 60px; }
    .PR_mod-ibe-result-angebote .PR_result-list .PR_obj-ibe-presenter .PR_obj-txt-mandatory {
      margin-bottom: 0px;
      margin-top: 10px; }
      .PR_mod-ibe-result-angebote .PR_result-list .PR_obj-ibe-presenter .PR_obj-txt-mandatory + .PR_obj-txt-mandatory {
        margin-top: 2px; }
    .PR_mod-ibe-result-angebote .PR_result-list .PR_obj-ibe-presenter .PR_description {
      list-style-type: none;
      margin-bottom: 12px; }
      .PR_mod-ibe-result-angebote .PR_result-list .PR_obj-ibe-presenter .PR_description li {
        position: relative;
        padding-left: 19px; }
      .PR_mod-ibe-result-angebote .PR_result-list .PR_obj-ibe-presenter .PR_description .PR_icon {
        position: absolute;
        left: 0;
        top: 2px;
        width: 13px;
        height: 13px;
        background: url(img-rewereisen/PR_icons-sprite.png) no-repeat -60px -327px; }
      .PR_mod-ibe-result-angebote .PR_result-list .PR_obj-ibe-presenter .PR_description .PR_ext-icon-flight .PR_icon {
        background-position: 0 -1134px; }
    .PR_mod-ibe-result-angebote .PR_result-list .PR_obj-ibe-presenter .PR_recommend {
      position: absolute;
      left: 20px;
      bottom: 16px; }
      .PR_mod-ibe-result-angebote .PR_result-list .PR_obj-ibe-presenter .PR_recommend > img {
        float: left;
        margin-top: 4px;
        margin-bottom: 3px;
        margin-right: 3px; }
    .PR_mod-ibe-result-angebote .PR_result-list .PR_obj-ibe-presenter .PR_obj-ui-btn-watchlist {
      position: absolute;
      right: 10px;
      bottom: 8px; }
  .PR_mod-ibe-result-angebote .PR_result-pager {
    margin-top: 4px;
    padding: 20px;
    background-color: #fff;
    *zoom: 1; }
    .PR_mod-ibe-result-angebote .PR_result-pager:before, .PR_mod-ibe-result-angebote .PR_result-pager:after {
      content: "";
      display: table; }
    .PR_mod-ibe-result-angebote .PR_result-pager:after {
      clear: both; }
    .PR_mod-ibe-result-angebote .PR_result-pager > .PR_obj-ui-pager {
      float: right; }

.PR_mod-result-error > .PR_ct {
  padding: 17px 20px;
  background-color: #fff;
  margin-bottom: 20px; }
  .PR_mod-result-error > .PR_ct .PR_obj-txt-hl-type-3 {
    margin-bottom: 10px; }
  .PR_mod-result-error > .PR_ct .PR_resulterror-filter-section {
    margin-top: 10px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding-right: 120px;
    position: relative; }
    .PR_mod-result-error > .PR_ct .PR_resulterror-filter-section .PR_resulterror-filter-remove, .PR_mod-result-error > .PR_ct .PR_resulterror-filter-section .PR_resulterror-filter-reset {
      background-color: #ffcd32;
      color: #cc071d;
      padding: 4px 8px;
      font-size: 12px;
      margin-right: 5px;
      margin-top: 5px;
      border: none; }
      .PR_mod-result-error > .PR_ct .PR_resulterror-filter-section .PR_resulterror-filter-remove span, .PR_mod-result-error > .PR_ct .PR_resulterror-filter-section .PR_resulterror-filter-reset span {
        white-space: nowrap; }
        .PR_mod-result-error > .PR_ct .PR_resulterror-filter-section .PR_resulterror-filter-remove span:first-child, .PR_mod-result-error > .PR_ct .PR_resulterror-filter-section .PR_resulterror-filter-reset span:first-child {
          margin-right: 4px;
          display: inline-block;
          -webkit-transform: translateY(-1px);
                  transform: translateY(-1px); }
    .PR_mod-result-error > .PR_ct .PR_resulterror-filter-section .PR_resulterror-filter-reset {
      background: none;
      color: #cc071d;
      font-size: 14px; }

@media screen and (min-width: 0px) and (max-width: 767px) {
  .PR_mod-ibe-result-header .PR_obj-ui-btn {
    float: none;
    margin-top: 10px; }
  .PR_mod-ibe-result-angebote .PR_result-section .PR_col-price > p {
    padding-left: 20px;
    text-align: left;
    max-width: none; }
    .PR_mod-ibe-result-angebote .PR_result-section .PR_col-price > p > .PR_num {
      float: none;
      display: block; }
  .PR_mod-ibe-result-angebote .PR_result-section .PR_col-temp, .PR_mod-ibe-result-angebote .PR_result-section .PR_col-water {
    padding-left: 20px;
    padding-top: 10px; }
  .PR_mod-ibe-result-angebote .PR_result-section .PR_result-content .PR_result-header .PR_col-filter {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-right: 0; }
    .PR_mod-ibe-result-angebote .PR_result-section .PR_result-content .PR_result-header .PR_col-filter .PR_obj-txt-hl-type-4 {
      float: none;
      padding-bottom: 10px; }
    .PR_mod-ibe-result-angebote .PR_result-section .PR_result-content .PR_result-header .PR_col-filter > .PR_filter-box {
      width: 100%;
      margin-left: 0; }
      .PR_mod-ibe-result-angebote .PR_result-section .PR_result-content .PR_result-header .PR_col-filter > .PR_filter-box .PR_obj-fm-check {
        float: none;
        width: 100%; }
  .PR_mod-ibe-result-angebote .PR_result-section .PR_result-content .PR_result-header .PR_filter-subcol {
    width: 49.79079%;
    float: left;
    margin-right: 0.41841%; }
    .PR_mod-ibe-result-angebote .PR_result-section .PR_result-content .PR_result-header .PR_filter-subcol:nth-child(even) {
      width: 49.79079%;
      float: left;
      margin-right: 0; }
  .PR_mod-ibe-result-angebote .PR_result-section .PR_result-content .PR_result-header .PR_col-sort {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-right: 0;
    padding: 20px; }
  .PR_mod-ibe-result-angebote .PR_result-section .PR_result-content .PR_result-pager .PR_obj-ui-pager {
    float: none;
    text-align: center; }
  .PR_mod-ibe-result-angebote .PR_result-list .PR_obj-ibe-presenter .PR_obj-ibe-desc {
    padding-bottom: 50px; }
  .PR_mod-ibe-result-angebote .PR_flag.PR_ext-cl-2,
  .PR_mod-ibe-result-angebote .PR_flag.PR_ext-cl-6,
  .PR_mod-ibe-result-angebote .PR_shortage,
  .PR_mod-ibe-result-angebote .PR_obj-icon-globaltypes {
    display: none; }
  .PR_mod-ibe-result-angebotsteaser .PR_teaser-grid-cont > .PR_col {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-right: 0; }
  .PR_mod-ibe-result-angebotsteaser .PR_obj-ibe-presenter .PR_obj-ibe-desc {
    padding: 20px 20px 30px; }
    .PR_mod-ibe-result-angebotsteaser .PR_obj-ibe-presenter .PR_obj-ibe-desc .PR_recommend {
      left: 20px; }
  .PR_mod-ibe-result-angebotsteaser .slick-slider {
    margin: 0 -20px;
    overflow: visible; }
  .PR_mod-ibe-result-angebotsteaser .slick-list {
    margin: 0; }
  .PR_mod-ibe-result-angebotsteaser .slick-track {
    display: block; }
  .PR_mod-ibe-result-angebotsteaser .PR_slide {
    margin: 0;
    display: block; }
  .PR_mod-ibe-result-angebotsteaser .PR_flag.PR_ext-cl-2,
  .PR_mod-ibe-result-angebotsteaser .PR_flag.PR_ext-cl-6,
  .PR_mod-ibe-result-angebotsteaser .PR_shortage,
  .PR_mod-ibe-result-angebotsteaser .PR_obj-icon-globaltypes {
    display: none; }
  .PR_js-load .PR_mod-ibe-result-angebote .PR_obj-ibe-presenter .PR_fig-cont.PR_st-loading {
    min-height: 151px; }
  .PR_mod-result-error > .PR_ct .PR_resulterror-filter-section {
    padding-right: 0;
    padding-bottom: 45px; }
    .PR_mod-result-error > .PR_ct .PR_resulterror-filter-section .PR_resulterror-filter-remove {
      height: 26px;
      max-height: 26px;
      line-height: 1.6;
      padding: 4px 8px; }
      .PR_mod-result-error > .PR_ct .PR_resulterror-filter-section .PR_resulterror-filter-remove span:first-child {
        line-height: 1.5; }
    .PR_mod-result-error > .PR_ct .PR_resulterror-filter-section .PR_resulterror-filter-reset {
      bottom: 5px;
      top: auto; } }

@media screen and (max-width: 499px) {
  .PR_mod-ibe-result-angebote .PR_result-trigger .PR_col-temp, .PR_mod-ibe-result-angebote .PR_result-trigger .PR_col-water {
    padding-left: 20px; }
  .PR_mod-ibe-result-angebote .PR_result-trigger .PR_col-temp, .PR_mod-ibe-result-angebote .PR_result-trigger .PR_col-water {
    position: absolute;
    top: 41px;
    left: 41%;
    width: 56px;
    padding-top: 3px; }
  .PR_mod-ibe-result-angebote .PR_result-trigger .PR_col-water {
    left: 59%; }
  .PR_mod-ibe-result-angebote .PR_result-trigger .PR_col-header,
  .PR_mod-ibe-result-angebote .PR_result-trigger .PR_col-price {
    float: none;
    width: 100%; } }

@media screen and (min-width: 500px) and (max-width: 649px) {
  .PR_mod-ibe-result-angebote .PR_result-trigger .PR_col-temp, .PR_mod-ibe-result-angebote .PR_result-trigger .PR_col-water {
    padding-left: 0px; }
  .PR_mod-ibe-result-angebote .PR_result-trigger .PR_col-temp {
    margin-right: 15px; } }

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .PR_mod-ibe-result-header .PR_obj-ui-btn {
    margin-top: -30px; }
  .PR_mod-ibe-result-angebotsteaser .PR_obj-ibe-presenter .PR_fig-cont.PR_st-loading {
    min-height: 109px; }
  .PR_mod-ibe-result-angebotsteaser .slick-list {
    margin: 0 -7px; }
  .PR_mod-ibe-result-angebotsteaser .PR_slide {
    margin: 0 7px; }
  .PR_mod-ibe-result-angebote .PR_result-trigger .PR_col-header {
    width: 32.97872%;
    float: left;
    margin-right: 0.53191%; }
  .PR_mod-ibe-result-angebote .PR_result-trigger .PR_col-temp {
    width: 7.84574%;
    float: left;
    margin-right: 0.53191%; }
  .PR_mod-ibe-result-angebote .PR_result-trigger .PR_col-water {
    width: 16.2234%;
    float: left;
    margin-right: 0.53191%; }
  .PR_mod-ibe-result-angebote .PR_result-trigger .PR_col-price {
    width: 32.97872%;
    float: left;
    margin-right: 0.53191%; }
  .PR_mod-ibe-result-angebote .PR_result-trigger .PR_col-trigger {
    width: 7.84574%;
    float: left;
    margin-right: 0.53191%;
    margin-right: 0; }
  .PR_mod-ibe-result-angebote .PR_result-content .PR_result-header .PR_col-filter {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
    .PR_mod-ibe-result-angebote .PR_result-content .PR_result-header .PR_col-filter > .PR_obj-txt-hl-type-4 {
      float: none;
      margin-bottom: 9px; }
    .PR_mod-ibe-result-angebote .PR_result-content .PR_result-header .PR_col-filter > .PR_filter-box {
      margin-left: 0; }
  .PR_mod-ibe-result-angebote .PR_result-content .PR_result-header .PR_col-sort {
    width: 32.97872%;
    float: left;
    margin-right: 0.53191%;
    margin-right: 0; }
    .PR_mod-ibe-result-angebote .PR_result-content .PR_result-header .PR_col-sort > .PR_obj-txt-hl-type-4 {
      float: none;
      margin-right: 0;
      margin-bottom: 3px; }
    .PR_mod-ibe-result-angebote .PR_result-content .PR_result-header .PR_col-sort > .PR_obj-fm-select-wrap {
      float: none;
      width: auto;
      margin-top: 0; }
  .PR_mod-ibe-result-angebote .PR_result-content .PR_result-list {
    min-height: 346px; }
    .PR_mod-ibe-result-angebote .PR_result-content .PR_result-list .PR_obj-ibe-presenter .PR_recommend > img {
      float: none;
      margin-top: 0;
      margin-bottom: 3px;
      margin-right: 0; } }

@media screen and (min-width: 1310px) {
  .PR_mod-ibe-result-angebotsteaser .PR_obj-ibe-presenter .PR_fig-cont.PR_st-loading {
    min-height: 181px; }
  .PR_mod-ibe-result-angebotsteaser .PR_obj-ibe-presenter .PR_obj-ibe-desc .PR_recommend span {
    font-size: 14px; }
  .PR_mod-ibe-result-angebote .PR_result-trigger .PR_col-header {
    width: 33.11475%;
    float: left;
    margin-right: 0.32787%; }
  .PR_mod-ibe-result-angebote .PR_result-trigger .PR_col-temp {
    width: 8.03279%;
    float: left;
    margin-right: 0.32787%; }
  .PR_mod-ibe-result-angebote .PR_result-trigger .PR_col-water {
    width: 16.39344%;
    float: left;
    margin-right: 0.32787%; }
  .PR_mod-ibe-result-angebote .PR_result-trigger .PR_col-price {
    width: 33.11475%;
    float: left;
    margin-right: 0.32787%; }
  .PR_mod-ibe-result-angebote .PR_result-trigger .PR_col-trigger {
    width: 8.03279%;
    float: left;
    margin-right: 0.32787%;
    margin-right: 0; }
  .PR_mod-ibe-result-angebote .PR_result-content .PR_result-header .PR_col-filter {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .PR_mod-ibe-result-angebote .PR_result-content .PR_result-header .PR_filter-subcol {
    width: 24.7541%;
    float: left;
    margin-right: 0.32787%; }
  .PR_mod-ibe-result-angebote .PR_result-content .PR_result-header .PR_col-sort {
    width: 33.11475%;
    float: left;
    margin-right: 0.32787%;
    margin-right: 0; }
    .PR_mod-ibe-result-angebote .PR_result-content .PR_result-header .PR_col-sort > .PR_obj-fm-select-wrap {
      width: 200px; }
  .PR_mod-ibe-result-angebote .PR_result-content .PR_result-list {
    min-height: 441px; } }

/*-----|| module ibe deals ||-----*/
.PR_mod-ibe-deals {
  margin-bottom: 30px; }
  .PR_mod-ibe-deals > .PR_ct {
    padding: 20px;
    background-color: #75B045; }
  .PR_mod-ibe-deals .PR_deals-grid {
    *zoom: 1;
    margin-bottom: 30px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .PR_mod-ibe-deals .PR_deals-grid:before, .PR_mod-ibe-deals .PR_deals-grid:after {
      content: "";
      display: table; }
    .PR_mod-ibe-deals .PR_deals-grid:after {
      clear: both; }
    .PR_mod-ibe-deals .PR_deals-grid:last-child {
      margin-bottom: 0; }
    .PR_mod-ibe-deals .PR_deals-grid > .PR_col {
      float: left;
      width: 292px;
      margin-right: 20px;
      margin-bottom: 20px; }
      .PR_mod-ibe-deals .PR_deals-grid > .PR_col:nth-child(3n) {
        margin-right: 0; }
    .PR_mod-ibe-deals .PR_deals-grid .slick-dots {
      bottom: -50px; }
  .PR_mod-ibe-deals .PR_header {
    position: relative;
    padding-bottom: 10px; }
    .PR_mod-ibe-deals .PR_header .PR_obj-ln-icon {
      color: #fff;
      position: absolute;
      right: 0;
      bottom: 15px; }
    .PR_mod-ibe-deals .PR_header .PR_type-deals {
      position: relative;
      padding-left: 75px; }
      .PR_mod-ibe-deals .PR_header .PR_type-deals > .PR_icon {
        position: absolute;
        left: 0;
        top: -7px;
        width: 58px;
        height: 42px;
        background: url(img-rewereisen/PR_icons-sprite.png) 0 -949px no-repeat; }
  .PR_mod-ibe-deals .PR_obj-ibe-price.PR_ext-deals {
    z-index: 30;
    font-size: 14px;
    line-height: 30px;
    font-family: "UnitRoundedWebBold", Arial, Helvetica, sans-serif;
    background-color: #fff;
    color: #cc071d;
    position: absolute;
    right: 0;
    bottom: 14px;
    max-height: 37px; }
  .PR_mod-ibe-deals .PR_obj-ibe-presenter .PR_fig-cont .PR_flag {
    border-radius: 0; }
  .PR_mod-ibe-deals .PR_obj-ibe-presenter .PR_obj-ibe-desc {
    height: auto;
    padding-bottom: 93px; }
  .PR_mod-ibe-deals .PR_obj-ibe-presenter .PR_obj-deal-countdown {
    position: absolute;
    width: 264px;
    left: 14px;
    bottom: 0; }
    .PR_mod-ibe-deals .PR_obj-ibe-presenter .PR_obj-deal-countdown.PR_st-finished {
      z-index: 21;
      line-height: 23px;
      min-height: 37px; }
  .PR_mod-ibe-deals .PR_obj-ibe-presenter .PR_obj-deal-countdown {
    padding: 1px;
    min-height: 33px; }
    .PR_mod-ibe-deals .PR_obj-ibe-presenter .PR_obj-deal-countdown .PR_digit {
      height: 20px;
      font-family: "UnitRoundedWebBold", Arial, Helvetica, sans-serif;
      font-size: 17px;
      line-height: 22px;
      padding: 0 3px; }
    .PR_mod-ibe-deals .PR_obj-ibe-presenter .PR_obj-deal-countdown .PR_unit + .PR_digit {
      margin-left: 5px; }
    .PR_mod-ibe-deals .PR_obj-ibe-presenter .PR_obj-deal-countdown.PR_st-finished {
      min-height: 29px;
      padding: 6px 1px 7px;
      line-height: 20px; }
      .PR_mod-ibe-deals .PR_obj-ibe-presenter .PR_obj-deal-countdown.PR_st-finished .PR_finished {
        font-size: 16px; }
  .PR_mod-ibe-deals .PR_obj-ibe-presenter .PR_obj-deal-textline {
    margin-top: 12px; }
  .PR_mod-ibe-deals .PR_obj-ibe-presenter .PR_price-ct {
    position: absolute;
    right: 20px;
    bottom: 20px;
    text-align: right;
    z-index: 30;
    height: 80px; }
  .PR_mod-ibe-deals .PR_obj-ibe-presenter .PR_obj-ibe-price {
    position: relative; }
  .PR_mod-ibe-deals .PR_obj-ibe-presenter .PR_price-old {
    margin-bottom: 5px;
    text-align: right;
    font-size: 14px; }
    .PR_mod-ibe-deals .PR_obj-ibe-presenter .PR_price-old > strong {
      position: relative;
      font-size: 16px; }
      .PR_mod-ibe-deals .PR_obj-ibe-presenter .PR_price-old > strong:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        background-color: #cc071d;
        top: 50%;
        margin-top: -2px;
        -webkit-transform: rotate(-15deg);
                transform: rotate(-15deg); }
  .PR_mod-ibe-deals .PR_obj-ibe-presenter .PR_obj-txt-mandatory {
    margin-top: 5px; }

.PR_oldie .PR_mod-ibe-deals .PR_obj-ibe-presenter.PR_st-finished:after {
  background: url(img-rewereisen/PR_ie-bg-grey.png); }

.PR_oldie .PR_mod-ibe-deals .PR_obj-ibe-presenter.PR_st-finished .PR_fig-cont {
  position: relative;
  z-index: -1; }

.PR_oldie .PR_mod-ibe-deals .PR_obj-ibe-presenter.PR_st-finished .PR_obj-ibe-desc {
  position: relative;
  z-index: -1; }

@media screen and (min-width: 0px) and (max-width: 767px) {
  .PR_mod-ibe-deals {
    margin-bottom: 50px; }
    .PR_mod-ibe-deals .PR_deals-grid {
      display: block; }
    .PR_mod-ibe-deals .PR_header {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      .PR_mod-ibe-deals .PR_header .PR_type-deals {
        padding-left: 0; }
        .PR_mod-ibe-deals .PR_header .PR_type-deals > .PR_icon {
          position: relative;
          display: none;
          top: -3px;
          float: left;
          margin-right: 10px; }
      .PR_mod-ibe-deals .PR_header .PR_obj-txt-hl-type-2 {
        *zoom: 1;
        margin-bottom: 10px;
        font-size: 20px;
        line-height: 22px;
        padding-right: 20px; }
        .PR_mod-ibe-deals .PR_header .PR_obj-txt-hl-type-2:before, .PR_mod-ibe-deals .PR_header .PR_obj-txt-hl-type-2:after {
          content: "";
          display: table; }
        .PR_mod-ibe-deals .PR_header .PR_obj-txt-hl-type-2:after {
          clear: both; }
      .PR_mod-ibe-deals .PR_header .PR_obj-ibe-price {
        -webkit-flex: 1 0 142px;
            -ms-flex: 1 0 142px;
                flex: 1 0 142px;
        position: relative;
        bottom: 0; }
    .PR_mod-ibe-deals .PR_obj-ibe-presenter .PR_obj-deal-countdown {
      min-width: 265px;
      width: auto;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      padding: 4px 10px 10px; }
      .PR_mod-ibe-deals .PR_obj-ibe-presenter .PR_obj-deal-countdown.PR_st-finished {
        padding: 7px 1px 7px; }
    .PR_mod-ibe-deals .PR_obj-ibe-presenter .PR_ibe-img {
      width: 100%; }
    .PR_mod-ibe-deals .PR_deals-grid > .PR_col {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      margin-bottom: 20px; } }

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .PR_mod-ibe-deals .PR_deals-grid > .PR_col {
    width: 224px; }
    .PR_mod-ibe-deals .PR_deals-grid > .PR_col:first-child {
      margin-left: 0; }
  .PR_mod-ibe-deals .PR_header {
    padding-bottom: 20px; }
  .PR_mod-ibe-deals .PR_obj-ibe-presenter .PR_obj-deal-countdown {
    padding-top: 1px;
    padding-bottom: 4px;
    min-width: 0;
    width: 204px;
    left: 10px; }
    .PR_mod-ibe-deals .PR_obj-ibe-presenter .PR_obj-deal-countdown .PR_digit {
      height: 20px;
      font-family: "UnitRoundedWebBold", Arial, Helvetica, sans-serif;
      font-size: 14px;
      padding: 0 3px; }
    .PR_mod-ibe-deals .PR_obj-ibe-presenter .PR_obj-deal-countdown .PR_unit + .PR_digit {
      margin-left: 5px; }
    .PR_mod-ibe-deals .PR_obj-ibe-presenter .PR_obj-deal-countdown.PR_st-finished {
      min-height: 29px;
      padding-top: 6px;
      line-height: 20px; }
      .PR_mod-ibe-deals .PR_obj-ibe-presenter .PR_obj-deal-countdown.PR_st-finished .PR_finished {
        font-size: 14px; }
  .PR_mod-ibe-deals .PR_obj-ibe-price.PR_ext-deals {
    line-height: normal; } }

@media screen and (min-width: 1310px) {
  .PR_mod-ibe-deals .PR_deals-grid > .PR_col {
    width: 380px; }
    .PR_mod-ibe-deals .PR_deals-grid > .PR_col:first-child {
      margin-left: 0; }
  .PR_mod-ibe-deals .PR_obj-ibe-presenter .PR_obj-deal-countdown {
    width: 340px;
    padding: 7px 1px;
    min-height: 40px;
    left: 20px; }
    .PR_mod-ibe-deals .PR_obj-ibe-presenter .PR_obj-deal-countdown .PR_digit {
      font-size: 24px;
      height: 26px;
      line-height: 26px;
      padding: 2px 3px; }
    .PR_mod-ibe-deals .PR_obj-ibe-presenter .PR_obj-deal-countdown .PR_unit + .PR_digit {
      margin-left: 15px; }
    .PR_mod-ibe-deals .PR_obj-ibe-presenter .PR_obj-deal-countdown.PR_st-finished {
      min-height: 37px;
      line-height: 23px;
      padding: 7px 1px 6px; }
      .PR_mod-ibe-deals .PR_obj-ibe-presenter .PR_obj-deal-countdown.PR_st-finished .PR_finished {
        font-size: 24px; } }

/*-----|| module detailpage ||-----*/
.PR_mod-ibe-detailpage {
  padding-bottom: 30px;
  /* ------------------------------------------------------------------------------------------------------
    * General layout and grid
    * ------------------------------------------------------------------------------------------------------ */
  /* ------------------------------------------------------------------------------------------------------
    * Header Meta/Share
    * ------------------------------------------------------------------------------------------------------ */
  /* ------------------------------------------------------------------------------------------------------
    * Title
    * ------------------------------------------------------------------------------------------------------ */
  /* ------------------------------------------------------------------------------------------------------
    * Gallery & HolidayCheck Rating
    * ------------------------------------------------------------------------------------------------------ */
  /* ------------------------------------------------------------------------------------------------------
    * Info block with Tabs
    * ------------------------------------------------------------------------------------------------------ */
  /* ----------------------------------------------------
    * Tab INFO
    * ---------------------------------------------------- */
  /* ----------------------------------------------------
    * Tab RATING
    * ---------------------------------------------------- */
  /* ----------------------------------------------------
    * Tab COUNTRY
    * ---------------------------------------------------- */
  /* ----------------------------------------------------
    * Tab CLIMATE
    * ---------------------------------------------------- */
  /* ----------------------------------------------------
    * Tab CRUISE
    * ---------------------------------------------------- */
  /* ------------------------------------------------------------------------------------------------------
    * Trip Planner
    * ------------------------------------------------------------------------------------------------------ */
  /* -------------------------------------------------------------------------------------------
    * VIEWPORT: Smartphone
    * ------------------------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------------------------
    * VIEWPORT: Tablet
    * ------------------------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------------------------
    * VIEWPORT: Widescreen
    * ------------------------------------------------------------------------------------------- */ }
  .PR_mod-ibe-detailpage .PR_trip-description {
    width: 58.159%;
    float: left;
    margin-right: 0.41841%; }
  .PR_mod-ibe-detailpage .PR_trip-planner {
    width: 41.42259%;
    float: left;
    margin-right: 0;
    float: right; }
  .PR_mod-ibe-detailpage .PR_obj-deal-badge {
    margin-bottom: 4px; }
  .PR_mod-ibe-detailpage .PR_detail-header {
    margin-bottom: 4px;
    display: block; }
    .PR_mod-ibe-detailpage .PR_detail-header > .PR_col {
      padding: 20px; }
      .PR_mod-ibe-detailpage .PR_detail-header > .PR_col:first-child {
        margin-bottom: 1px; }
  .PR_mod-ibe-detailpage .PR_detail-content {
    position: relative; }
  .PR_mod-ibe-detailpage .PR_gallery {
    padding: 23px 20px 20px 20px; }
  .PR_mod-ibe-detailpage .RR_extras-srd {
    *zoom: 1;
    width: 100%;
    margin-top: 4px;
    background-color: #fff;
    margin-bottom: 4px; }
    .PR_mod-ibe-detailpage .RR_extras-srd:before, .PR_mod-ibe-detailpage .RR_extras-srd:after {
      content: "";
      display: table; }
    .PR_mod-ibe-detailpage .RR_extras-srd:after {
      clear: both; }
  .PR_mod-ibe-detailpage .PR_mod-teaser-extras-detail, .PR_mod-ibe-detailpage .PR_mod-teaser-bestpreis-detail {
    position: relative;
    margin: 0 0 4px 0;
    background: #fff;
    padding: 20px;
    float: none;
    width: 100%;
    *zoom: 1; }
    .PR_mod-ibe-detailpage .PR_mod-teaser-extras-detail:before, .PR_mod-ibe-detailpage .PR_mod-teaser-extras-detail:after, .PR_mod-ibe-detailpage .PR_mod-teaser-bestpreis-detail:before, .PR_mod-ibe-detailpage .PR_mod-teaser-bestpreis-detail:after {
      content: "";
      display: table; }
    .PR_mod-ibe-detailpage .PR_mod-teaser-extras-detail:after, .PR_mod-ibe-detailpage .PR_mod-teaser-bestpreis-detail:after {
      clear: both; }
    .PR_mod-ibe-detailpage .PR_mod-teaser-extras-detail .PR_mod-teaser-mehrwert .PR_grid-cont > .PR_col .PR_icon-mehrwert, .PR_mod-teaser-mehrwert .PR_grid-cont > .PR_col .PR_mod-ibe-detailpage .PR_mod-teaser-extras-detail .PR_icon-mehrwert, .PR_mod-ibe-detailpage .PR_mod-teaser-extras-detail .PR_mod-teaser-mehrwert .PR_grid-cont > .PR_col .PR_icon-bestpreis, .PR_mod-teaser-mehrwert .PR_grid-cont > .PR_col .PR_mod-ibe-detailpage .PR_mod-teaser-extras-detail .PR_icon-bestpreis, .PR_mod-ibe-detailpage .PR_mod-teaser-extras-detail .PR_mod-teaser-mehrwert .PR_grid-cont > .PR_col .PR_icon-quali, .PR_mod-teaser-mehrwert .PR_grid-cont > .PR_col .PR_mod-ibe-detailpage .PR_mod-teaser-extras-detail .PR_icon-quali, .PR_mod-ibe-detailpage .PR_mod-teaser-extras-detail .PR_mod-teaser-mehrwert .PR_grid-cont > .PR_col .PR_icon-sicherheit, .PR_mod-teaser-mehrwert .PR_grid-cont > .PR_col .PR_mod-ibe-detailpage .PR_mod-teaser-extras-detail .PR_icon-sicherheit, .PR_mod-ibe-detailpage .PR_mod-teaser-extras-detail .PR_icon-mehrwert, .PR_mod-ibe-detailpage .PR_mod-teaser-extras-detail .PR_icon-bestpreis, .PR_mod-ibe-detailpage .PR_mod-teaser-extras-detail .PR_icon-quali, .PR_mod-ibe-detailpage .PR_mod-teaser-extras-detail .PR_icon-sicherheit, .PR_mod-ibe-detailpage .PR_mod-teaser-bestpreis-detail .PR_mod-teaser-mehrwert .PR_grid-cont > .PR_col .PR_icon-mehrwert, .PR_mod-teaser-mehrwert .PR_grid-cont > .PR_col .PR_mod-ibe-detailpage .PR_mod-teaser-bestpreis-detail .PR_icon-mehrwert, .PR_mod-ibe-detailpage .PR_mod-teaser-bestpreis-detail .PR_mod-teaser-mehrwert .PR_grid-cont > .PR_col .PR_icon-bestpreis, .PR_mod-teaser-mehrwert .PR_grid-cont > .PR_col .PR_mod-ibe-detailpage .PR_mod-teaser-bestpreis-detail .PR_icon-bestpreis, .PR_mod-ibe-detailpage .PR_mod-teaser-bestpreis-detail .PR_mod-teaser-mehrwert .PR_grid-cont > .PR_col .PR_icon-quali, .PR_mod-teaser-mehrwert .PR_grid-cont > .PR_col .PR_mod-ibe-detailpage .PR_mod-teaser-bestpreis-detail .PR_icon-quali, .PR_mod-ibe-detailpage .PR_mod-teaser-bestpreis-detail .PR_mod-teaser-mehrwert .PR_grid-cont > .PR_col .PR_icon-sicherheit, .PR_mod-teaser-mehrwert .PR_grid-cont > .PR_col .PR_mod-ibe-detailpage .PR_mod-teaser-bestpreis-detail .PR_icon-sicherheit, .PR_mod-ibe-detailpage .PR_mod-teaser-bestpreis-detail .PR_icon-mehrwert, .PR_mod-ibe-detailpage .PR_mod-teaser-bestpreis-detail .PR_icon-bestpreis, .PR_mod-ibe-detailpage .PR_mod-teaser-bestpreis-detail .PR_icon-quali, .PR_mod-ibe-detailpage .PR_mod-teaser-bestpreis-detail .PR_icon-sicherheit {
      width: 100px;
      height: 98px;
      float: left;
      position: relative;
      background: url(img-rewereisen/PR_mehrwert-sprite.png) center 0px no-repeat;
      background-size: 100px auto;
      margin-right: 20px; }
    .PR_mod-ibe-detailpage .PR_mod-teaser-extras-detail .PR_icon-bestpreis, .PR_mod-ibe-detailpage .PR_mod-teaser-bestpreis-detail .PR_icon-bestpreis {
      background-position: 0 -97px; }
    .PR_mod-ibe-detailpage .PR_mod-teaser-extras-detail .PR_icon-quali, .PR_mod-ibe-detailpage .PR_mod-teaser-bestpreis-detail .PR_icon-quali {
      background-position: 0 -391px; }
    .PR_mod-ibe-detailpage .PR_mod-teaser-extras-detail .PR_icon-sicherheit, .PR_mod-ibe-detailpage .PR_mod-teaser-bestpreis-detail .PR_icon-sicherheit {
      background-position: 0 -586px; }
    .PR_mod-ibe-detailpage .PR_mod-teaser-extras-detail .PR_txt-mw-teaser, .PR_mod-ibe-detailpage .PR_mod-teaser-bestpreis-detail .PR_txt-mw-teaser {
      float: left; }
    .PR_mod-ibe-detailpage .PR_mod-teaser-extras-detail .PR_txt-mx-teaser, .PR_mod-ibe-detailpage .PR_mod-teaser-bestpreis-detail .PR_txt-mx-teaser {
      padding-top: 10px;
      line-height: 1.8;
      margin-left: 120px; }
  .PR_mod-ibe-detailpage .PR_info {
    padding: 20px; }
  .PR_mod-ibe-detailpage .PR_trip-planner .PR_panel.PR_st-stick-top {
    position: fixed;
    top: 0;
    bottom: auto; }
  .PR_mod-ibe-detailpage .PR_trip-planner .PR_panel.PR_st-stick-bottom {
    position: fixed;
    top: auto;
    bottom: 0; }
  .PR_mod-ibe-detailpage .PR_trip-planner .PR_panel.PR_st-position {
    position: absolute;
    top: auto;
    bottom: 0; }
  .PR_mod-ibe-detailpage .PR_trip-planner .PR_vinfo {
    color: #7a7a7a; }
  .PR_mod-ibe-detailpage .PR_sticky-wrapper {
    position: relative; }
  .PR_mod-ibe-detailpage .PR_meta {
    font-size: 14px;
    line-height: 26px;
    background-color: white;
    *zoom: 1; }
    .PR_mod-ibe-detailpage .PR_meta:before, .PR_mod-ibe-detailpage .PR_meta:after {
      content: "";
      display: table; }
    .PR_mod-ibe-detailpage .PR_meta:after {
      clear: both; }
    .PR_mod-ibe-detailpage .PR_meta .PR_nav,
    .PR_mod-ibe-detailpage .PR_meta .PR_share {
      float: left;
      width: 50%; }
    .PR_mod-ibe-detailpage .PR_meta .PR_nav > span {
      float: left;
      /* display: inline-block;
                vertical-align: top; */
      padding-top: 1px;
      margin-left: 0; }
    .PR_mod-ibe-detailpage .PR_meta .PR_share {
      text-align: right;
      *zoom: 1; }
      .PR_mod-ibe-detailpage .PR_meta .PR_share:before, .PR_mod-ibe-detailpage .PR_meta .PR_share:after {
        content: "";
        display: table; }
      .PR_mod-ibe-detailpage .PR_meta .PR_share:after {
        clear: both; }
      .PR_mod-ibe-detailpage .PR_meta .PR_share .PR_share-group {
        float: right; }
      .PR_mod-ibe-detailpage .PR_meta .PR_share .PR_obj-ui-btn-watchlist {
        float: left;
        margin-right: 20px; }
      .PR_mod-ibe-detailpage .PR_meta .PR_share ul {
        float: right; }
        .PR_mod-ibe-detailpage .PR_meta .PR_share ul .PR_icon {
          display: inline-block;
          width: 26px;
          height: 26px;
          text-align: left;
          text-indent: -9999em;
          background: url(img-rewereisen/PR_icons-sprite.png) no-repeat 0px -480px; }
          .PR_mod-ibe-detailpage .PR_meta .PR_share ul .PR_icon.PR_whatsapp {
            background-position: -90px -480px;
            display: none; }
          .PR_mod-ibe-detailpage .PR_meta .PR_share ul .PR_icon.PR_facebook {
            background-position: 0px -480px; }
          .PR_mod-ibe-detailpage .PR_meta .PR_share ul .PR_icon.PR_twitter {
            background-position: -30px -480px; }
          .PR_mod-ibe-detailpage .PR_meta .PR_share ul .PR_icon.PR_mail {
            background-position: -60px -480px; }
      .PR_mod-ibe-detailpage .PR_meta .PR_share span {
        margin-right: 12px;
        float: left;
        vertical-align: top;
        padding-top: 1px; }
    .PR_mod-ibe-detailpage .PR_meta ul {
      float: left;
      display: inline-block;
      list-style: none;
      margin-right: 15px;
      *zoom: 1; }
      .PR_mod-ibe-detailpage .PR_meta ul:before, .PR_mod-ibe-detailpage .PR_meta ul:after {
        content: "";
        display: table; }
      .PR_mod-ibe-detailpage .PR_meta ul:after {
        clear: both; }
    .PR_mod-ibe-detailpage .PR_meta li {
      display: inline-block;
      float: left;
      margin-left: 4px; }
      .PR_mod-ibe-detailpage .PR_meta li:first-child {
        margin-left: 0px; }
    .PR_mod-ibe-detailpage .PR_meta .PR_obj-logo-brand {
      display: none; }
  .PR_mod-ibe-detailpage .PR_detail-header .RR_detail-headwrap {
    width: 580px;
    margin-right: 20px;
    float: left; }
  .PR_mod-ibe-detailpage .PR_detail-header .PR_abpreis-right {
    display: block;
    float: left;
    width: 206px;
    margin-top: -8px; }
    .PR_mod-ibe-detailpage .PR_detail-header .PR_abpreis-right .PR_obj-ibe-price {
      display: inline-block;
      margin-right: 10px;
      background: none;
      color: #4a4a4a;
      position: relative;
      padding: 0;
      margin: 0 0 5px 0;
      min-height: auto; }
      .PR_mod-ibe-detailpage .PR_detail-header .PR_abpreis-right .PR_obj-ibe-price strong::before {
        background-color: #cd1414; }
    .PR_mod-ibe-detailpage .PR_detail-header .PR_abpreis-right .PR_obj-ab-price-ct span {
      font-size: 16px; }
    .PR_mod-ibe-detailpage .PR_detail-header .PR_abpreis-right .PR_obj-ab-price-ct p {
      font-size: 26px;
      float: left; }
    .PR_mod-ibe-detailpage .PR_detail-header .PR_abpreis-right .PR_type-info {
      cursor: pointer;
      float: left;
      width: 23px;
      height: 23px;
      margin: 1px 0 0 5px;
      overflow: hidden;
      cursor: pointer;
      background: url(img-rewereisen/PR_icons-sprite.png) 0px -780px no-repeat; }
    .PR_mod-ibe-detailpage .PR_detail-header .PR_abpreis-right .PR_abpreis-info {
      margin-top: 2px;
      font-size: 12px;
      color: #7a7a7a; }
  .PR_mod-ibe-detailpage .PR_detail-header .PR_title {
    background-color: white;
    min-height: 122px; }
    .PR_mod-ibe-detailpage .PR_detail-header .PR_title .PR_obj-txt-hl-type-2 {
      max-width: 790px; }
    .PR_mod-ibe-detailpage .PR_detail-header .PR_title .PR_stars {
      display: inline-block;
      vertical-align: top;
      margin-top: 5px; }
    .PR_mod-ibe-detailpage .PR_detail-header .PR_title .PR_stars-txt {
      display: block; }
    .PR_mod-ibe-detailpage .PR_detail-header .PR_title .PR_obj-txt-hl-type-3 {
      margin-top: 10px; }
    .PR_mod-ibe-detailpage .PR_detail-header .PR_title .PR_obj-logo-host {
      position: absolute;
      right: 20px;
      top: 20px; }
      .PR_mod-ibe-detailpage .PR_detail-header .PR_title .PR_obj-logo-host.PR_ext-big {
        top: 13px; }
  .PR_mod-ibe-detailpage .PR_obj-logo-brand {
    position: absolute;
    z-index: 10;
    right: 20px;
    top: 48px; }
  .PR_mod-ibe-detailpage .PR_gallery {
    position: relative;
    background-color: white; }
    .PR_mod-ibe-detailpage .PR_gallery .rsOverflow {
      background-color: #f1f1f1; }
  .PR_mod-ibe-detailpage .PR_hc-rating {
    *zoom: 1;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 17px; }
    .PR_mod-ibe-detailpage .PR_hc-rating:before, .PR_mod-ibe-detailpage .PR_hc-rating:after {
      content: "";
      display: table; }
    .PR_mod-ibe-detailpage .PR_hc-rating:after {
      clear: both; }
    .PR_mod-ibe-detailpage .PR_hc-rating .PR_hc-logo,
    .PR_mod-ibe-detailpage .PR_hc-rating .PR_obj-rating,
    .PR_mod-ibe-detailpage .PR_hc-rating .PR_recommend {
      float: left; }
    .PR_mod-ibe-detailpage .PR_hc-rating .PR_obj-rating,
    .PR_mod-ibe-detailpage .PR_hc-rating .PR_recommend {
      margin-left: 10px; }
    .PR_mod-ibe-detailpage .PR_hc-rating .PR_obj-ui-textlink {
      float: right; }
  .PR_mod-ibe-detailpage .PR_flag-ct {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .PR_mod-ibe-detailpage .PR_flag-ct .PR_flag {
      background-color: #fff;
      color: #4a4a4a;
      display: inline-block;
      position: relative;
      margin-top: 8px;
      padding: 5px 10px 5px 10px;
      z-index: 10; }
  .PR_mod-ibe-detailpage .PR_slider-wrapper {
    position: relative; }
  .PR_mod-ibe-detailpage .PR_slider {
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
        user-select: none; }
    .PR_mod-ibe-detailpage .PR_slider .rsImg {
      position: absolute; }
  .PR_mod-ibe-detailpage .PR_map-canvas {
    width: 100%;
    height: 100%; }
    .PR_mod-ibe-detailpage .PR_map-canvas img {
      max-width: none; }
  .PR_mod-ibe-detailpage .PR_info {
    background-color: white; }
  .PR_mod-ibe-detailpage .PR_desc-footer-btn {
    *zoom: 1; }
    .PR_mod-ibe-detailpage .PR_desc-footer-btn:before, .PR_mod-ibe-detailpage .PR_desc-footer-btn:after {
      content: "";
      display: table; }
    .PR_mod-ibe-detailpage .PR_desc-footer-btn:after {
      clear: both; }
    .PR_mod-ibe-detailpage .PR_desc-footer-btn .PR_obj-ui-btn:last-child {
      float: right; }
  .PR_mod-ibe-detailpage .PR_obj-tabs-h {
    margin-bottom: 1.33333em; }
    .PR_mod-ibe-detailpage .PR_obj-tabs-h .z-content {
      font-size: 14px;
      border-bottom: 1px solid #D6D6D6; }
      .PR_mod-ibe-detailpage .PR_obj-tabs-h .z-content h3 {
        font-family: "UnitRoundedWebBold", Arial, Helvetica, sans-serif;
        font-size: 14px;
        margin-top: 1.33333em; }
        .PR_mod-ibe-detailpage .PR_obj-tabs-h .z-content h3:first-child {
          margin-top: 0; }
        .PR_mod-ibe-detailpage .PR_obj-tabs-h .z-content h3 > span {
          font-family: "UnitRoundedWebBold", Arial, Helvetica, sans-serif; }
      .PR_mod-ibe-detailpage .PR_obj-tabs-h .z-content .PR_list {
        list-style: url(img-rewereisen/PR_list-check.png);
        margin-left: 20px; }
        .PR_mod-ibe-detailpage .PR_obj-tabs-h .z-content .PR_list li {
          margin-top: 8px; }
      .PR_mod-ibe-detailpage .PR_obj-tabs-h .z-content .PR_content-section {
        *zoom: 1; }
        .PR_mod-ibe-detailpage .PR_obj-tabs-h .z-content .PR_content-section:before, .PR_mod-ibe-detailpage .PR_obj-tabs-h .z-content .PR_content-section:after {
          content: "";
          display: table; }
        .PR_mod-ibe-detailpage .PR_obj-tabs-h .z-content .PR_content-section:after {
          clear: both; }
        .PR_mod-ibe-detailpage .PR_obj-tabs-h .z-content .PR_content-section.PR_ext-border {
          border-bottom: 1px solid #D6D6D6;
          margin-bottom: 1.33333em; }
        .PR_mod-ibe-detailpage .PR_obj-tabs-h .z-content .PR_content-section ul {
          margin-bottom: 1.33333em; }
          .PR_mod-ibe-detailpage .PR_obj-tabs-h .z-content .PR_content-section ul + a {
            display: inline-block;
            margin-bottom: 1.33333em; }
        .PR_mod-ibe-detailpage .PR_obj-tabs-h .z-content .PR_content-section p {
          margin-bottom: 0.66667em; }
      .PR_mod-ibe-detailpage .PR_obj-tabs-h .z-content .PR_pic {
        float: right;
        margin-left: 10px;
        margin-bottom: 5px; }
    .PR_mod-ibe-detailpage .PR_obj-tabs-h .PR_tab-content .z-content .z-content-inner {
      padding: 1.33333em 0 0 0; }
  .PR_mod-ibe-detailpage .PR_obj-accordion.PR_ext-detail h3 {
    margin-top: 0; }
  .PR_mod-ibe-detailpage .PR_obj-accordion .PR_content .PR_content-section {
    margin-top: 0.66667em; }
    .PR_mod-ibe-detailpage .PR_obj-accordion .PR_content .PR_content-section:first-child {
      margin-top: 0; }
  .PR_mod-ibe-detailpage .PR_obj-accordion .PR_content h2, .PR_mod-ibe-detailpage .PR_obj-accordion .PR_content h3 {
    margin-top: 1.33333em; }
    .PR_mod-ibe-detailpage .PR_obj-accordion .PR_content h2:first-child, .PR_mod-ibe-detailpage .PR_obj-accordion .PR_content h3:first-child {
      margin-top: 0; }
  .PR_mod-ibe-detailpage .PR_obj-accordion .PR_content p {
    margin-top: 0.66667em; }
    .PR_mod-ibe-detailpage .PR_obj-accordion .PR_content p:first-child {
      margin-top: 0; }
  .PR_mod-ibe-detailpage .PR_obj-accordion .PR_content h3 + p {
    margin-top: 0; }
  .PR_mod-ibe-detailpage .PR_obj-accordion .PR_content dl {
    *zoom: 1;
    margin-bottom: 1.33333em; }
    .PR_mod-ibe-detailpage .PR_obj-accordion .PR_content dl:before, .PR_mod-ibe-detailpage .PR_obj-accordion .PR_content dl:after {
      content: "";
      display: table; }
    .PR_mod-ibe-detailpage .PR_obj-accordion .PR_content dl:after {
      clear: both; }
  .PR_mod-ibe-detailpage .PR_obj-accordion .PR_content dt, .PR_mod-ibe-detailpage .PR_obj-accordion .PR_content dd {
    display: inline-block;
    margin-bottom: 0.66667em; }
  .PR_mod-ibe-detailpage .PR_obj-accordion .PR_content dt {
    width: 140px;
    float: left;
    clear: both; }
  .PR_mod-ibe-detailpage .PR_obj-accordion .PR_content dd {
    width: 376px;
    float: left;
    margin-left: 0; }
  .PR_mod-ibe-detailpage .PR_tab-info {
    padding-bottom: 11px; }
    .PR_mod-ibe-detailpage .PR_tab-info.PR_ext-no-border.z-content {
      border-bottom: 0; }
  .PR_mod-ibe-detailpage .PR_tab-rating {
    padding-bottom: 1.33333em; }
    .PR_mod-ibe-detailpage .PR_tab-rating .PR_rating {
      position: relative;
      margin-bottom: 2.66667em; }
      .PR_mod-ibe-detailpage .PR_tab-rating .PR_rating .PR_link-hc {
        display: block;
        position: absolute;
        top: 2px;
        right: 3px; }
      .PR_mod-ibe-detailpage .PR_tab-rating .PR_rating > h3 {
        height: 3.33333em; }
      .PR_mod-ibe-detailpage .PR_tab-rating .PR_rating ul {
        list-style: none; }
      .PR_mod-ibe-detailpage .PR_tab-rating .PR_rating li {
        width: 50%;
        height: 25px;
        float: left;
        box-sizing: border-box; }
        .PR_mod-ibe-detailpage .PR_tab-rating .PR_rating li.PR_even {
          padding-right: 15px; }
        .PR_mod-ibe-detailpage .PR_tab-rating .PR_rating li.PR_odd {
          padding-left: 15px; }
        .PR_mod-ibe-detailpage .PR_tab-rating .PR_rating li.PR_title {
          margin-bottom: 1.33333em; }
      .PR_mod-ibe-detailpage .PR_tab-rating .PR_rating .PR_label {
        display: block;
        float: left; }
        .PR_mod-ibe-detailpage .PR_tab-rating .PR_rating .PR_label.PR_ext-strong {
          font-family: "UnitRoundedWeb", Arial, Helvetica, sans-serif; }
      .PR_mod-ibe-detailpage .PR_tab-rating .PR_rating .PR_obj-rating {
        float: right; }
      .PR_mod-ibe-detailpage .PR_tab-rating .PR_rating .PR_value {
        float: right;
        width: 110px;
        padding-left: 5px;
        font-family: "UnitRoundedWeb", Arial, Helvetica, sans-serif; }
    .PR_mod-ibe-detailpage .PR_tab-rating .PR_note ul {
      list-style-position: outside; }
    .PR_mod-ibe-detailpage .PR_tab-rating .PR_note li {
      margin-left: 16px; }
  .PR_mod-ibe-detailpage .PR_tab-country {
    padding-bottom: 0px; }
    .PR_mod-ibe-detailpage .PR_tab-country.z-content {
      border-bottom: none; }
    .PR_mod-ibe-detailpage .PR_tab-country .PR_obj-accordion {
      margin-top: 1.33333em; }
    .PR_mod-ibe-detailpage .PR_tab-country .PR_slider {
      float: right;
      width: 334px;
      margin-left: 20px;
      margin-bottom: 20px; }
      .PR_mod-ibe-detailpage .PR_tab-country .PR_slider .rsBullets {
        bottom: -1.33333em; }
      .PR_mod-ibe-detailpage .PR_tab-country .PR_slider .rsBullet {
        width: 8px;
        height: 8px;
        margin-left: 6px; }
        .PR_mod-ibe-detailpage .PR_tab-country .PR_slider .rsBullet span {
          width: 8px;
          height: 8px;
          background-color: #D6D6D6; }
        .PR_mod-ibe-detailpage .PR_tab-country .PR_slider .rsBullet.rsNavSelected span {
          background-color: #cc071d; }
  .PR_mod-ibe-detailpage .PR_tab-climate {
    padding-bottom: 21px; }
    .PR_mod-ibe-detailpage .PR_tab-climate .PR_monthly-values {
      margin-bottom: 2.66667em; }
    .PR_mod-ibe-detailpage .PR_tab-climate .PR_values {
      *zoom: 1;
      margin-top: 1em;
      padding: 16px 0 16px 0;
      border-top: 1px solid #D6D6D6;
      border-bottom: 1px solid #D6D6D6; }
      .PR_mod-ibe-detailpage .PR_tab-climate .PR_values:before, .PR_mod-ibe-detailpage .PR_tab-climate .PR_values:after {
        content: "";
        display: table; }
      .PR_mod-ibe-detailpage .PR_tab-climate .PR_values:after {
        clear: both; }
    .PR_mod-ibe-detailpage .PR_tab-climate .PR_annual-values h3 {
      margin-bottom: 1em; }
    .PR_mod-ibe-detailpage .PR_tab-climate .PR_annual-values .PR_caption {
      *zoom: 1;
      list-style: none;
      margin-bottom: 2em; }
      .PR_mod-ibe-detailpage .PR_tab-climate .PR_annual-values .PR_caption:before, .PR_mod-ibe-detailpage .PR_tab-climate .PR_annual-values .PR_caption:after {
        content: "";
        display: table; }
      .PR_mod-ibe-detailpage .PR_tab-climate .PR_annual-values .PR_caption:after {
        clear: both; }
      .PR_mod-ibe-detailpage .PR_tab-climate .PR_annual-values .PR_caption li {
        float: left;
        margin-right: 20px; }
      .PR_mod-ibe-detailpage .PR_tab-climate .PR_annual-values .PR_caption .PR_color {
        display: inline-block;
        width: 16px;
        height: 16px;
        margin-right: 7px;
        vertical-align: bottom; }
      .PR_mod-ibe-detailpage .PR_tab-climate .PR_annual-values .PR_caption .PR_air .PR_color {
        background-color: #ffcd32; }
      .PR_mod-ibe-detailpage .PR_tab-climate .PR_annual-values .PR_caption .PR_water .PR_color {
        background-color: #3773B9; }
  .PR_mod-ibe-detailpage .PR_climate {
    float: left;
    position: relative;
    padding-left: 50px;
    padding-top: 5px;
    height: 40px;
    margin-bottom: 1px;
    margin-left: 15px; }
    .PR_mod-ibe-detailpage .PR_climate:first-child {
      margin-left: 0; }
    .PR_mod-ibe-detailpage .PR_climate .PR_icon {
      display: inline-block;
      position: absolute;
      left: 0;
      top: 0;
      width: 40px;
      height: 40px;
      background: url(img-rewereisen/PR_icons-sprite.png) no-repeat 0 0; }
    .PR_mod-ibe-detailpage .PR_climate .PR_label {
      line-height: 16px; }
      .PR_mod-ibe-detailpage .PR_climate .PR_label > .PR_value,
      .PR_mod-ibe-detailpage .PR_climate .PR_label > .PR_value * {
        font-family: "UnitRoundedWeb", Arial, Helvetica, sans-serif; }
    .PR_mod-ibe-detailpage .PR_climate.PR_ext-air .PR_icon {
      background-position: 0 -806px; }
    .PR_mod-ibe-detailpage .PR_climate.PR_ext-water .PR_icon {
      background-position: -60px -806px; }
    .PR_mod-ibe-detailpage .PR_climate.PR_ext-hours .PR_icon {
      background-position: -120px -806px; }
  .PR_mod-ibe-detailpage .PR_tab-cruise.z-content {
    border-bottom: none; }
  .PR_mod-ibe-detailpage .PR_trip-box {
    margin-top: 4px;
    /* Individual box related customizations */
    /* Box states */ }
    .PR_mod-ibe-detailpage .PR_trip-box:first-child {
      margin-top: 0; }
    .PR_mod-ibe-detailpage .PR_trip-box .PR_button {
      margin: 16px 0; }
    .PR_mod-ibe-detailpage .PR_trip-box .PR_header {
      padding: 16px 20px 12px 20px;
      font-family: "UnitRoundedWebBold", Arial, Helvetica, sans-serif;
      font-size: 16px;
      line-height: 28px;
      color: #d6d6d6;
      background-color: #fff; }
      .PR_mod-ibe-detailpage .PR_trip-box .PR_header .PR_num {
        display: inline-block;
        margin-right: 9px;
        width: 26px;
        height: 26px;
        color: #7a7a7a;
        background: url(img-rewereisen/PR_icons-sprite.png) no-repeat -30px -360px;
        text-align: center; }
    .PR_mod-ibe-detailpage .PR_trip-box .PR_content {
      *zoom: 1;
      margin-top: 1px;
      background-color: #fff;
      padding: 14px 20px 16px 20px; }
      .PR_mod-ibe-detailpage .PR_trip-box .PR_content:before, .PR_mod-ibe-detailpage .PR_trip-box .PR_content:after {
        content: "";
        display: table; }
      .PR_mod-ibe-detailpage .PR_trip-box .PR_content:after {
        clear: both; }
      .PR_mod-ibe-detailpage .PR_trip-box .PR_content .PR_obj-txt-hl-type-4 {
        margin-bottom: 0.66667em; }
      .PR_mod-ibe-detailpage .PR_trip-box .PR_content table.PR_list {
        width: 100%;
        border-collapse: separate;
        border-spacing: 2px; }
        .PR_mod-ibe-detailpage .PR_trip-box .PR_content table.PR_list tr {
          background-color: #abcf8c;
          text-align: center;
          vertical-align: middle;
          cursor: pointer; }
          .PR_mod-ibe-detailpage .PR_trip-box .PR_content table.PR_list tr td {
            padding: 10px 0;
            font-size: 14px;
            position: relative; }
            .PR_mod-ibe-detailpage .PR_trip-box .PR_content table.PR_list tr td div.PR_price-ct {
              text-align: center; }
            .PR_mod-ibe-detailpage .PR_trip-box .PR_content table.PR_list tr td .PR_obj-ibe-price {
              margin-right: 10px;
              background: none;
              position: relative;
              padding: 0;
              margin: 0 0 5px 0;
              min-height: 0;
              text-align: center; }
              .PR_mod-ibe-detailpage .PR_trip-box .PR_content table.PR_list tr td .PR_obj-ibe-price .PR_price-old {
                color: #4a4a4a;
                font-weight: normal;
                font-size: 12px;
                padding: 0 0 6px 0;
                text-align: right;
                margin: 0px; }
                .PR_mod-ibe-detailpage .PR_trip-box .PR_content table.PR_list tr td .PR_obj-ibe-price .PR_price-old > strong {
                  font-size: 12px !important; }
                  .PR_mod-ibe-detailpage .PR_trip-box .PR_content table.PR_list tr td .PR_obj-ibe-price .PR_price-old > strong:before {
                    background-color: #cc071d; }
                .PR_mod-ibe-detailpage .PR_trip-box .PR_content table.PR_list tr td .PR_obj-ibe-price .PR_price-old .PR_starhint {
                  font-size: 12px; }
          .PR_mod-ibe-detailpage .PR_trip-box .PR_content table.PR_list tr td:nth-child(3) {
            font-weight: bold; }
            .PR_mod-ibe-detailpage .PR_trip-box .PR_content table.PR_list tr td:nth-child(3) p {
              color: #4a4a4a; }
          .PR_mod-ibe-detailpage .PR_trip-box .PR_content table.PR_list tr.PR_highlight {
            background-color: #abcf8c; }
            .PR_mod-ibe-detailpage .PR_trip-box .PR_content table.PR_list tr.PR_highlight .PR_icon,
            .PR_mod-ibe-detailpage .PR_trip-box .PR_content table.PR_list tr.PR_highlight .PR_deal {
              display: inline-block;
              position: absolute;
              left: 3px;
              top: 3px;
              width: 23px;
              height: 1.33333em;
              background: url(img-rewereisen/PR_icons-sprite.png) no-repeat 0 -540px; }
          .PR_mod-ibe-detailpage .PR_trip-box .PR_content table.PR_list tr:hover {
            background-color: #75B045; }
          .PR_mod-ibe-detailpage .PR_trip-box .PR_content table.PR_list tr.PR_deal {
            background-color: #75B045; }
            .PR_mod-ibe-detailpage .PR_trip-box .PR_content table.PR_list tr.PR_deal .PR_deal {
              display: inline-block;
              position: absolute;
              left: 4px;
              top: 3px;
              width: 25px;
              height: 1.33333em;
              background: url(img-rewereisen/PR_icons-sprite.png) no-repeat -120px -949px; }
            .PR_mod-ibe-detailpage .PR_trip-box .PR_content table.PR_list tr.PR_deal:hover {
              background-color: #abcf8c; }
      .PR_mod-ibe-detailpage .PR_trip-box .PR_content .PR_group {
        border: 1px solid #d6d6d6;
        padding: 20px;
        margin-top: 10px; }
        .PR_mod-ibe-detailpage .PR_trip-box .PR_content .PR_group:first-child {
          margin-top: 0; }
        .PR_mod-ibe-detailpage .PR_trip-box .PR_content .PR_group.PR_error {
          display: none; }
          .PR_mod-ibe-detailpage .PR_trip-box .PR_content .PR_group.PR_error .PR_st-error {
            margin-top: 0;
            margin-bottom: 0; }
    .PR_mod-ibe-detailpage .PR_trip-box .PR_def-list {
      *zoom: 1; }
      .PR_mod-ibe-detailpage .PR_trip-box .PR_def-list:before, .PR_mod-ibe-detailpage .PR_trip-box .PR_def-list:after {
        content: "";
        display: table; }
      .PR_mod-ibe-detailpage .PR_trip-box .PR_def-list:after {
        clear: both; }
      .PR_mod-ibe-detailpage .PR_trip-box .PR_def-list .PR_odd {
        display: block;
        float: left;
        width: 50%; }
      .PR_mod-ibe-detailpage .PR_trip-box .PR_def-list .PR_even {
        display: block;
        float: right;
        width: 50%;
        text-align: right; }
    .PR_mod-ibe-detailpage .PR_trip-box .PR_price {
      *zoom: 1;
      min-height: 37px; }
      .PR_mod-ibe-detailpage .PR_trip-box .PR_price:before, .PR_mod-ibe-detailpage .PR_trip-box .PR_price:after {
        content: "";
        display: table; }
      .PR_mod-ibe-detailpage .PR_trip-box .PR_price:after {
        clear: both; }
      .PR_mod-ibe-detailpage .PR_trip-box .PR_price .PR_price-total {
        padding-top: 3px; }
      .PR_mod-ibe-detailpage .PR_trip-box .PR_price .PR_obj-ibe-price {
        position: relative;
        float: right;
        top: auto;
        bottom: auto;
        margin-left: 4px; }
    .PR_mod-ibe-detailpage .PR_trip-box .PR_divider {
      width: 100%;
      height: 1px;
      background: #d6d6d6;
      margin-top: 0.66667em;
      margin-bottom: 0.66667em; }
    .PR_mod-ibe-detailpage .PR_trip-box .PR_obj-time-slider {
      margin-top: 1.33333em; }
      .PR_mod-ibe-detailpage .PR_trip-box .PR_obj-time-slider:first-child {
        margin-top: 0; }
      .PR_mod-ibe-detailpage .PR_trip-box .PR_obj-time-slider .PR_available-times {
        position: absolute;
        height: 100%;
        background-color: #d6d6d6; }
    .PR_mod-ibe-detailpage .PR_trip-box .PR_icon-takeoff, .PR_mod-ibe-detailpage .PR_trip-box .PR_icon-stopover, .PR_mod-ibe-detailpage .PR_trip-box .PR_icon-landing {
      display: inline-block;
      width: 16px;
      height: 10px;
      margin-right: 6px;
      background: url(img-rewereisen/PR_icons-sprite.png) no-repeat 0px -570px; }
    .PR_mod-ibe-detailpage .PR_trip-box .PR_icon-takeoff {
      background-position: -0px -570px; }
    .PR_mod-ibe-detailpage .PR_trip-box .PR_icon-stopover {
      background-position: -30px -570px; }
    .PR_mod-ibe-detailpage .PR_trip-box .PR_icon-landing {
      background-position: -60px -570px; }
    .PR_mod-ibe-detailpage .PR_trip-box p.PR_st-error {
      margin-bottom: 1.33333em;
      padding-left: 23px; }
    .PR_mod-ibe-detailpage .PR_trip-box p.RR_obj-txt-hint-p {
      position: relative;
      padding-left: 23px;
      margin: 8px 0 0 0;
      color: #75B045;
      font-family: "UnitRoundedWebBold", Arial, Helvetica, sans-serif;
      margin-bottom: 1.33333em; }
    .PR_mod-ibe-detailpage .PR_trip-box p.RR_obj-txt-hint-p > .RR_icon {
      position: absolute;
      left: 0;
      top: 0;
      width: 22px;
      height: 22px;
      background: url(img-rewereisen/PR_icons-sprite.png) -57px -1295px no-repeat; }
    .PR_mod-ibe-detailpage .PR_trip-box .PR_error-box {
      margin-top: 6px;
      margin-bottom: 20px;
      padding: 20px;
      border: 1px solid #d6d6d6; }
      .PR_mod-ibe-detailpage .PR_trip-box .PR_error-box .PR_obj-txt-hl-type-3 {
        margin-bottom: 8px; }
      .PR_mod-ibe-detailpage .PR_trip-box .PR_error-box .PR_ext-border-top {
        border-top: 1px solid #d6d6d6;
        margin-top: 16px;
        padding-top: 16px; }
    .PR_mod-ibe-detailpage .PR_trip-box.PR_trip-person {
      margin-top: 0; }
      .PR_mod-ibe-detailpage .PR_trip-box.PR_trip-person .PR_obj-ui-btn {
        margin-top: 1.33333em;
        float: right; }
        .PR_mod-ibe-detailpage .PR_trip-box.PR_trip-person .PR_obj-ui-btn.PR_disabled {
          pointer-events: none;
          cursor: default;
          opacity: 0.5; }
      .PR_mod-ibe-detailpage .PR_trip-box.PR_trip-person .PR_obj-txt-mandatory {
        display: none;
        font-size: 12px; }
      .PR_mod-ibe-detailpage .PR_trip-box.PR_trip-person .PR_txt-notice {
        margin-top: 0.66667em;
        font-size: 12px;
        color: #7a7a7a;
        line-height: 14px; }
      .PR_mod-ibe-detailpage .PR_trip-box.PR_trip-person .PR_room-availability-notice {
        display: none;
        margin-bottom: 0; }
    .PR_mod-ibe-detailpage .PR_trip-box.PR_trip-traveldata .PR_obj-static-datepicker {
      margin-bottom: 0.66667em; }
    .PR_mod-ibe-detailpage .PR_trip-box.PR_trip-traveldata .PR_legend-price,
    .PR_mod-ibe-detailpage .PR_trip-box.PR_trip-traveldata .PR_legend-deal,
    .PR_mod-ibe-detailpage .PR_trip-box.PR_trip-traveldata .JR_highlight {
      margin-bottom: 12px; }
      .PR_mod-ibe-detailpage .PR_trip-box.PR_trip-traveldata .PR_legend-price .PR_icon,
      .PR_mod-ibe-detailpage .PR_trip-box.PR_trip-traveldata .PR_legend-deal .PR_icon,
      .PR_mod-ibe-detailpage .PR_trip-box.PR_trip-traveldata .JR_highlight .PR_icon {
        display: inline-block;
        position: relative;
        top: 3px;
        width: 23px;
        height: 1.33333em;
        background: url(img-rewereisen/PR_icons-sprite.png) no-repeat 0 -540px; }
    .PR_mod-ibe-detailpage .PR_trip-box.PR_trip-traveldata .PR_legend-price,
    .PR_mod-ibe-detailpage .PR_trip-box.PR_trip-traveldata .PR_legend-deal {
      float: left;
      margin-right: 25px; }
    .PR_mod-ibe-detailpage .PR_trip-box.PR_trip-traveldata .PR_legend-deal .PR_icon {
      width: 30px;
      height: 19px;
      background-position: -180px -1008px; }
    .PR_mod-ibe-detailpage .PR_trip-box.PR_trip-traveldata .PR_fm-grid {
      margin-bottom: 1.33333em; }
    .PR_mod-ibe-detailpage .PR_trip-box .JR_info-txt {
      position: relative;
      margin-top: 7px; }
      .PR_mod-ibe-detailpage .PR_trip-box .JR_info-txt .JR_txt-price-old {
        float: right;
        width: 100%; }
    .PR_mod-ibe-detailpage .PR_trip-box.PR_trip-flightdata .PR_obj-fm-check {
      margin-top: 1.33333em;
      margin-bottom: 0; }
    .PR_mod-ibe-detailpage .PR_trip-box.PR_trip-flightdata .PR_def-list .PR_odd {
      width: 60%; }
    .PR_mod-ibe-detailpage .PR_trip-box.PR_trip-flightdata .PR_def-list .PR_even {
      width: 40%; }
    .PR_mod-ibe-detailpage .PR_trip-box.PR_trip-flightdata .PR_flight-selection {
      display: none;
      margin-bottom: 1.33333em; }
    .PR_mod-ibe-detailpage .PR_trip-box.PR_trip-flightdata .PR_flight-table {
      margin-top: 1.33333em; }
      .PR_mod-ibe-detailpage .PR_trip-box.PR_trip-flightdata .PR_flight-table:first-child {
        margin-top: 0; }
    .PR_mod-ibe-detailpage .PR_trip-box.PR_trip-flightdata .PR_airline {
      position: relative;
      margin-bottom: 0.66667em; }
      .PR_mod-ibe-detailpage .PR_trip-box.PR_trip-flightdata .PR_airline img {
        position: absolute;
        right: 0;
        bottom: 2px; }
    .PR_mod-ibe-detailpage .PR_trip-box.PR_trip-flightdata .PR_airline,
    .PR_mod-ibe-detailpage .PR_trip-box.PR_trip-flightdata .PR_duration,
    .PR_mod-ibe-detailpage .PR_trip-box.PR_trip-flightdata .PR_duration-value {
      color: #7a7a7a; }
    .PR_mod-ibe-detailpage .PR_trip-box.PR_trip-flightdata .PR_price {
      margin-top: 1.33333em;
      position: relative; }
      .PR_mod-ibe-detailpage .PR_trip-box.PR_trip-flightdata .PR_price .PR_price-total {
        padding-top: 15px; }
    .PR_mod-ibe-detailpage .PR_trip-box.PR_trip-flightdata .PR_obj-txt-mandatory {
      margin-top: 1.33333em;
      font-size: 13px; }
    .PR_mod-ibe-detailpage .PR_trip-box.PR_trip-flightdata ul + .PR_obj-txt-mandatory {
      padding-left: 35px; }
    .PR_mod-ibe-detailpage .PR_trip-box.PR_trip-flightdata .PR_airline-ext-inline img {
      position: relative;
      right: auto;
      bottom: auto; }
    .PR_mod-ibe-detailpage .PR_trip-box.PR_trip-standard .PR_content {
      background: #fff; }
    .PR_mod-ibe-detailpage .PR_trip-box.PR_trip-standard strong, .PR_mod-ibe-detailpage .PR_trip-box.PR_trip-standard a {
      color: #4a4a4a !important;
      font-family: "UnitRoundedWebBold", Arial, Helvetica, sans-serif; }
    .PR_mod-ibe-detailpage .PR_trip-box.PR_trip-standard p {
      color: #4a4a4a;
      margin-top: 0.66667em; }
    .PR_mod-ibe-detailpage .PR_trip-box.PR_trip-room .PR_price {
      margin-top: 1.33333em; }
      .PR_mod-ibe-detailpage .PR_trip-box.PR_trip-room .PR_price:first-child {
        margin-top: 0; }
    .PR_mod-ibe-detailpage .PR_trip-box.PR_trip-price .PR_content {
      padding-left: 55px;
      padding-right: 55px; }
    .PR_mod-ibe-detailpage .PR_trip-box.PR_trip-price .PR_items {
      border-bottom: 1px solid #d6d6d6;
      padding-bottom: 0.66667em;
      margin-bottom: 0.66667em; }
      .PR_mod-ibe-detailpage .PR_trip-box.PR_trip-price .PR_items p {
        color: #7a7a7a; }
    .PR_mod-ibe-detailpage .PR_trip-box.PR_trip-price .PR_obj-ui-btn {
      margin-top: 1.33333em; }
    .PR_mod-ibe-detailpage .PR_trip-box.PR_trip-hotline .PR_content, .PR_mod-ibe-detailpage .PR_trip-box.PR_trip-help .PR_content {
      background: #cc071d; }
    .PR_mod-ibe-detailpage .PR_trip-box.PR_trip-hotline strong, .PR_mod-ibe-detailpage .PR_trip-box.PR_trip-hotline a, .PR_mod-ibe-detailpage .PR_trip-box.PR_trip-help strong, .PR_mod-ibe-detailpage .PR_trip-box.PR_trip-help a {
      color: #fff !important;
      font-family: "UnitRoundedWebBold", Arial, Helvetica, sans-serif; }
    .PR_mod-ibe-detailpage .PR_trip-box.PR_trip-hotline p, .PR_mod-ibe-detailpage .PR_trip-box.PR_trip-help p {
      color: #fff;
      margin-top: 0.66667em; }
    .PR_mod-ibe-detailpage .PR_trip-box.PR_st-active .PR_header {
      color: #4a4a4a; }
      .PR_mod-ibe-detailpage .PR_trip-box.PR_st-active .PR_header .PR_num {
        color: #D6D6D6;
        background: url(img-rewereisen/PR_icons-sprite.png) no-repeat -60px -360px; }
    .PR_mod-ibe-detailpage .PR_trip-box.PR_st-complete .PR_header {
      color: #7a7a7a; }
      .PR_mod-ibe-detailpage .PR_trip-box.PR_st-complete .PR_header .PR_num {
        text-indent: -9999em;
        background: url(img-rewereisen/PR_icons-sprite.png) no-repeat 0px -360px; }
      .PR_mod-ibe-detailpage .PR_trip-box.PR_st-complete .PR_header .PR_obj-ui-textlink {
        display: inline-block;
        float: right; }
    .PR_mod-ibe-detailpage .PR_trip-box.PR_st-complete .PR_content ul {
      list-style: none;
      padding-left: 35px;
      *zoom: 1; }
      .PR_mod-ibe-detailpage .PR_trip-box.PR_st-complete .PR_content ul:before, .PR_mod-ibe-detailpage .PR_trip-box.PR_st-complete .PR_content ul:after {
        content: "";
        display: table; }
      .PR_mod-ibe-detailpage .PR_trip-box.PR_st-complete .PR_content ul:after {
        clear: both; }
    .PR_mod-ibe-detailpage .PR_trip-box.PR_st-complete .PR_content li {
      width: 50%;
      float: left; }
      .PR_mod-ibe-detailpage .PR_trip-box.PR_st-complete .PR_content li.PR_ext-fullwidth {
        width: 100%;
        float: none; }
      .PR_mod-ibe-detailpage .PR_trip-box.PR_st-complete .PR_content li.PR_ext-space {
        margin-top: 1.33333em; }
      .PR_mod-ibe-detailpage .PR_trip-box.PR_st-complete .PR_content li + .PR_ext-space {
        clear: both; }
      .PR_mod-ibe-detailpage .PR_trip-box.PR_st-complete .PR_content li + li + .PR_ext-space {
        clear: none; }
    .PR_mod-ibe-detailpage .PR_trip-box.PR_st-complete .PR_content .PR_label {
      color: #7a7a7a; }
    .PR_mod-ibe-detailpage .PR_trip-box.PR_st-complete .PR_content .PR_value {
      color: #4a4a4a;
      font-size: 14px;
      font-family: "UnitRoundedWebBold", Arial, Helvetica, sans-serif; }
  .PR_mod-ibe-detailpage .PR_obj-deal-countdown {
    min-width: 300px;
    padding: 6px 1px 0px; }
    .PR_mod-ibe-detailpage .PR_obj-deal-countdown.PR_st-finished {
      min-width: 0; }
  .PR_mod-ibe-detailpage .PR_ext-teaser {
    padding: 18px 20px 17px 20px;
    background-color: #fff;
    margin-top: 4px; }
    .PR_mod-ibe-detailpage .PR_ext-teaser .PR_teaser-img {
      width: 100%;
      height: auto;
      margin-bottom: 10px; }
    .PR_mod-ibe-detailpage .PR_ext-teaser .PR_obj-txt-hl-type-5 {
      font-size: 14px;
      margin-bottom: 5px; }
    .PR_mod-ibe-detailpage .PR_ext-teaser p {
      margin-bottom: 5px; }
  @media screen and (min-width: 0px) and (max-width: 767px) {
    .PR_mod-ibe-detailpage .PR_trip-description {
      width: 100%;
      float: left;
      margin-right: 0; }
    .PR_mod-ibe-detailpage .PR_trip-planner {
      width: 100%;
      float: left;
      margin-right: 0; }
    .PR_mod-ibe-detailpage .PR_gallery {
      margin-bottom: 4px; }
      .PR_mod-ibe-detailpage .PR_gallery .rsContainer img {
        position: relative;
        width: 100%;
        margin: 0 auto; }
      .PR_mod-ibe-detailpage .PR_gallery .PR_map-canvas {
        padding-bottom: 67.5889%; }
    .PR_mod-ibe-detailpage .PR_flag-ct .PR_flag-wrapper:nth-child(2) {
      display: none; }
    .PR_mod-ibe-detailpage .PR_flag-ct .PR_shortage {
      display: none; }
    .PR_mod-ibe-detailpage .RR_extras-srd {
      *zoom: 1;
      width: 100%;
      margin-top: 0; }
      .PR_mod-ibe-detailpage .RR_extras-srd:before, .PR_mod-ibe-detailpage .RR_extras-srd:after {
        content: "";
        display: table; }
      .PR_mod-ibe-detailpage .RR_extras-srd:after {
        clear: both; }
    .PR_mod-ibe-detailpage .PR_mod-teaser-extras-detail, .PR_mod-ibe-detailpage .PR_mod-teaser-bestpreis-detail {
      width: 100%;
      float: none; }
    .PR_mod-ibe-detailpage .PR_sticky-wrapper .PR_obj-deal-badge .PR_obj-deal-countdown {
      margin-right: 20px;
      text-align: left;
      min-width: 0;
      padding-top: 7px;
      float: left; }
      .PR_mod-ibe-detailpage .PR_sticky-wrapper .PR_obj-deal-badge .PR_obj-deal-countdown.PR_st-finished {
        float: left !important; }
    .PR_mod-ibe-detailpage .PR_obj-logo-brand {
      display: none;
      top: 115px; }
    .PR_mod-ibe-detailpage .PR_obj-logo-host.PR_ext-big {
      width: 70px;
      height: auto; }
    .PR_mod-ibe-detailpage .PR_info {
      padding-top: 20px; }
    .PR_mod-ibe-detailpage .PR_detail-header .RR_detail-headwrap {
      width: 100%;
      float: none; }
      .PR_mod-ibe-detailpage .PR_detail-header .RR_detail-headwrap .PR_obj-txt-hl-type-2 {
        font-size: 24px;
        line-height: 26px;
        padding-top: 22px; }
      .PR_mod-ibe-detailpage .PR_detail-header .RR_detail-headwrap .PR_stars-txt {
        display: block;
        position: absolute;
        top: 20px;
        left: 20px; }
    .PR_mod-ibe-detailpage .PR_detail-header .PR_title .PR_obj-logo-host.PR_ext-big {
      top: 20px; }
    .PR_mod-ibe-detailpage .PR_detail-header .PR_abpreis-right {
      float: none;
      width: 100%;
      margin-top: 15px; }
      .PR_mod-ibe-detailpage .PR_detail-header .PR_abpreis-right .PR_abpreis-info br {
        display: none; }
    .PR_mod-ibe-detailpage .PR_detail-header .PR_meta {
      position: relative; }
      .PR_mod-ibe-detailpage .PR_detail-header .PR_meta .PR_nav,
      .PR_mod-ibe-detailpage .PR_detail-header .PR_meta .PR_share {
        float: none;
        width: 100%; }
      .PR_mod-ibe-detailpage .PR_detail-header .PR_meta .PR_nav ul {
        float: none;
        width: 100%; }
        .PR_mod-ibe-detailpage .PR_detail-header .PR_meta .PR_nav ul li {
          display: block;
          float: none;
          margin-left: 0; }
          .PR_mod-ibe-detailpage .PR_detail-header .PR_meta .PR_nav ul li .PR_obj-ui-btn.PR_ext-size-s {
            width: 100%; }
      .PR_mod-ibe-detailpage .PR_detail-header .PR_meta .PR_nav > span {
        float: none;
        margin-left: 0;
        padding-top: 15px;
        display: block; }
      .PR_mod-ibe-detailpage .PR_detail-header .PR_meta .PR_share .PR_share-group {
        float: none; }
        .PR_mod-ibe-detailpage .PR_detail-header .PR_meta .PR_share .PR_share-group .PR_obj-ui-btn-watchlist {
          padding-top: 15px; }
      .PR_mod-ibe-detailpage .PR_detail-header .PR_meta .PR_share ul {
        float: left;
        padding-top: 15px; }
      .PR_mod-ibe-detailpage .PR_detail-header .PR_meta .PR_share span {
        padding-top: 15px;
        display: block; }
        .PR_mod-ibe-detailpage .PR_detail-header .PR_meta .PR_share span:not(:first-child) {
          clear: left; }
      .PR_mod-ibe-detailpage .PR_detail-header .PR_meta ul li:first-child {
        margin-left: 0px; }
      .PR_mod-ibe-detailpage .PR_detail-header .PR_meta .PR_obj-logo-brand {
        display: block;
        position: absolute;
        top: auto;
        bottom: 20px;
        right: 20px; }
    .PR_mod-ibe-detailpage .PR_tab-rating .PR_rating > h3 {
      height: auto; }
    .PR_mod-ibe-detailpage .PR_tab-rating .PR_rating ul {
      margin-top: 15px; }
      .PR_mod-ibe-detailpage .PR_tab-rating .PR_rating ul li {
        width: 100%;
        float: none; }
        .PR_mod-ibe-detailpage .PR_tab-rating .PR_rating ul li.PR_even {
          padding-right: 0; }
        .PR_mod-ibe-detailpage .PR_tab-rating .PR_rating ul li.PR_odd {
          padding-left: 0; }
        .PR_mod-ibe-detailpage .PR_tab-rating .PR_rating ul li.PR_title {
          margin-bottom: 0.66667em; }
    .PR_mod-ibe-detailpage .PR_tab-rating .PR_rating .PR_link-hc {
      position: static; }
    .PR_mod-ibe-detailpage .PR_tab-climate .PR_climate {
      margin-left: 0;
      float: none;
      margin-bottom: 10px; }
    .PR_mod-ibe-detailpage .PR_tab-climate .PR_annual-values .PR_caption li {
      float: none;
      margin-bottom: 10px; }
    .PR_mod-ibe-detailpage .PR_tab-climate #PR_climate-chart {
      width: calc(100vw - 40px); }
    .PR_mod-ibe-detailpage .PR_tab-country .PR_slider {
      min-width: 280px;
      width: calc(100vw - 40px);
      float: none;
      margin-left: 0; }
    .PR_mod-ibe-detailpage .PR_trip-box .PR_button .PR_obj-ui-btn {
      width: 100%; }
    .PR_mod-ibe-detailpage .PR_trip-box .PR_price .PR_obj-ibe-price {
      float: none;
      width: 100%;
      margin-left: 0; }
    .PR_mod-ibe-detailpage .PR_trip-box .JR_info-txt .JR_txt-price-old {
      width: 100%; }
    .PR_mod-ibe-detailpage .PR_trip-box.PR_st-complete .PR_content ul {
      padding: 0; }
      .PR_mod-ibe-detailpage .PR_trip-box.PR_st-complete .PR_content ul li {
        float: none;
        width: 100%; }
        .PR_mod-ibe-detailpage .PR_trip-box.PR_st-complete .PR_content ul li:not(:first-child) {
          margin-top: 1.33333em; }
    .PR_mod-ibe-detailpage .PR_trip-box.PR_trip-traveldata .PR_legend-price,
    .PR_mod-ibe-detailpage .PR_trip-box.PR_trip-traveldata .PR_legend-deal {
      float: none;
      margin-right: 0; }
    .PR_mod-ibe-detailpage .PR_trip-box.PR_trip-flightdata .PR_airline img {
      position: static; }
    .PR_mod-ibe-detailpage .PR_trip-box.PR_trip-flightdata .PR_flight-info-holder .PR_flight-table .PR_def-list .PR_odd {
      float: none;
      width: 100%; }
      .PR_mod-ibe-detailpage .PR_trip-box.PR_trip-flightdata .PR_flight-info-holder .PR_flight-table .PR_def-list .PR_odd:not(:first-child) {
        padding-top: 10px; }
    .PR_mod-ibe-detailpage .PR_trip-box.PR_trip-flightdata .PR_flight-info-holder .PR_flight-table .PR_def-list .PR_even {
      float: none;
      width: 100%;
      text-align: left; }
    .PR_mod-ibe-detailpage .PR_trip-box.PR_trip-flightdata ul + .PR_obj-txt-mandatory {
      padding-left: 0; }
    .PR_mod-ibe-detailpage .PR_trip-box.PR_trip-price .PR_content {
      padding: 14px 20px 16px 20px; }
    .PR_mod-ibe-detailpage .PR_trip-box.PR_trip-person {
      margin-top: 4px; }
      .PR_mod-ibe-detailpage .PR_trip-box.PR_trip-person .PR_ibe-child-birth .PR_fm-grid > .PR_col {
        margin-bottom: 10px; }
        .PR_mod-ibe-detailpage .PR_trip-box.PR_trip-person .PR_ibe-child-birth .PR_fm-grid > .PR_col:last-child {
          margin-bottom: 0; }
    .PR_mod-ibe-detailpage .PR_trip-box .picker__month {
      min-width: 0; }
    .PR_mod-ibe-detailpage .PR_trip-description .PR_hc-rating .PR_recommend {
      margin-left: 0;
      float: left;
      width: 100%;
      padding-top: 8px; }
    .PR_mod-ibe-detailpage .PR_trip-description .PR_hc-rating .PR_hc-logo {
      float: left; }
    .PR_mod-ibe-detailpage .PR_trip-description .PR_hc-rating .PR_obj-rating {
      float: right; }
    .PR_mod-ibe-detailpage .PR_trip-description .PR_hc-rating .PR_obj-ui-textlink {
      float: left;
      padding-top: 8px; }
    .PR_mod-ibe-detailpage .PR_trip-description .PR_info .PR_desc-footer-btn .PR_obj-ui-btn {
      float: none;
      display: block; }
      .PR_mod-ibe-detailpage .PR_trip-description .PR_info .PR_desc-footer-btn .PR_obj-ui-btn:last-child {
        margin-top: 10px; }
    .PR_mod-ibe-detailpage .PR_shortage {
      top: 110px; }
    .PR_mod-ibe-detailpage .PR_ext-teaser img {
      max-width: 580px;
      margin: 0 auto; }
    .PR_mod-ibe-detailpage .PR_mod-teaser-extras-detail .PR_img-mw-teaser {
      margin-right: 20px; }
    .PR_mod-ibe-detailpage .PR_mod-teaser-extras-detail .PR_txt-mx-teaser {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      padding-top: 0;
      line-height: 1.2; }
    .PR_mod-ibe-detailpage .PR_meta .PR_share ul .PR_icon.PR_whatsapp {
      display: block; } }
  @media screen and (min-width: 768px) and (max-width: 1000px) {
    .PR_mod-ibe-detailpage .PR_trip-description {
      width: 49.73404%;
      float: left;
      margin-right: 0.53191%; }
    .PR_mod-ibe-detailpage .PR_gallery {
      position: absolute;
      top: 0;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; }
    .PR_mod-ibe-detailpage .PR_trip-planner {
      width: 49.73404%;
      float: left;
      margin-right: 0;
      float: right; }
    .PR_mod-ibe-detailpage .RR_extras-srd {
      *zoom: 1;
      width: 100%;
      margin-top: 0; }
      .PR_mod-ibe-detailpage .RR_extras-srd:before, .PR_mod-ibe-detailpage .RR_extras-srd:after {
        content: "";
        display: table; }
      .PR_mod-ibe-detailpage .RR_extras-srd:after {
        clear: both; }
    .PR_mod-ibe-detailpage .PR_mod-teaser-extras-detail, .PR_mod-ibe-detailpage .PR_mod-teaser-bestpreis-detail {
      width: 100%;
      float: none; }
    .PR_mod-ibe-detailpage .PR_detail-header .PR_abpreis-right {
      display: none; }
    .PR_mod-ibe-detailpage .PR_detail-header .PR_title .PR_obj-txt-hl-type-2 {
      max-width: 600px; }
    .PR_mod-ibe-detailpage .PR_detail-header .PR_title .PR_obj-logo-host {
      top: 8px; }
      .PR_mod-ibe-detailpage .PR_detail-header .PR_title .PR_obj-logo-host.PR_ext-big {
        top: 7px;
        width: 68px;
        height: auto; }
    .PR_mod-ibe-detailpage .PR_detail-content {
      padding-top: 658px; }
    .PR_mod-ibe-detailpage .PR_info {
      padding-top: 20px; }
    .PR_mod-ibe-detailpage .PR_desc-footer-btn .PR_obj-ui-btn {
      display: block;
      float: none;
      width: 80%;
      margin: 0 auto 10px auto; }
    .PR_mod-ibe-detailpage .PR_desc-footer-btn .PR_obj-ui-btn:last-child {
      float: none; }
    .PR_mod-ibe-detailpage .PR_tab-climate .PR_values {
      padding-left: 11px; }
    .PR_mod-ibe-detailpage .PR_climate {
      float: none;
      margin-left: 0;
      padding-left: 60px;
      margin-top: 2em; }
      .PR_mod-ibe-detailpage .PR_climate:first-child {
        margin-top: 0; }
    .PR_mod-ibe-detailpage .PR_trip-box .PR_price .PR_price-total {
      padding-top: 0px; }
    .PR_mod-ibe-detailpage .PR_trip-box.PR_trip-flightdata .PR_price .PR_price-total {
      padding-top: 9px; }
    .PR_mod-ibe-detailpage .PR_trip-box.PR_trip-flightdata .PR_flight-table .PR_airline img {
      bottom: 23px; }
    .PR_mod-ibe-detailpage .PR_trip-box.PR_trip-room .PR_obj-ibe-price {
      top: 1px; }
    .PR_mod-ibe-detailpage .PR_trip-box .JR_info-txt .JR_txt-price-old {
      width: 100%; }
    .PR_mod-ibe-detailpage .PR_trip-box .picker__month {
      min-width: 282px; }
    .PR_mod-ibe-detailpage .PR_tab-rating .PR_rating li {
      width: 100%;
      float: none; }
      .PR_mod-ibe-detailpage .PR_tab-rating .PR_rating li.PR_even {
        padding-right: 0; }
      .PR_mod-ibe-detailpage .PR_tab-rating .PR_rating li.PR_odd {
        padding-left: 0; }
      .PR_mod-ibe-detailpage .PR_tab-rating .PR_rating li.PR_title {
        margin-bottom: 0.66667em; }
    .PR_mod-ibe-detailpage .PR_obj-accordion .PR_content dt {
      width: 50%; }
    .PR_mod-ibe-detailpage .PR_obj-accordion .PR_content dd {
      width: 50%; }
    .PR_mod-ibe-detailpage .PR_obj-logo-brand {
      top: 30px; }
    .PR_mod-ibe-detailpage .PR_obj-deal-badge.PR_st-finished {
      padding-bottom: 0; }
    .PR_mod-ibe-detailpage .PR_obj-deal-countdown {
      padding-top: 7px; }
    .PR_mod-ibe-detailpage .PR_mod-teaser-extras-detail .PR_img-mw-teaser {
      margin-right: 20px; }
    .PR_mod-ibe-detailpage .PR_mod-teaser-extras-detail .PR_txt-mx-teaser {
      padding-top: 4px; }
    .PR_mod-ibe-detailpage .PR_obj-deal-countdown {
      min-width: 237px; }
    .PR_mod-ibe-detailpage .PR_meta .PR_share ul .PR_icon.PR_whatsapp {
      display: block; } }
  @media screen and (min-width: 1310px) {
    .PR_mod-ibe-detailpage .PR_trip-description {
      width: 58.19672%;
      float: left;
      margin-right: 0.32787%; }
    .PR_mod-ibe-detailpage .PR_trip-planner {
      width: 41.47541%;
      float: left;
      margin-right: 0;
      float: right; }
    .PR_mod-ibe-detailpage .RR_extras-srd {
      *zoom: 1;
      width: 100%; }
      .PR_mod-ibe-detailpage .RR_extras-srd:before, .PR_mod-ibe-detailpage .RR_extras-srd:after {
        content: "";
        display: table; }
      .PR_mod-ibe-detailpage .RR_extras-srd:after {
        clear: both; }
    .PR_mod-ibe-detailpage .PR_mod-teaser-extras-detail, .PR_mod-ibe-detailpage .PR_mod-teaser-bestpreis-detail {
      width: 50%;
      float: left; }
      .PR_mod-ibe-detailpage .PR_mod-teaser-extras-detail.PR_ext-fullwidth, .PR_mod-ibe-detailpage .PR_mod-teaser-bestpreis-detail.PR_ext-fullwidth {
        width: 100%; }
    .PR_mod-ibe-detailpage .PR_detail-header .RR_detail-headwrap {
      width: 820px;
      margin-right: 20px;
      float: left; }
    .PR_mod-ibe-detailpage .PR_detail-header .RR_detail-pricewrap {
      width: 350px;
      margin-right: 10px;
      float: left; }
    .PR_mod-ibe-detailpage .PR_detail-header .PR_abpreis-right {
      display: block;
      float: left;
      width: 230px;
      margin-top: -8px; }
      .PR_mod-ibe-detailpage .PR_detail-header .PR_abpreis-right .PR_obj-ibe-price {
        display: inline-block;
        margin-right: 10px;
        background: none;
        color: #4a4a4a;
        position: relative;
        padding: 0;
        margin: 0 0 5px 0;
        min-height: auto; }
        .PR_mod-ibe-detailpage .PR_detail-header .PR_abpreis-right .PR_obj-ibe-price strong::before {
          background-color: #cd1414; }
      .PR_mod-ibe-detailpage .PR_detail-header .PR_abpreis-right .PR_obj-ab-price-ct span {
        font-size: 16px; }
      .PR_mod-ibe-detailpage .PR_detail-header .PR_abpreis-right .PR_obj-ab-price-ct p {
        font-size: 26px;
        float: left; }
      .PR_mod-ibe-detailpage .PR_detail-header .PR_abpreis-right .PR_type-info {
        cursor: pointer;
        float: left;
        width: 23px;
        height: 23px;
        margin: 1px 0 0 5px;
        overflow: hidden;
        cursor: pointer;
        background: url(img-rewereisen/PR_icons-sprite.png) 0px -780px no-repeat; }
      .PR_mod-ibe-detailpage .PR_detail-header .PR_abpreis-right .PR_abpreis-info {
        margin-top: 2px;
        font-size: 12px;
        color: #7a7a7a; }
    .PR_mod-ibe-detailpage .PR_detail-header .PR_title .PR_obj-txt-hl-type-2 {
      max-width: 1050px; }
    .PR_mod-ibe-detailpage .PR_trip-box .picker__month {
      min-width: 414px; }
    .PR_mod-ibe-detailpage .PR_obj-accordion .PR_content dt {
      width: 184px; }
    .PR_mod-ibe-detailpage .PR_obj-accordion .PR_content dd {
      width: 486px; }
    .PR_mod-ibe-detailpage .PR_tab-climate .PR_values {
      padding-left: 11px; }
    .PR_mod-ibe-detailpage .PR_climate {
      margin-left: 40px;
      padding-left: 60px; }
    .PR_mod-ibe-detailpage .PR_obj-deal-countdown {
      padding-top: 7px; } }

/*-----|| module content page ||-----*/
.PR_mod-cp-sidebar {
  margin-bottom: 20px; }
  .PR_mod-cp-sidebar .PR_hl,
  .PR_mod-cp-sidebar .PR_section {
    position: relative;
    padding: 18px 20px 17px 20px;
    background-color: #fff;
    margin-bottom: 1px; }
  .PR_mod-cp-sidebar .PR_section {
    margin-bottom: 4px; }
    .PR_mod-cp-sidebar .PR_section .PR_obj-ln-list {
      margin-bottom: 0; }
      .PR_mod-cp-sidebar .PR_section .PR_obj-ln-list li {
        margin-bottom: 15px; }
        .PR_mod-cp-sidebar .PR_section .PR_obj-ln-list li:last-child {
          margin-bottom: 0; }
    .PR_mod-cp-sidebar .PR_section.PR_ext-teaser .PR_teaser-img {
      width: 100%;
      height: auto;
      margin-bottom: 10px; }
    .PR_mod-cp-sidebar .PR_section.PR_ext-teaser .PR_obj-txt-hl-type-5 {
      font-size: 14px;
      margin-bottom: 5px; }
    .PR_mod-cp-sidebar .PR_section.PR_ext-teaser p {
      margin-bottom: 5px; }
  .PR_mod-cp-sidebar .PR_toggle-subnav {
    position: relative;
    width: 100%;
    padding: 0;
    text-align: left;
    border: none;
    background: none; }
    .PR_mod-cp-sidebar .PR_toggle-subnav .PR_icon {
      display: block;
      position: absolute;
      top: 20px;
      right: 20px;
      width: 20px;
      height: 16px;
      margin-left: 5px;
      background: url("img/PR_icons-sprite.png") no-repeat 0 -660px;
      -webkit-animation-duration: 0.2s;
      animation-duration: 0.2s;
      -webkit-animation-name: fadeInUp;
      animation-name: fadeInUp; }
    .PR_mod-cp-sidebar .PR_toggle-subnav:hover .PR_icon {
      background-position: -30px -660px;
      -webkit-animation-duration: 0.2s;
      animation-duration: 0.2s;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both;
      -webkit-animation-name: fadeInDown;
      animation-name: fadeInDown; }
    .PR_mod-cp-sidebar .PR_toggle-subnav.PR_open .PR_icon {
      background-position: -60px -660px;
      -webkit-animation-duration: 0.2s;
      animation-duration: 0.2s;
      -webkit-animation-name: fadeInDown2;
      animation-name: fadeInDown2; }
    .PR_mod-cp-sidebar .PR_toggle-subnav.PR_open:hover > .PR_icon {
      background-position: -90px -660px;
      -webkit-animation-duration: 0.2s;
      animation-duration: 0.2s;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both;
      -webkit-animation-name: fadeInUp2;
      animation-name: fadeInUp2; }
  .PR_mod-cp-sidebar .PR_subnav-ct {
    height: 0;
    overflow: hidden; }

.PR_mod-cp-content {
  padding: 20px;
  margin-bottom: 20px;
  background-color: #fff;
  color: #4a4a4a;
  /* .PR_grid-col-6 {
        margin-bottom: 10px;
    } */
  *zoom: 1; }
  .PR_mod-cp-content p.PR_subline {
    font-family: "UnitRoundedWebBold", Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px; }
  .PR_mod-cp-content .PR_fm-ct {
    margin-bottom: 20px;
    *zoom: 1; }
    .PR_mod-cp-content .PR_fm-ct:before, .PR_mod-cp-content .PR_fm-ct:after {
      content: "";
      display: table; }
    .PR_mod-cp-content .PR_fm-ct:after {
      clear: both; }
    .PR_mod-cp-content .PR_fm-ct .PR_fm-grid {
      margin-bottom: 0; }
    .PR_mod-cp-content .PR_fm-ct .PR_obj-ui-btn {
      float: right; }
    .PR_mod-cp-content .PR_fm-ct .PR_st-error + .PR_obj-ui-btn {
      margin-top: 16px; }
  .PR_mod-cp-content:before, .PR_mod-cp-content:after {
    content: "";
    display: table; }
  .PR_mod-cp-content:after {
    clear: both; }
  .PR_mod-cp-content h1, .PR_mod-cp-content h2, .PR_mod-cp-content h3 {
    font-family: "UnitRoundedWebBold", Arial, Helvetica, sans-serif; }
  .PR_mod-cp-content h1 {
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 4px; }
  .PR_mod-cp-content h2 {
    font-size: 16px;
    margin-bottom: 16px; }
  .PR_mod-cp-content h3 {
    font-size: 14px;
    margin-bottom: 16px; }
  .PR_mod-cp-content li, .PR_mod-cp-content th, .PR_mod-cp-content td {
    font-size: 14px; }
  .PR_mod-cp-content ul, .PR_mod-cp-content table, .PR_mod-cp-content p {
    margin-bottom: 16px; }
    .PR_mod-cp-content ul:last-child, .PR_mod-cp-content table:last-child, .PR_mod-cp-content p:last-child {
      margin-bottom: 0; }
  .PR_mod-cp-content em, .PR_mod-cp-content i {
    color: #7a7a7a; }
  .PR_mod-cp-content th, .PR_mod-cp-content strong, .PR_mod-cp-content b {
    font-family: "UnitRoundedWebBold", Arial, Helvetica, sans-serif;
    font-weight: normal; }
  .PR_mod-cp-content em, .PR_mod-cp-content i, .PR_mod-cp-content strong, .PR_mod-cp-content b {
    font-weight: normal;
    font-style: normal; }
  .PR_mod-cp-content ul {
    list-style: url(img-rewereisen/PR_list-check.png);
    margin-left: 20px; }
    .PR_mod-cp-content ul > li {
      margin-top: 8px; }
  .PR_mod-cp-content li > ul {
    margin-top: 8px;
    margin-bottom: 8px;
    list-style: disc; }
    .PR_mod-cp-content li > ul > li {
      margin-top: 0; }
  .PR_mod-cp-content table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 1px; }
    @media screen and (min-width: 0px) and (max-width: 767px) {
      .PR_mod-cp-content table {
        display: block;
        overflow-x: auto; } }
  .PR_mod-cp-content th, .PR_mod-cp-content td {
    text-align: left;
    vertical-align: top;
    padding: 16px; }
  .PR_mod-cp-content tr:nth-child(even) {
    background-color: #f1f1f1; }
  .PR_oldie .PR_mod-cp-content tr {
    background-color: #f1f1f1; }
  .PR_mod-cp-content img {
    display: inline-block;
    width: 33%;
    height: auto;
    margin-bottom: 16px; }
    .PR_mod-cp-content img.PR_full-width {
      width: 100%; }
    .PR_mod-cp-content img.PR_align-left {
      position: relative;
      top: 2px;
      margin-right: 16px; }
    .PR_mod-cp-content img.PR_align-right {
      margin-top: 0;
      position: relative;
      top: 2px;
      margin-left: 16px; }
  .PR_mod-cp-content .z-tabs > .z-container > .z-content > .z-content-inner {
    padding: 16px 0 0 0; }
  .PR_mod-cp-content .PR_hr {
    display: block;
    width: 100%;
    height: 1px;
    margin: 16px 0;
    background-color: #d6d6d6; }
  .PR_mod-cp-content h1, .PR_mod-cp-content h2, .PR_mod-cp-content h3, .PR_mod-cp-content ul, .PR_mod-cp-content table, .PR_mod-cp-content img.PR_full-width, .PR_mod-cp-content .PR_hr {
    clear: both; }
  .PR_mod-cp-content .PR_text-center {
    text-align: center; }
  .PR_mod-cp-content .PR_text-left {
    text-align: left; }
  .PR_mod-cp-content .PR_text-right {
    text-align: right; }
  .PR_mod-cp-content .PR_align-right {
    float: right; }
  .PR_mod-cp-content .PR_align-left {
    float: left; }
    .PR_mod-cp-content .PR_align-left + h2 {
      clear: none; }
  .PR_mod-cp-content .PR_obj-accordion {
    margin-bottom: 16px; }
    .PR_mod-cp-content .PR_obj-accordion h3 {
      margin-bottom: 0; }
  .PR_mod-cp-content .PR_obj-tabs-h {
    margin-bottom: 16px; }
  .PR_mod-cp-content .PR_obj-iframe {
    margin-bottom: 16px; }
    .PR_mod-cp-content .PR_obj-iframe iframe {
      width: 100%;
      border: none; }

@media screen and (min-width: 0px) and (max-width: 767px) {
  .PR_mod-cp-sidebar {
    margin-bottom: 5px; }
    .PR_mod-cp-sidebar .PR_hl,
    .PR_mod-cp-sidebar .PR_section {
      margin-bottom: 0; }
    .PR_mod-cp-sidebar .PR_section.PR_ext-teaser {
      display: none; } }

/*-----|| module error page ||-----*/
.PR_mod-ct-error {
  margin-bottom: 30px; }
  .PR_mod-ct-error > .PR_ct,
  .PR_mod-ct-error > .PR_ct-hotline {
    padding: 17px 20px 17px 20px;
    background-color: #fff; }
  .PR_mod-ct-error > .PR_ct {
    margin-bottom: 1px; }
    .PR_mod-ct-error > .PR_ct .PR_obj-txt-hl-type-2 {
      margin-bottom: 10px; }
    .PR_mod-ct-error > .PR_ct p {
      font-size: 16px;
      color: #cc071d;
      font-family: "UnitRoundedWebBold", Arial, Helvetica, sans-serif; }
  .PR_mod-ct-error > .PR_ct-hotline p {
    font-size: 16px;
    color: #4a4a4a; }

/*-----|| module error page ||-----*/
.PR_mod-ct-error {
  margin-bottom: 30px; }
  .PR_mod-ct-error > .PR_ct,
  .PR_mod-ct-error > .PR_ct-hotline {
    padding: 17px 20px 17px 20px;
    background-color: #fff; }
  .PR_mod-ct-error > .PR_ct {
    margin-bottom: 1px; }
    .PR_mod-ct-error > .PR_ct .PR_obj-txt-hl-type-2 {
      margin-bottom: 10px; }
    .PR_mod-ct-error > .PR_ct p {
      font-size: 16px;
      color: #cc071d;
      font-family: "UnitRoundedWebBold", Arial, Helvetica, sans-serif; }
  .PR_mod-ct-error > .PR_ct-hotline p {
    font-size: 16px;
    color: #4a4a4a; }

/*-----|| seo module  ||-----*/
.PR_mod-linkliste {
  *zoom: 1;
  margin-bottom: 30px; }
  .PR_mod-linkliste:before, .PR_mod-linkliste:after {
    content: "";
    display: table; }
  .PR_mod-linkliste:after {
    clear: both; }
  .PR_mod-linkliste .PR_obj-ui-btn {
    width: 100%; }
  .PR_mod-linkliste .PR_obj-ibe-presenter .PR_fig-cont {
    overflow: hidden; }
    .PR_mod-linkliste .PR_obj-ibe-presenter .PR_fig-cont .PR_ibe-img {
      width: 100%; }
  .PR_mod-linkliste.PR_ext-seo-l4-2-2 {
    background-color: #fff; }
    .PR_mod-linkliste.PR_ext-seo-l4-2-2 .PR_grid-cont {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      .PR_mod-linkliste.PR_ext-seo-l4-2-2 .PR_grid-cont.PR_ext-3-6-3 > .PR_col {
        padding: 20px; }
  .PR_mod-linkliste.PR_ext-seo-l4-2 .PR_grid-cont {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .PR_mod-linkliste.PR_ext-seo-l4-2 .PR_grid-cont > .PR_col {
      width: 49.79079%;
      float: left;
      margin-right: 0.41841%; }
      .PR_mod-linkliste.PR_ext-seo-l4-2 .PR_grid-cont > .PR_col:last-child {
        margin-right: 0; }
      .PR_mod-linkliste.PR_ext-seo-l4-2 .PR_grid-cont > .PR_col:nth-child(2n) {
        margin-right: 0; }
      .PR_mod-linkliste.PR_ext-seo-l4-2 .PR_grid-cont > .PR_col:nth-child(1n+3) {
        margin-top: 20px; }
  .PR_mod-linkliste.PR_ext-seo-l4-2 .PR_content {
    padding: 20px; }
  .PR_mod-linkliste.PR_ext-seo-l4-2 .PR_mod-linkliste-item.PR_ext-list .PR_headline {
    margin-bottom: 10px !important; }
    .PR_mod-linkliste.PR_ext-seo-l4-2 .PR_mod-linkliste-item.PR_ext-list .PR_headline > a {
      padding-left: 0px !important; }
  .PR_mod-linkliste.PR_ext-seo-l4-2 .PR_mod-linkliste-item .PR_content {
    padding: 20px; }
  .PR_mod-linkliste.PR_ext-seo-l4-2 .PR_mod-linkliste-item .PR_headline {
    margin-bottom: 0 !important; }
    .PR_mod-linkliste.PR_ext-seo-l4-2 .PR_mod-linkliste-item .PR_headline > a {
      position: relative;
      padding-left: 12px; }
      .PR_mod-linkliste.PR_ext-seo-l4-2 .PR_mod-linkliste-item .PR_headline > a > .PR_icon {
        position: absolute;
        left: 0;
        top: 5px;
        width: 8px;
        height: 12px;
        background: url(img-rewereisen/PR_icons-sprite.png) 0 -240px no-repeat; }
  .PR_mod-linkliste.PR_ext-seo-l3-2 .PR_grid-cont {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .PR_mod-linkliste.PR_ext-seo-l3-2 .PR_grid-cont > .PR_col {
      width: 24.68619%;
      float: left;
      margin-right: 0.41841%; }
      .PR_mod-linkliste.PR_ext-seo-l3-2 .PR_grid-cont > .PR_col:nth-child(4n) {
        margin-right: 0; }
      .PR_mod-linkliste.PR_ext-seo-l3-2 .PR_grid-cont > .PR_col:nth-child(1n+5) {
        margin-top: 20px; }
  .PR_mod-linkliste.PR_ext-seo-l3-2 .PR_st-collapsed ~ .PR_col {
    display: none; }
  .PR_mod-linkliste.PR_ext-seo-l3-2 .PR_bottom {
    text-align: center;
    padding-top: 20px; }
    .PR_mod-linkliste.PR_ext-seo-l3-2 .PR_bottom .PR_obj-ui-btn {
      width: auto; }
  .PR_mod-linkliste.PR_ext-seo-l3-2 .PR_mod-linkliste-item {
    background-color: #FFF;
    height: 100%;
    position: relative; }
    .PR_mod-linkliste.PR_ext-seo-l3-2 .PR_mod-linkliste-item.PR_obj-ibe-presenter .PR_fig-cont.PR_st-loading {
      min-height: 166px; }
    .PR_mod-linkliste.PR_ext-seo-l3-2 .PR_mod-linkliste-item.PR_ext-list .PR_content {
      padding-bottom: 20px; }
    .PR_mod-linkliste.PR_ext-seo-l3-2 .PR_mod-linkliste-item figure img {
      max-width: 100%;
      height: auto;
      width: 100%; }
    .PR_mod-linkliste.PR_ext-seo-l3-2 .PR_mod-linkliste-item .PR_content {
      padding: 20px;
      padding-bottom: 60px; }
      .PR_mod-linkliste.PR_ext-seo-l3-2 .PR_mod-linkliste-item .PR_content .PR_headline,
      .PR_mod-linkliste.PR_ext-seo-l3-2 .PR_mod-linkliste-item .PR_content .PR_text {
        margin-bottom: 20px; }
      .PR_mod-linkliste.PR_ext-seo-l3-2 .PR_mod-linkliste-item .PR_content .PR_obj-ln-list {
        margin-bottom: 0; }
        .PR_mod-linkliste.PR_ext-seo-l3-2 .PR_mod-linkliste-item .PR_content .PR_obj-ln-list li {
          border: 0; }
          .PR_mod-linkliste.PR_ext-seo-l3-2 .PR_mod-linkliste-item .PR_content .PR_obj-ln-list li > a {
            padding: 4px 0 4px 12px; }
            .PR_mod-linkliste.PR_ext-seo-l3-2 .PR_mod-linkliste-item .PR_content .PR_obj-ln-list li > a > .PR_icon {
              left: 0;
              top: 5px;
              background-position: -30px -960px; }
      .PR_mod-linkliste.PR_ext-seo-l3-2 .PR_mod-linkliste-item .PR_content .PR_buttons {
        position: absolute;
        bottom: 0px;
        left: 0;
        right: 0;
        padding: 20px; }
        .PR_mod-linkliste.PR_ext-seo-l3-2 .PR_mod-linkliste-item .PR_content .PR_buttons .PR_obj-ui-btn.PR_obj-ui-btn-seo-price {
          font-size: 14px;
          padding: 10px 12px 10px 12px; }
        .PR_mod-linkliste.PR_ext-seo-l3-2 .PR_mod-linkliste-item .PR_content .PR_buttons .PR_obj-ui-btn.PR_obj-ui-btn-seo-more {
          width: 100%;
          font-size: 16px; }
  .PR_mod-linkliste.PR_ext-seo-l3-1 .PR_mod-linkliste-item .PR_content {
    padding: 20px;
    padding-bottom: 20px; }
    .PR_mod-linkliste.PR_ext-seo-l3-1 .PR_mod-linkliste-item .PR_content .PR_text a {
      display: inline; }
    .PR_mod-linkliste.PR_ext-seo-l3-1 .PR_mod-linkliste-item .PR_content .PR_obj-ln-list li > a {
      padding: 0 0 0 12px; }
      .PR_mod-linkliste.PR_ext-seo-l3-1 .PR_mod-linkliste-item .PR_content .PR_obj-ln-list li > a > .PR_icon {
        top: 4px;
        background-position: 0 -240px; }
  .PR_mod-linkliste .PR_content > *:last-child {
    margin-bottom: 0; }

@media screen and (min-width: 0px) and (max-width: 767px) {
  .PR_mod-linkliste.PR_ext-seo-l4-2-2 .PR_grid-cont.PR_ext-3-6-3 > .PR_col {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-right: 0;
    padding-bottom: 0; }
  .PR_mod-linkliste.PR_ext-seo-l4-2 .PR_grid-cont > .PR_col {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-right: 0;
    margin-bottom: 20px; }
    .PR_mod-linkliste.PR_ext-seo-l4-2 .PR_grid-cont > .PR_col:last-child {
      margin-right: 0;
      margin-bottom: 0px; }
    .PR_mod-linkliste.PR_ext-seo-l4-2 .PR_grid-cont > .PR_col:nth-child(2n) {
      margin-right: 0; }
    .PR_mod-linkliste.PR_ext-seo-l4-2 .PR_grid-cont > .PR_col:nth-child(1n+3) {
      margin-top: 0px; }
  .PR_mod-linkliste.PR_ext-seo-l3-2 .PR_grid-cont > .PR_col {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-right: 0;
    margin-bottom: 20px; }
    .PR_mod-linkliste.PR_ext-seo-l3-2 .PR_grid-cont > .PR_col:last-child {
      margin-bottom: 0px; }
    .PR_mod-linkliste.PR_ext-seo-l3-2 .PR_grid-cont > .PR_col:nth-child(4n) {
      margin-right: 0; }
    .PR_mod-linkliste.PR_ext-seo-l3-2 .PR_grid-cont > .PR_col:nth-child(1n+5) {
      margin-top: 0px; } }

.PR_mod-breadcrumb {
  margin-bottom: 10px;
  background-color: #fff;
  padding: 0 20px;
  height: 33px;
  line-height: 34px; }
  .PR_mod-breadcrumb .PR_obj-breadcrumb ul {
    list-style: none;
    *zoom: 1; }
    .PR_mod-breadcrumb .PR_obj-breadcrumb ul:before, .PR_mod-breadcrumb .PR_obj-breadcrumb ul:after {
      content: "";
      display: table; }
    .PR_mod-breadcrumb .PR_obj-breadcrumb ul:after {
      clear: both; }
  .PR_mod-breadcrumb .PR_obj-breadcrumb li {
    position: relative;
    float: left;
    padding-left: 25px;
    font-size: 14px; }
    .PR_mod-breadcrumb .PR_obj-breadcrumb li:before {
      content: "/";
      position: relative;
      display: inline-block;
      left: -12px;
      color: #7a7a7a; }
    .PR_mod-breadcrumb .PR_obj-breadcrumb li:first-child {
      padding-left: 0; }
      .PR_mod-breadcrumb .PR_obj-breadcrumb li:first-child:before {
        display: none; }
  .PR_mod-breadcrumb .PR_obj-breadcrumb a {
    color: #7a7a7a; }
    .PR_mod-breadcrumb .PR_obj-breadcrumb a:hover, .PR_mod-breadcrumb .PR_obj-breadcrumb a:focus, .PR_mod-breadcrumb .PR_obj-breadcrumb a:active, .PR_mod-breadcrumb .PR_obj-breadcrumb a.PR_st-active {
      color: #cc071d; }

@media screen and (min-width: 0px) and (max-width: 767px) {
  .PR_mod-breadcrumb {
    display: none;
    height: auto; }
    .PR_mod-breadcrumb .PR_obj-breadcrumb li {
      float: none; } }

.PR_mod-hinweismeldung {
  background-color: #fff;
  position: relative;
  padding: 20px;
  margin-bottom: 30px; }
  .PR_mod-hinweismeldung .PR_headline {
    margin-bottom: 20px;
    line-height: 32px; }
  .PR_mod-hinweismeldung .PR_buttons {
    margin-top: 30px; }
    .PR_mod-hinweismeldung .PR_buttons .PR_obj-ui-btn + .PR_obj-ui-btn {
      margin-left: 11px; }

@media screen and (min-width: 0px) and (max-width: 767px) {
  .PR_mod-hinweismeldung .PR_obj-ui-btn {
    width: 100%; } }

.PR_mod-seo-text-image {
  background-color: #fff;
  position: relative;
  padding: 20px;
  margin-bottom: 30px; }
  .PR_mod-seo-text-image .PR_grid-cont.PR_ext-6-6 {
    display: block; }
    .PR_mod-seo-text-image .PR_grid-cont.PR_ext-6-6 > .PR_col:first-child {
      float: right;
      margin: 0 0 20px 20px; }
    .PR_mod-seo-text-image .PR_grid-cont.PR_ext-6-6 > .PR_col:last-child {
      float: none;
      width: auto;
      margin: 0; }
  .PR_mod-seo-text-image .PR_obj-ibe-presenter .PR_fig-cont {
    position: relative;
    padding-top: 43.82208%; }
    .PR_mod-seo-text-image .PR_obj-ibe-presenter .PR_fig-cont.PR_st-loading {
      min-height: auto !important; }
    .PR_mod-seo-text-image .PR_obj-ibe-presenter .PR_fig-cont img {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: auto; }
  .PR_mod-seo-text-image .PR_collapse {
    overflow: hidden;
    position: relative;
    height: 200px;
    transition: height 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); }
    .PR_mod-seo-text-image .PR_collapse:after {
      content: '';
      display: block;
      opacity: 1;
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 2em;
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, #fff 100%);
      transition: opacity 0.4s; }
  .PR_mod-seo-text-image .PR_headline {
    margin-bottom: 20px;
    line-height: 32px; }
  .PR_mod-seo-text-image p {
    margin-bottom: 20px; }
  .PR_mod-seo-text-image .PR_ext-toggle .PR_icon {
    display: inline-block;
    margin-left: 5px;
    margin-top: -1px;
    width: 8px;
    height: 6px;
    vertical-align: middle;
    background: url(img/PR_icons-sprite.png) 0 -270px; }
  .PR_mod-seo-text-image.PR_st-toggle-active .PR_ext-toggle .PR_icon {
    background-position: 0 -300px; }

@media screen and (min-width: 0px) and (max-width: 767px) {
  .PR_mod-seo-text-image .PR_collapse {
    height: auto; }
    .PR_mod-seo-text-image .PR_collapse .PR_grid-cont > .PR_col:first-child {
      float: none;
      margin: 0;
      width: 100%; } }

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .PR_mod-seo-text-image .PR_collapse {
    height: 257px; } }

@media screen and (min-width: 1310px) {
  .PR_mod-seo-text-image .PR_grid-cont.PR_ext-6-6 > .PR_col:last-child {
    max-width: 70%; }
  .PR_mod-seo-text-image .PR_collapse {
    height: 257px; } }

.PR_mod-seo-text-image-large {
  background-color: #fff;
  position: relative;
  margin-bottom: 30px; }
  .PR_mod-seo-text-image-large .PR_obj-ibe-presenter .PR_fig-cont {
    position: relative;
    padding-top: 43.82208%; }
    .PR_mod-seo-text-image-large .PR_obj-ibe-presenter .PR_fig-cont.PR_st-loading {
      min-height: auto !important; }
    .PR_mod-seo-text-image-large .PR_obj-ibe-presenter .PR_fig-cont img {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: auto; }
  .PR_mod-seo-text-image-large .PR_text-container {
    padding: 10px 20px 20px 20px; }
  .PR_mod-seo-text-image-large .PR_headline {
    margin-bottom: 20px;
    line-height: 32px; }
  .PR_mod-seo-text-image-large p {
    margin-bottom: 0; }

.PR_mod-seo-text {
  background-color: #fff;
  position: relative;
  padding: 20px;
  margin-bottom: 30px; }
  .PR_mod-seo-text .PR_collapse {
    overflow: hidden;
    position: relative;
    height: 200px;
    transition: height 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); }
    .PR_mod-seo-text .PR_collapse:after {
      content: '';
      display: block;
      opacity: 1;
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 2em;
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, #fff 100%);
      transition: opacity 0.4s; }
  .PR_mod-seo-text .PR_headline {
    margin-bottom: 20px;
    line-height: 32px; }
  .PR_mod-seo-text p {
    margin-bottom: 20px; }
  .PR_mod-seo-text .PR_ext-toggle .PR_icon {
    display: inline-block;
    margin-left: 5px;
    margin-top: -1px;
    width: 8px;
    height: 6px;
    vertical-align: middle;
    background: url(img/PR_icons-sprite.png) 0 -270px; }
  .PR_mod-seo-text.PR_st-toggle-active .PR_ext-toggle .PR_icon {
    background-position: 0 -300px; }

@media screen and (min-width: 0px) and (max-width: 767px) {
  .PR_mod-seo-text.PR_st-toggle-active .PR_collapse:after {
    display: none; } }

.PR_mod-seo-headline {
  background-color: #fff;
  position: relative;
  padding: 20px;
  margin-bottom: 30px; }
  .PR_mod-seo-headline .PR_headline {
    line-height: 32px;
    margin-bottom: 20px; }
    .PR_mod-seo-headline .PR_headline.PR_obj-txt-hl-type-2 {
      line-height: 40px; }
    .PR_mod-seo-headline .PR_headline.PR_obj-txt-hl-type-3 {
      line-height: 22px; }
  .PR_mod-seo-headline .PR_container > *:last-child {
    margin-bottom: 0; }

.PR_mod-seo-text-button {
  background-color: #fff;
  position: relative;
  padding: 20px;
  margin-bottom: 30px; }
  .PR_mod-seo-text-button .PR_headline {
    margin-bottom: 20px;
    line-height: 32px; }
  .PR_mod-seo-text-button p {
    margin-bottom: 20px; }

/*-----|| special page module  ||-----*/
.PR_mod-special-accordion {
  margin-bottom: 30px;
  padding: 20px;
  background-color: #fff; }
  .PR_mod-special-accordion h2 {
    margin-bottom: 15px; }
  .PR_mod-special-accordion h3 {
    font-size: 14px; }
  .PR_mod-cp-content .PR_mod-special-accordion {
    padding: 20px 0; }
  .PR_mod-special-accordion .PR_content h1, .PR_mod-special-accordion .PR_content h2, .PR_mod-special-accordion .PR_content h3 {
    font-family: "UnitRoundedWebBold", Arial, Helvetica, sans-serif; }
  .PR_mod-special-accordion .PR_content h1 {
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 4px; }
  .PR_mod-special-accordion .PR_content h2 {
    font-size: 16px;
    margin-bottom: 16px; }
  .PR_mod-special-accordion .PR_content h3 {
    font-size: 14px;
    margin-bottom: 16px; }
  .PR_mod-special-accordion .PR_content li, .PR_mod-special-accordion .PR_content th, .PR_mod-special-accordion .PR_content td {
    font-size: 14px; }
  .PR_mod-special-accordion .PR_content ul, .PR_mod-special-accordion .PR_content table, .PR_mod-special-accordion .PR_content p {
    margin-bottom: 16px; }
    .PR_mod-special-accordion .PR_content ul:last-child, .PR_mod-special-accordion .PR_content table:last-child, .PR_mod-special-accordion .PR_content p:last-child {
      margin-bottom: 0; }
  .PR_mod-special-accordion .PR_content em, .PR_mod-special-accordion .PR_content i {
    color: #7a7a7a; }
  .PR_mod-special-accordion .PR_content th, .PR_mod-special-accordion .PR_content strong, .PR_mod-special-accordion .PR_content b {
    font-family: "UnitRoundedWebBold", Arial, Helvetica, sans-serif;
    font-weight: normal; }
  .PR_mod-special-accordion .PR_content em, .PR_mod-special-accordion .PR_content i, .PR_mod-special-accordion .PR_content strong, .PR_mod-special-accordion .PR_content b {
    font-weight: normal;
    font-style: normal; }
  .PR_mod-special-accordion .PR_content ul {
    list-style: url(img-rewereisen/PR_list-check.png);
    margin-left: 20px; }
    .PR_mod-special-accordion .PR_content ul > li {
      margin-top: 8px; }
    .PR_mod-special-accordion .PR_content ul.z-tabs-nav {
      list-style: none;
      margin-left: 0;
      margin-bottom: 0; }
  .PR_mod-special-accordion .PR_content li > ul {
    margin-top: 8px;
    margin-bottom: 8px;
    list-style: disc; }
    .PR_mod-special-accordion .PR_content li > ul > li {
      margin-top: 0; }

.PR_mod-special-broschuere {
  position: relative;
  margin-bottom: 30px; }
  .PR_mod-special-broschuere .PR_grid-cont .PR_col {
    margin: 0 10px;
    width: 32%; }
  .PR_mod-special-broschuere .PR_container {
    position: relative;
    padding: 20px;
    padding-bottom: 40px; }
    .PR_mod-special-broschuere .PR_container .PR_headline {
      float: left;
      margin-bottom: 13px; }
    .PR_mod-special-broschuere .PR_container .PR_obj-ui-btn {
      float: right;
      margin: -5px 0 13px 20px; }
  .PR_mod-special-broschuere .PR_obj-offer-carousel .PR_obj-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: 0;
    transition: opacity .5s; }
    .PR_mod-special-broschuere .PR_obj-offer-carousel .PR_obj-overlay > span {
      position: absolute;
      top: 50%;
      left: 50%;
      font-size: 28px;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      color: #fff; }
    .PR_mod-special-broschuere .PR_obj-offer-carousel .PR_obj-overlay.PR_ext-v1 {
      background-color: rgba(205, 20, 20, 0.6); }
    .PR_mod-special-broschuere .PR_obj-offer-carousel .PR_obj-overlay.PR_ext-v2 {
      background-color: rgba(255, 210, 0, 0.6); }
    .PR_mod-special-broschuere .PR_obj-offer-carousel .PR_obj-overlay.PR_ext-v3 {
      background-color: rgba(0, 95, 160, 0.6); }
  .PR_mod-special-broschuere .PR_obj-offer-carousel figure {
    position: relative; }
    .PR_mod-special-broschuere .PR_obj-offer-carousel figure:hover figcaption {
      opacity: 1; }
  .PR_mod-special-broschuere .PR_obj-offer-carousel img {
    width: 100%; }
  .PR_mod-special-broschuere .PR_obj-offer-carousel .PR_obj-ui-btn {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #cc071d;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    line-height: 28px;
    min-height: 37px;
    padding: 4px 47px 1px 10px;
    text-align: center; }
    .PR_mod-special-broschuere .PR_obj-offer-carousel .PR_obj-ui-btn > .PR_icon-srd {
      display: block;
      position: absolute;
      right: 0;
      top: 0;
      height: 37px;
      width: 37px;
      background-color: #ffcd32;
      z-index: 1; }
      .PR_mod-special-broschuere .PR_obj-offer-carousel .PR_obj-ui-btn > .PR_icon-srd > .PR_srd {
        display: block;
        position: relative;
        height: 100%;
        width: 100%; }
        .PR_mod-special-broschuere .PR_obj-offer-carousel .PR_obj-ui-btn > .PR_icon-srd > .PR_srd:after {
          content: '';
          position: absolute;
          left: 0;
          top: 0;
          height: 100%;
          width: 0;
          background-color: #FCBE00;
          transition: width 200ms ease 0s;
          z-index: -1; }
    .PR_mod-special-broschuere .PR_obj-offer-carousel .PR_obj-ui-btn .PR_icon {
      position: absolute;
      top: 50%;
      left: 50%;
      margin: -7px 0 0 -4px;
      height: 13px;
      width: 10px;
      background: url("img/PR_icons-sprite.png") no-repeat 0 -150px; }
    .PR_mod-special-broschuere .PR_obj-offer-carousel .PR_obj-ui-btn:hover > .PR_icon-srd > .PR_srd:after {
      width: 100%; }
  .PR_mod-special-broschuere .slick-list {
    margin: 0 -10px; }
  .PR_mod-special-broschuere .slick-prev,
  .PR_mod-special-broschuere .slick-next {
    position: absolute;
    top: 50%;
    display: block;
    width: 26px;
    height: 26px;
    padding: 0;
    background: #fff url(img/PR_icons-sprite.png) no-repeat 0 0;
    border: none;
    text-indent: -9999px;
    z-index: 1;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    opacity: 0; }
    .PR_mod-special-broschuere .slick-prev.PR_st-visible,
    .PR_mod-special-broschuere .slick-next.PR_st-visible {
      opacity: 1; }
  .PR_mod-special-broschuere .slick-prev {
    left: -56px;
    background-position: -53px -143px; }
    .PR_mod-special-broschuere .slick-prev:hover {
      background-position: -83px -143px; }
  .PR_mod-special-broschuere .slick-next {
    right: -56px;
    background-position: 9px -143px; }
    .PR_mod-special-broschuere .slick-next:hover {
      background-position: -21px -143px; }
  .PR_mod-special-broschuere .slick-dots {
    bottom: -32px; }
    .PR_mod-special-broschuere .slick-dots button {
      background-color: #fff; }
  .PR_mod-special-broschuere .PR_bgimg-srd {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden; }
    .PR_mod-special-broschuere .PR_bgimg-srd img {
      position: absolute;
      left: 50%;
      top: 50%;
      min-width: 100%;
      min-height: 100%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }

@media screen and (min-width: 0px) and (max-width: 767px) {
  .PR_mod-special-broschuere .PR_container .PR_headline {
    line-height: 26px; }
  .PR_mod-special-broschuere .PR_obj-offer-carousel .PR_obj-overlay > span {
    font-size: 22px; } }

@media screen and (min-width: 1000px) and (max-width: 1060px) {
  .PR_mod-special-broschuere .slick-prev {
    left: -32px; }
  .PR_mod-special-broschuere .slick-next {
    right: -32px; } }

.PR_mod-special-headline {
  margin-bottom: 15px; }

.PR_mod-special-offerslider {
  position: relative;
  margin-bottom: 30px; }
  .PR_mod-special-offerslider .PR_grid-cont .PR_col {
    position: relative;
    margin: 0 10px;
    width: 32%;
    background-color: #fff; }
    .PR_mod-special-offerslider .PR_grid-cont .PR_col.PR_st-finished:after {
      content: "";
      position: absolute;
      right: 0;
      top: 0;
      left: 0;
      bottom: 0;
      background-color: rgba(0, 0, 0, 0.4);
      z-index: 20; }
    .PR_mod-special-offerslider .PR_grid-cont .PR_col.PR_st-finished .PR_obj-ibe-price.PR_ext-noprice {
      font-family: "UnitRoundedWebBold", Arial, Helvetica, sans-serif;
      font-size: 14px;
      line-height: 30px;
      z-index: 30; }
  .PR_mod-special-offerslider .PR_container {
    position: relative;
    padding: 20px;
    padding-bottom: 40px; }
    .PR_mod-special-offerslider .PR_container .PR_headline {
      float: left;
      margin-bottom: 13px; }
    .PR_mod-special-offerslider .PR_container .PR_obj-ui-btn {
      float: right;
      margin: -5px 0 13px 20px; }
  .PR_mod-special-offerslider .PR_obj-offer-carousel figure {
    position: relative; }
    .PR_mod-special-offerslider .PR_obj-offer-carousel figure:hover figcaption {
      opacity: 1; }
  .PR_mod-special-offerslider .PR_obj-offer-carousel img {
    width: 100%; }
  .PR_mod-special-offerslider .PR_obj-offer-carousel a {
    text-decoration: none; }
  .PR_mod-special-offerslider .PR_text {
    position: relative;
    padding: 24px 20px 34px; }
    .PR_mod-special-offerslider .PR_text h3 {
      margin-bottom: 0px;
      color: #4a4a4a;
      font-size: 16px; }
    .PR_mod-special-offerslider .PR_text .PR_travel-type {
      color: #7a7a7a;
      margin-bottom: 10px; }
  .PR_mod-special-offerslider .PR_obj-ibe-price .PR_price-old {
    display: block;
    margin-right: 0; }
  .PR_mod-special-offerslider .slick-track {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .PR_mod-special-offerslider .slick-slide {
    height: auto; }
  .PR_mod-special-offerslider .slick-list {
    margin: 0 -10px; }
  .PR_mod-special-offerslider .slick-prev,
  .PR_mod-special-offerslider .slick-next {
    position: absolute;
    top: 50%;
    display: block;
    width: 26px;
    height: 26px;
    padding: 0;
    background: #fff url(img/PR_icons-sprite.png) no-repeat 0 0;
    border: none;
    text-indent: -9999px;
    z-index: 1;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    opacity: 0; }
    .PR_mod-special-offerslider .slick-prev.PR_st-visible,
    .PR_mod-special-offerslider .slick-next.PR_st-visible {
      opacity: 1; }
  .PR_mod-special-offerslider .slick-prev {
    left: -56px;
    background-position: -53px -143px; }
    .PR_mod-special-offerslider .slick-prev:hover {
      background-position: -83px -143px; }
  .PR_mod-special-offerslider .slick-next {
    right: -56px;
    background-position: 9px -143px; }
    .PR_mod-special-offerslider .slick-next:hover {
      background-position: -21px -143px; }
  .PR_mod-special-offerslider .slick-dots {
    bottom: -32px; }
    .PR_mod-special-offerslider .slick-dots button {
      background-color: #fff; }
  .PR_mod-special-offerslider .PR_bgimg-srd {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden; }
    .PR_mod-special-offerslider .PR_bgimg-srd img {
      position: absolute;
      left: 50%;
      top: 50%;
      min-width: 100%;
      min-height: 100%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
  .PR_mod-special-offerslider .PR_flag-ct {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .PR_mod-special-offerslider .PR_flag-wrapper:first-child .PR_flag {
    margin-top: 18px; }
  .PR_mod-special-offerslider .PR_flag {
    display: inline-block;
    position: relative;
    margin-top: 8px;
    padding: 6px 10px 4px; }
    .PR_mod-special-offerslider .PR_flag.PR_ext-cl-5 {
      background-color: #ff9406;
      z-index: 30;
      color: #fff; }

@media screen and (min-width: 0px) and (max-width: 767px) {
  .PR_mod-special-offerslider .PR_container .PR_headline {
    line-height: 26px; } }

@media screen and (min-width: 1000px) and (max-width: 1060px) {
  .PR_mod-special-offerslider .slick-prev {
    left: -32px; }
  .PR_mod-special-offerslider .slick-next {
    right: -32px; } }

.PR_mod-special-reiseprospekt {
  margin-bottom: 30px;
  height: calc(100% - 30px); }
  .PR_mod-special-reiseprospekt .PR_img {
    width: 100%; }
  .PR_mod-special-reiseprospekt .PR_text {
    padding: 20px;
    color: #fff; }
    .PR_mod-special-reiseprospekt .PR_text a {
      display: inline-block;
      color: currentColor;
      text-decoration: underline; }
      .PR_mod-special-reiseprospekt .PR_text a.PR_ext-toggle {
        display: none; }
  .PR_mod-special-reiseprospekt p {
    color: #fff; }
  .PR_mod-special-reiseprospekt.PR_ext-variant1 .PR_text {
    background-color: #cc071d; }
  .PR_mod-special-reiseprospekt.PR_ext-variant2 .PR_text {
    background-color: #f39200; }
  .PR_mod-special-reiseprospekt.PR_ext-variant3 .PR_text {
    background-color: #3773B9; }

.PR_js-load .PR_mod-special-reiseprospekt .PR_obj-ibe-presenter .PR_fig-cont.PR_st-loading {
  min-height: 174px; }

@media screen and (min-width: 0px) and (max-width: 767px) {
  .PR_mod-special-reiseprospekt .PR_text {
    padding: 10px 20px 12px; }
    .PR_mod-special-reiseprospekt .PR_text h2 {
      font-size: 1.3em; }
  .PR_mod-special-reiseprospekt .PR_collapse {
    overflow: hidden;
    position: relative;
    transition: height 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); }
  .PR_mod-special-reiseprospekt .PR_text a.PR_ext-toggle {
    display: inline-block;
    margin-top: 7px;
    text-decoration: none; }
    .PR_mod-special-reiseprospekt .PR_text a.PR_ext-toggle .PR_icon {
      display: inline-block;
      margin-left: 2px;
      margin-top: -3px;
      width: 8px;
      height: 6px;
      vertical-align: middle;
      background: url(img/PR_icons-sprite.png) -90px -270px; }
  .PR_mod-special-reiseprospekt.PR_st-toggle-active .PR_text a.PR_ext-toggle .PR_icon {
    background-position: -90px -300px; }
  .PR_js-load .PR_mod-special-reiseprospekt .PR_obj-ibe-presenter .PR_fig-cont.PR_st-loading {
    min-height: 58px; } }

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .PR_js-load .PR_mod-special-reiseprospekt .PR_obj-ibe-presenter .PR_fig-cont.PR_st-loading {
    min-height: 136px; } }

@media screen and (min-width: 1310px) {
  .PR_js-load .PR_mod-special-reiseprospekt .PR_obj-ibe-presenter .PR_fig-cont.PR_st-loading {
    min-height: 222px; } }

.PR_mod-special-text-image-large {
  position: relative;
  margin-bottom: 30px;
  background-color: #fff; }
  .PR_mod-special-text-image-large .PR_fig-cont {
    position: relative;
    padding-top: 18.196721%; }
    .PR_mod-special-text-image-large .PR_fig-cont img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: auto; }
  .PR_mod-special-text-image-large .PR_container {
    width: 100%; }
  .PR_mod-special-text-image-large .PR_text-container {
    padding: 10px 20px 20px; }
  .PR_mod-special-text-image-large .PR_headline {
    line-height: 32px;
    margin-bottom: 20px; }
  .PR_mod-special-text-image-large p {
    margin-bottom: 0; }
  .PR_mod-special-text-image-large .PR_ext-toggle {
    display: none; }

@media screen and (min-width: 0px) and (max-width: 767px) {
  .PR_mod-special-text-image-large.PR_js-collapse .PR_collapse {
    overflow: hidden;
    position: relative;
    height: 100px;
    transition: height 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); }
  .PR_mod-special-text-image-large .PR_ext-toggle {
    display: inline;
    position: relative;
    top: -10px;
    left: 15px; }
    .PR_mod-special-text-image-large .PR_ext-toggle .PR_icon {
      display: inline-block;
      margin-left: 5px;
      margin-top: -1px;
      width: 8px;
      height: 6px;
      vertical-align: middle;
      background: url(img/PR_icons-sprite.png) 0 -270px; }
  .PR_mod-special-text-image-large.PR_st-toggle-active .PR_ext-toggle .PR_icon {
    background-position: 0 -300px; } }

.PR_mod-special-text-image-ct, .PR_mod-special-text {
  margin-bottom: 30px;
  height: calc(100% - 30px); }
  .PR_mod-special-text-image-ct .PR_headline, .PR_mod-special-text .PR_headline {
    font-family: "UnitRoundedWeb", Arial, Helvetica, sans-serif; }
    .PR_mod-special-text-image-ct .PR_headline > a, .PR_mod-special-text .PR_headline > a {
      position: relative;
      padding-left: 12px;
      font-family: "UnitRoundedWeb", Arial, Helvetica, sans-serif; }
    .PR_mod-special-text-image-ct .PR_headline .PR_icon, .PR_mod-special-text .PR_headline .PR_icon {
      position: absolute;
      top: 5px;
      left: 0;
      height: 12px;
      width: 8px;
      background: url("img/PR_icons-sprite.png") no-repeat 0 -240px; }
  .PR_mod-special-text-image-ct .PR_content, .PR_mod-special-text .PR_content {
    padding: 10px 20px 20px; }
  .PR_dc-srd .PR_mod-special-text-image-ct .PR_headline,
  .PR_dc-srd .PR_mod-special-text-image-ct .PR_headline *, .PR_dc-srd .PR_mod-special-text .PR_headline,
  .PR_dc-srd .PR_mod-special-text .PR_headline * {
    font-family: "UnitRoundedWeb", Arial, Helvetica, sans-serif; }

.PR_mod-special-text {
  margin-bottom: 0;
  height: auto; }

.PR_js-load .PR_mod-special-text-image-ct .PR_obj-ibe-presenter .PR_fig-cont.PR_st-loading {
  min-height: 222px; }

@media screen and (min-width: 0px) and (max-width: 767px) {
  .PR_js-load .PR_mod-special-text-image-ct .PR_obj-ibe-presenter .PR_fig-cont.PR_st-loading {
    min-height: 84px; } }

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .PR_js-load .PR_mod-special-text-image-ct .PR_obj-ibe-presenter .PR_fig-cont.PR_st-loading {
    min-height: 137px; } }

.PR_mod-special-text-image-3col-ct {
  margin-bottom: 30px;
  height: calc(100% - 30px); }
  .PR_mod-special-text-image-3col-ct .PR_mod-special-text-image-3col {
    height: 100%;
    background-color: #fff; }
  .PR_mod-special-text-image-3col-ct .PR_content {
    padding: 20px; }
    .PR_mod-special-text-image-3col-ct .PR_content .PR_icon {
      position: absolute;
      top: 5px;
      left: 0;
      height: 12px;
      width: 8px;
      background: url("img/PR_icons-sprite.png") no-repeat 0 -240px; }
  .PR_mod-special-text-image-3col-ct .PR_headline > a {
    position: relative;
    padding-left: 12px;
    font-family: "UnitRoundedWeb", Arial, Helvetica, sans-serif; }
  .PR_mod-special-text-image-3col-ct figure img {
    width: 100%;
    height: auto; }

.PR_mod-special-text-ct {
  margin-bottom: 30px;
  height: calc(100% - 30px); }
  .PR_mod-special-text-ct .PR_content {
    padding: 20px; }
  .PR_dc-srd .PR_mod-special-text-ct .PR_headline,
  .PR_dc-srd .PR_mod-special-text-ct .PR_headline * {
    font-family: "UnitRoundedWeb", Arial, Helvetica, sans-serif; }

.PR_mod-special-video-ct {
  margin-bottom: 30px;
  height: calc(100% - 30px); }
  .PR_mod-special-video-ct.PR_ext-special-l1-1 .PR_grid-cont > .PR_col {
    width: 49.79079%;
    float: left;
    margin-right: 0.41841%; }
  .PR_mod-special-video-ct .PR_text {
    padding: 20px; }
  .PR_mod-special-video-ct .PR_headline {
    font-family: "UnitRoundedWeb", Arial, Helvetica, sans-serif; }
  .PR_mod-special-video-ct .PR_video-ct {
    position: relative;
    padding-bottom: 56.25%;
    height: 0; }
    .PR_mod-special-video-ct .PR_video-ct iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      padding: 0 20px 20px; }

@media screen and (min-width: 0px) and (max-width: 767px) {
  .PR_mod-special-video-ct.PR_ext-special-l1-1 .PR_grid-cont > .PR_col {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; } }

/*-----|| content module  ||-----*/
.PR_mod-content-image img {
  display: inline-block;
  width: 100%;
  height: auto;
  margin-bottom: 16px; }

.PR_mod-content-text-image .PR_align-right {
  float: right; }

.PR_mod-content-text-image .PR_align-left {
  float: left; }
  .PR_mod-content-text-image .PR_align-left + h2 {
    clear: none; }

.PR_mod-content-text-image img {
  display: inline-block;
  width: 33%;
  height: auto;
  margin-bottom: 16px; }
  .PR_mod-content-text-image img.PR_full-width {
    width: 100%; }
  .PR_mod-content-text-image img.PR_align-left {
    position: relative;
    top: 2px;
    margin-right: 16px; }
  .PR_mod-content-text-image img.PR_align-right {
    margin-top: 0;
    position: relative;
    top: 2px;
    margin-left: 16px; }

/*-----|| layer module  ||-----*/
.PR_mod-layer {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  box-sizing: border-box; }
  .PR_mod-layer p {
    margin-bottom: 15px; }
  .PR_mod-layer strong {
    font-family: "UnitRoundedWebBold", Arial, Helvetica, sans-serif; }
    .PR_mod-layer strong span {
      font-family: "UnitRoundedWebBold", Arial, Helvetica, sans-serif; }
  .PR_mod-layer img {
    display: inline;
    max-width: 100%;
    height: auto; }
  .PR_mod-layer a {
    color: #cc071d;
    text-decoration: none; }
    .PR_mod-layer a:hover {
      color: #ab0618; }
  .PR_mod-layer__mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7); }
  .PR_mod-layer__content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 640px;
    max-height: 100%;
    padding: 20px;
    z-index: 1;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    overflow: auto; }
    .PR_mod-layer__content > div {
      position: relative;
      width: 100%;
      padding: 40px 20px 26px;
      text-align: center;
      font-family: "UnitRoundedWeb", Arial, Helvetica, sans-serif;
      font-size: 14px;
      overflow: auto;
      background-color: white;
      box-sizing: border-box; }
  .PR_mod-layer__hl {
    margin-bottom: 12px;
    font-family: "UnitRoundedWebBold", Arial, Helvetica, sans-serif;
    font-size: 28px; }
  .PR_mod-layer .PR_mod-layer__hl-mid {
    font-size: 16px; }
  .PR_mod-layer__close {
    position: absolute;
    top: 0;
    right: 0;
    width: 38px;
    height: 38px;
    margin-bottom: 10px;
    color: #fff;
    border: none;
    background: #cc071d url("img/PR_icons-sprite.png") no-repeat -47px -617px;
    text-indent: -9999px;
    z-index: 1; }
    .PR_mod-layer__close:hover {
      background-color: #ab0618; }
  .PR_mod-layer__error {
    display: none;
    color: red; }

@media screen and (min-width: 1310px) {
  .PR_mod-layer__content {
    max-width: 800px; } }

.PR_mod-layer-contact .PR_mod-layer__content {
  max-width: 400px; }

.PR_mod-layer-contact__button {
  display: inline-block;
  min-width: 188px;
  margin-bottom: 9px;
  position: relative;
  z-index: 1;
  padding: 0;
  border: none;
  cursor: pointer;
  vertical-align: bottom;
  font-family: "UnitRoundedWebBold", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  transition: color 300ms ease-out;
  color: #cc071d;
  background-color: #ffcd32; }
  .PR_mod-layer-contact__button > .PR_srd {
    position: relative;
    padding: 11px 20px 10px 20px;
    display: block;
    width: 100%;
    height: 100%;
    font-family: "UnitRoundedWebBold", Arial, Helvetica, sans-serif;
    box-sizing: border-box; }
    .PR_mod-layer-contact__button > .PR_srd:after {
      content: "";
      position: absolute;
      height: 100%;
      width: 0;
      left: 0;
      top: 0;
      background-color: #FCBE00;
      z-index: -1;
      transition: width 300ms ease; }
  .PR_mod-layer-contact__button:hover, .PR_mod-layer-contact__button:focus, .PR_mod-layer-contact__button:active {
    color: #ab0618; }
    .PR_mod-layer-contact__button:hover > .PR_srd:after, .PR_mod-layer-contact__button:focus > .PR_srd:after, .PR_mod-layer-contact__button:active > .PR_srd:after {
      width: 100%; }
  .PR_mod-layer-contact__button--phone {
    display: inline-block;
    cursor: default;
    margin-bottom: 18px; }
    .PR_mod-layer-contact__button--phone:hover, .PR_mod-layer-contact__button--phone:focus, .PR_mod-layer-contact__button--phone:active {
      color: #cc071d; }

.PR_mod-layer-contact__info {
  margin-top: 15px;
  font-size: 12px;
  color: #7a7a7a; }

@media screen and (min-width: 0px) and (max-width: 767px) {
  .PR_mod-layer-contact__button--phone {
    display: inline-block;
    min-width: 188px;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
    padding: 0;
    border: none;
    cursor: pointer;
    vertical-align: bottom;
    font-family: "UnitRoundedWebBold", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    transition: color 300ms ease-out;
    color: #cc071d;
    background-color: #ffcd32; }
    .PR_mod-layer-contact__button--phone > .PR_srd {
      position: relative;
      padding: 11px 20px 10px 20px;
      display: block;
      width: 100%;
      height: 100%;
      font-family: "UnitRoundedWebBold", Arial, Helvetica, sans-serif;
      box-sizing: border-box; }
      .PR_mod-layer-contact__button--phone > .PR_srd:after {
        content: "";
        position: absolute;
        height: 100%;
        width: 0;
        left: 0;
        top: 0;
        background-color: #FCBE00;
        z-index: -1;
        transition: width 300ms ease; }
    .PR_mod-layer-contact__button--phone:hover, .PR_mod-layer-contact__button--phone:focus, .PR_mod-layer-contact__button--phone:active {
      color: #ab0618; }
      .PR_mod-layer-contact__button--phone:hover > .PR_srd:after, .PR_mod-layer-contact__button--phone:focus > .PR_srd:after, .PR_mod-layer-contact__button--phone:active > .PR_srd:after {
        width: 100%; } }

.PR_mod-layer-pricechange .PR_mod-layer__content {
  max-width: 626px; }
  .PR_mod-layer-pricechange .PR_mod-layer__content > div {
    padding: 25px 25px 15px; }

.PR_mod-layer-pricechange .PR_ext-6-6 .PR_col:first-child {
  text-align: left; }

.PR_mod-layer-pricechange .PR_ext-6-6 .PR_col:last-child {
  text-align: right; }

.PR_mod-layer-pricechange .PR_mod-layer__hl {
  margin-bottom: 28px;
  font-size: 28px; }

.PR_mod-layer-pricechange p {
  font-size: 13px;
  line-height: 1.3; }

.PR_mod-layer-pricechange .PR_mod-layer__hl-small {
  display: block; }

.PR_mod-layer-pricechange .PR_hr {
  height: 1px;
  margin: 26px -20px 29px;
  background-color: #f4f4f4; }

.PR_mod-layer-pricechange__new-price {
  margin-bottom: 18px; }
  .PR_mod-layer-pricechange__new-price p {
    margin-top: -7px;
    color: #cc071d; }
  .PR_mod-layer-pricechange__new-price .PR_euro {
    font-size: 28px; }
  .PR_mod-layer-pricechange__new-price strong {
    font-size: 39px; }

.PR_mod-layer-pricechange__info {
  font-size: 11px;
  color: #7a7a7a; }
  .PR_mod-layer-pricechange__info p {
    font-size: 11px;
    color: #7a7a7a; }

.PR_mod-layer-pricechange__service {
  max-width: 70%;
  margin: -5px auto 0;
  font-size: 11px;
  line-height: 1.2;
  color: #7a7a7a; }
  .PR_mod-layer-pricechange__service p {
    font-size: 11px;
    line-height: 1.2;
    color: #7a7a7a; }
    .PR_mod-layer-pricechange__service p:first-child {
      margin-bottom: 25px; }

.PR_mod-layer-pricechange .PR_btn-ct {
  margin-top: 31px;
  margin-bottom: 30px; }
  .PR_mod-layer-pricechange .PR_btn-ct .PR_obj-ui-btn {
    margin: 0 20px; }

@media screen and (min-width: 0px) and (max-width: 767px) {
  .PR_mod-layer-pricechange .PR_mod-layer__content {
    padding-left: 0;
    padding-right: 0; }
    .PR_mod-layer-pricechange .PR_mod-layer__content > div {
      padding: 41px 25px 18px; }
  .PR_mod-layer-pricechange .PR_ext-6-6 .PR_col {
    width: 100%;
    float: none; }
    .PR_mod-layer-pricechange .PR_ext-6-6 .PR_col:first-child {
      width: 100%;
      float: none;
      text-align: center; }
    .PR_mod-layer-pricechange .PR_ext-6-6 .PR_col:last-child {
      text-align: center; }
  .PR_mod-layer-pricechange .PR_mod-layer__hl {
    margin-bottom: 7px; }
  .PR_mod-layer-pricechange p {
    margin-bottom: 8px;
    font-size: 12px;
    line-height: 1.2; }
  .PR_mod-layer-pricechange .PR_hr {
    margin: 18px -20px 16px; }
  .PR_mod-layer-pricechange__new-price {
    margin-bottom: 11px; }
    .PR_mod-layer-pricechange__new-price p {
      margin-top: -1px; }
    .PR_mod-layer-pricechange__new-price .PR_euro {
      font-size: 22px; }
    .PR_mod-layer-pricechange__new-price strong {
      font-size: 33px; }
  .PR_mod-layer-pricechange__info {
    font-size: 12px; }
    .PR_mod-layer-pricechange__info p {
      font-size: 12px; }
  .PR_mod-layer-pricechange__service {
    max-width: 100%;
    margin: 0 auto 0;
    font-size: 12px; }
    .PR_mod-layer-pricechange__service p {
      font-size: 12px; }
      .PR_mod-layer-pricechange__service p:first-child {
        margin-bottom: 11px; }
  .PR_mod-layer-pricechange .PR_btn-ct {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 26px; }
    .PR_mod-layer-pricechange .PR_btn-ct .PR_obj-ui-btn {
      margin: 0 auto; }
      .PR_mod-layer-pricechange .PR_btn-ct .PR_obj-ui-btn:last-child {
        margin-bottom: 13px; }
    .PR_mod-layer-pricechange .PR_btn-ct + .PR_hr {
      display: none; } }

.PR_mod-layer-nps {
  /* -------------------------------------------------------------------------------------------
    * VIEWPORT: Smartphone
    * ------------------------------------------------------------------------------------------- */ }
  .PR_mod-layer-nps .PR_mod-layer__content {
    max-width: 605px;
    padding: 0; }
    .PR_mod-layer-nps .PR_mod-layer__content > div {
      padding: 44px 60px 42px; }
    .PR_mod-layer-nps .PR_mod-layer__content p {
      text-align: left;
      font-size: 13px; }
    .PR_mod-layer-nps .PR_mod-layer__content .PR_mod-layer__hl {
      margin-bottom: 46px; }
      .PR_mod-layer-nps .PR_mod-layer__content .PR_mod-layer__hl + p {
        margin-bottom: 7px; }
    .PR_mod-layer-nps .PR_mod-layer__content .PR_mod-layer__score {
      position: relative;
      margin-top: 33px;
      margin-bottom: 50px;
      padding-bottom: 28px; }
    .PR_mod-layer-nps .PR_mod-layer__content .PR_mod-layer__scorelabel {
      position: absolute;
      left: 0;
      bottom: 0;
      font-size: 13px; }
      .PR_mod-layer-nps .PR_mod-layer__content .PR_mod-layer__scorelabel.PR_ext-right {
        left: auto;
        right: 0; }
    .PR_mod-layer-nps .PR_mod-layer__content [type="radio"]:checked,
    .PR_mod-layer-nps .PR_mod-layer__content [type="radio"]:not(:checked) {
      position: absolute;
      left: -9999px; }
    .PR_mod-layer-nps .PR_mod-layer__content [type="radio"]:checked + label,
    .PR_mod-layer-nps .PR_mod-layer__content [type="radio"]:not(:checked) + label {
      display: inline-block;
      float: left;
      width: 37px;
      height: 37px;
      position: relative;
      margin-right: 7px;
      cursor: pointer;
      color: #7a7a7a;
      background-color: #f7f6f6;
      border-radius: 3px;
      font-size: 14px;
      font-weight: bold;
      line-height: 2.8;
      text-align: center; }
    .PR_mod-layer-nps .PR_mod-layer__content [type="radio"]:not(:checked) + label:hover,
    .PR_mod-layer-nps .PR_mod-layer__content [type="radio"]:checked + label {
      color: white;
      background-color: #cc071d; }
    .PR_mod-layer-nps .PR_mod-layer__content textarea {
      display: block;
      width: 100%;
      min-height: 95px;
      margin-top: 32px;
      margin-bottom: 50px;
      padding: 18px 20px;
      background-color: #f7f6f6;
      border-radius: 3px;
      border: none;
      font-size: 13px; }
    .PR_mod-layer-nps .PR_mod-layer__content .PR_mod-layer-nps__confirmation p {
      font-size: 16px;
      text-align: center; }
    .PR_mod-layer-nps .PR_mod-layer__content .PR_obj-ui-btn.PR_ext-color-3 {
      color: white; }
  .PR_mod-layer-nps .PR_mod-layer__error {
    display: block;
    margin-top: -35px;
    margin-bottom: 40px;
    text-align: left; }
  .PR_mod-layer-nps .PR_highlight {
    color: #cc071d; }
  .PR_mod-layer-nps .PR_mod-layer__close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 38px;
    height: 38px;
    background: none;
    border: none; }
    .PR_mod-layer-nps .PR_mod-layer__close .PR_icon {
      display: block;
      position: absolute;
      top: 10px;
      right: 10px;
      width: 15px;
      height: 15px;
      background: url("img/PR_icons-sprite.png") no-repeat 0 -628px; }
  .PR_mod-layer-nps .PR_sun {
    margin: 68px 0 94px; }
  .PR_mod-layer-nps .PR_js-close {
    margin-top: 88px; }
  .PR_mod-layer-nps button[type="submit"] {
    min-width: 136px; }
    .PR_mod-layer-nps button[type="submit"][disabled] .PR_srd:after {
      width: 100%; }
  @media screen and (min-width: 0px) and (max-width: 767px) {
    .PR_mod-layer-nps .PR_mod-layer__content {
      max-height: 90%;
      max-width: 92%; }
      .PR_mod-layer-nps .PR_mod-layer__content > div {
        padding: 46px 15px 0; }
      .PR_mod-layer-nps .PR_mod-layer__content .PR_mod-layer__hl {
        margin-bottom: 22px; }
      .PR_mod-layer-nps .PR_mod-layer__content [type="radio"]:checked + label,
      .PR_mod-layer-nps .PR_mod-layer__content [type="radio"]:not(:checked) + label {
        width: 7.8%;
        height: 48px;
        margin-right: 3px;
        line-height: 3.5; }
      .PR_mod-layer-nps .PR_mod-layer__content button[type="submit"],
      .PR_mod-layer-nps .PR_mod-layer__content .PR_js-close {
        width: calc(100% + 30px);
        margin-left: -15px;
        font-size: 18px; }
        .PR_mod-layer-nps .PR_mod-layer__content button[type="submit"] .PR_srd,
        .PR_mod-layer-nps .PR_mod-layer__content .PR_js-close .PR_srd {
          padding: 18px 20px 16px 20px; }
      .PR_mod-layer-nps .PR_mod-layer__content .PR_mod-layer__score {
        margin-top: 15px;
        margin-bottom: 35px;
        padding-bottom: 50px; }
      .PR_mod-layer-nps .PR_mod-layer__content .PR_mod-layer__scorelabel {
        left: 0;
        bottom: 21px; }
        .PR_mod-layer-nps .PR_mod-layer__content .PR_mod-layer__scorelabel.PR_ext-right {
          left: 0;
          right: auto;
          bottom: 0; }
      .PR_mod-layer-nps .PR_mod-layer__content textarea {
        min-height: 100px;
        margin-top: 15px;
        margin-bottom: 30px;
        font-size: 16px !important; }
      .PR_mod-layer-nps .PR_mod-layer__content .PR_mod-layer-nps__confirmation .PR_ct {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; }
      .PR_mod-layer-nps .PR_mod-layer__content .PR_mod-layer-nps__confirmation .PR_mod-layer__hl {
        -webkit-order: 0;
            -ms-flex-order: 0;
                order: 0; }
      .PR_mod-layer-nps .PR_mod-layer__content .PR_mod-layer-nps__confirmation .PR_sun {
        width: 100%;
        max-width: 111px;
        margin: 2px auto 35px;
        -webkit-order: 1;
            -ms-flex-order: 1;
                order: 1; }
      .PR_mod-layer-nps .PR_mod-layer__content .PR_mod-layer-nps__confirmation p {
        -webkit-order: 2;
            -ms-flex-order: 2;
                order: 2;
        line-height: 1.2; }
      .PR_mod-layer-nps .PR_mod-layer__content .PR_mod-layer__error {
        margin-top: -22px;
        margin-bottom: 30px; }
    .PR_mod-layer-nps .PR_js-close {
      margin-top: 75px; } }

/*-----|| @import: plugins ||--------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----|| responsive tabs ||-----*/
/**************************************************************************
*   @name           Zozo UI Tabs
*   @descripton     Create awesome tabbed content area
*   @version        6.0
*   @requires       jQuery v1.7 or later
*   @copyright      Copyright (c) 2013 Zozo UI
*   @author         Zozo UI
*   @URL:           http://www.zozoui.com
*
*    1. Core (structure)
*    2. Sizes 
*    3. AJAX Support   
*    4. Video 
*    5. Icons
*    6. Helper classes
*    
*   Most of the time you shouldn't delete/edit section 1 (Core).
*   You can delete/edit sizes, video, icons support and Helper classes if you need.
* 
**************************************************************************/
/*#region ==========================================================================
    Global Reset
========================================================================== */
/* common reset*/
.z-tabs,
.z-tabs > ul,
.z-tabs > ul > li,
.z-tabs > ul > li > a {
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  display: block;
  outline: 0 none;
  text-decoration: none;
  list-style: none;
  list-style-type: none; }

/*clear floats after each content*/
.z-tabs > .z-container > .z-content::after,
.z-tabs > .z-container > .z-content > .z-content-inner::after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

/*clear floats after each content For IE 6/7 */
.z-tabs > .z-container > .z-content,
.z-tabs > .z-container > .z-content > .z-content-inner {
  zoom: 1; }

/*#endregion*/
/*#region ==========================================================================
    Core (structure)
========================================================================== */
.z-tabs {
  clear: both; }

.z-tabs > ul {
  *zoom: 1;
  border-bottom: 1px solid; }
  .z-tabs > ul:before, .z-tabs > ul:after {
    content: "";
    display: table; }
  .z-tabs > ul:after {
    clear: both; }

.z-tabs > ul > li > a {
  cursor: pointer; }

.z-tabs > ul > li.z-active > a {
  cursor: default;
  background: #fff; }

.z-tabs > .z-container {
  padding: 0;
  margin: 0;
  border: none;
  background: #fff;
  position: relative; }

.z-tabs > .z-container > .z-content {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 7;
  display: none; }

.z-tabs > .z-container > .z-content.z-active {
  z-index: 8; }

.z-tabs > .z-container > .z-content > .z-content-inner {
  padding: 20px 0;
  height: auto; }

/*#endregion*/
/*#region ==========================================================================
    Helper classes
========================================================================== */
/*align tabs titles center*/
.z-tabs.center > ul > li > a,
.z-tabs.center.mobile > ul > li > a {
  text-align: center !important; }

/*align tabs titles right*/
.z-tabs.right > ul > li > a,
.z-tabs.right.mobile > ul > li > a {
  text-align: right !important; }

/*align tabs titles left*/
.z-tabs.left > ul > li > a,
.z-tabs.left.mobile > ul > li > a {
  text-align: left !important; }

/*z-nopadding on content*/
.z-tabs.vertical > .z-container > .z-content.z-nopadding > .z-content-inner,
.z-tabs.horizontal > .z-container > .z-content.z-nopadding > .z-content-inner,
.z-tabs > .z-container > .z-content.z-nopadding > .z-content-inner {
  padding: 0; }

/*Clear the float on any element*/
.clearfix {
  *zoom: 1; }

.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0; }

.clearfix:after {
  clear: both; }

/*#endregion*/
/**************************************************************************
*    Zozo Tabs: Clean
*
*    1 Clean Structure
*    2. Vertical Positioning 
*    3. Vertical Rounded Cornors
*    4. Vertical Shadows
*    5. Vertical Mobile
*    
*   Most of the time you shouldn't delete/edit section 1 (structure).
*   You can delete/edit rounded, shadows and mobile section if you need.
* 
**************************************************************************/
/*#region ==========================================================================
    Clean structure
========================================================================== */
.z-tabs.clean.horizontal > ul > li.z-active {
  top: 0;
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 0;
  padding-bottom: 0; }

.z-tabs.clean.white.z-bordered > ul > li.z-active > a {
  color: inherit; }

.z-tabs.clean > .z-container {
  border-width: 0;
  background: none; }

.z-tabs.clean.horizontal > .z-container > .z-content > .z-content-inner {
  padding: 0; }

/*#endregion*/
/*#region ==========================================================================
    Responsive
========================================================================== */
.z-tabs.horizontal.clean.responsive.top > ul > li > a {
  border-bottom-width: 0; }

.z-tabs.clean.responsive.horizontal.bottom > ul > li.z-first-row > a,
.z-tabs.clean.responsive.horizontal.top > ul > li.z-last-row > a,
.z-tabs.clean.responsive.horizontal.bottom > ul > li.z-last-row > a {
  border-bottom-width: 1px; }

/*#endregion*/
/**************************************************************************
*    Zozo Tabs: Horizontal
*
*    1. Horizontal Structure
*    2. Horizontal Positioning 
*    3. Horizontal Rounded Cornors
     4. Horizontal Shadows
*    
*   Most of the time you shouldn't delete/edit section 1 (structure).
*   - You can delete/edit part of positioning
*   - You can delete/edit rounded and shadows section if you need.
* 
**************************************************************************/
/*#region ==========================================================================
      Horizontal Structure
========================================================================== */
.z-tabs.horizontal > ul {
  top: -4px; }

.z-tabs.horizontal > ul > li {
  float: left;
  margin-top: 4px;
  margin-right: 4px;
  border: 1px solid;
  border-bottom: none; }
  .z-tabs.horizontal > ul > li.z-last {
    margin-right: 0; }

.z-tabs.horizontal > ul > li.z-active {
  background: none;
  z-index: 1; }

.z-tabs.horizontal > ul > li > a {
  padding: 9px 19px 1px 19px;
  min-height: 35px;
  font-weight: inherit;
  margin-right: 0; }

/*top*/
.z-tabs.horizontal.top > ul > li.z-active {
  margin-top: 3px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  bottom: -1px; }
  .z-tabs.horizontal.top > ul > li.z-active > a {
    min-height: 36px; }

.z-tabs.horizontal.top > ul > li > a {
  top: 0; }

.z-tabs.horizontal > ul > li.z-last > a,
.z-tabs.horizontal > ul > li.z-last-col > a {
  margin-right: 0 !important; }

.z-tabs.horizontal > .z-container {
  clear: both;
  zoom: 1; }

/*#endregion*/
/*#region ==========================================================================
      Horizontal Positioning 
========================================================================== */
/*top-left is the defalt structure above in region*/
.z-tabs.horizontal.responsive > ul > li > a,
.z-tabs.horizontal.top-compact > ul > li > a,
.z-tabs.horizontal.bottom-compact > ul > li > a,
.z-tabs.horizontal.top-center > ul > li > a,
.z-tabs.horizontal.bottom-center > ul > li > a {
  text-align: center; }

/*#endregion*/
/*#region ==========================================================================
    Zozo Tabs Responsive
========================================================================== */
/*responsive normal style */
.z-tabs > ul.z-tabs-mobile {
  display: none; }

/*horizontal */
.z-tabs.responsive.horizontal.responsive > ul {
  display: block;
  width: 100%;
  border-bottom: 0; }

.z-tabs.responsive.horizontal > ul > li {
  width: 100%;
  margin-right: 0 !important;
  border: none; }

.z-tabs.responsive.horizontal > ul > li > a {
  margin-left: 4px; }

.z-tabs.responsive.horizontal > ul > li.z-first-col > a {
  margin-left: 0; }

.z-tabs.responsive.horizontal > ul > li.z-last-col > a {
  margin-right: 0 !important; }

/*horizontal top*/
.z-tabs.responsive.horizontal.top > ul > li.z-active {
  /* top: 0;
    margin-top: 0;
    padding-bottom: 0;
    z-index: initial; */
  margin-top: 4px;
  bottom: 0; }

.z-tabs.responsive.horizontal.top > ul > li.z-active > a {
  background-color: #D6D6D6;
  min-height: 35px; }

.z-tabs.responsive.horizontal.top > ul > li.z-last-row.z-active {
  /* top: 2px;
    margin-top: -2px;
    padding-bottom: 1px;
    z-index: 1; */ }

.z-tabs.horizontal.top.responsive > ul.z-tabs-desktop > li > a,
.z-tabs.horizontal.top.z-stacked > ul.z-tabs-desktop > li > a {
  border-bottom-width: 0; }

/*
.z-tabs.horizontal.responsive > ul.z-tabs-desktop > li.z-last:nth-child(odd)
{
    width: 100%;
}*/
.z-tabs.horizontal.responsive > ul.z-tabs-desktop {
  display: block;
  width: 100%; }

/*#endregion*/
/*#region ==========================================================================
     yellow
========================================================================== */
.z-tabs.yellow > .z-container {
  background: #fff; }

.z-tabs.yellow > ul {
  border-bottom-color: #D6D6D6; }

.z-tabs.yellow > ul > li {
  border-color: #ffcd32;
  transition: border-color 200ms; }

.z-tabs.yellow > ul > li.z-active {
  border-color: #D6D6D6; }

.z-tabs.yellow > ul > li > a {
  background-color: #ffcd32;
  font-family: "UnitRoundedWebBold", Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #cc071d;
  transition: background-color 200ms; }
  .z-tabs.yellow > ul > li > a:hover, .z-tabs.yellow > ul > li > a:focus, .z-tabs.yellow > ul > li > a:active {
    background-color: #FCBE00;
    color: #ab0618;
    text-decoration: none; }

.z-tabs.yellow > ul > li.z-active > a {
  background: #fff;
  color: #4a4a4a; }

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .z-tabs.yellow > ul > li > a {
    font-size: 14px; }
  .z-tabs.horizontal > ul > li > a {
    padding-left: 9px;
    padding-right: 9px; } }

/*#endregion*/
/*-----|| range slider ||-----*/
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  box-sizing: border-box; }

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative; }

.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0; }

.noUi-handle {
  position: relative;
  z-index: 1; }

.noUi-stacking .noUi-handle {
  /* This class is applied to the lower origin when
   its values is > 50%. */
  z-index: 10; }

.noUi-stacking + .noUi-origin {
  /* Fix stacking order in IE7, which incorrectly
   creates a new context for the origins. */
  *z-index: -1; }

.noUi-state-tap .noUi-origin {
  transition: left 0.3s, top 0.3s; }

.noUi-state-drag * {
  cursor: inherit !important; }

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 8px; }

.noUi-horizontal .noUi-handle {
  width: 16px;
  height: 16px;
  left: -8px;
  top: -4px; }

.noUi-horizontal.noUi-extended {
  padding: 0 8px; }

.noUi-horizontal.noUi-extended .noUi-origin {
  right: -8px; }

/* .noUi-vertical {
    width: 18px;
}
.noUi-vertical .noUi-handle {
    width: 28px;
    height: 34px;
    left: -6px;
    top: -17px;
}
.noUi-vertical.noUi-extended {
    padding: 15px 0;
}
.noUi-vertical.noUi-extended .noUi-origin  {
    bottom: -15px;
} */
/* Styling;
 */
.noUi-background {
  background: #d6d6d6; }

.noUi-connect {
  background: #7a7a7a;
  transition: background 450ms; }

/* Handles and cursors;
 */
.noUi-dragable {
  cursor: w-resize; }

.noUi-vertical .noUi-dragable {
  cursor: n-resize; }

.noUi-handle {
  background: #cc071d;
  cursor: pointer; }

.noUi-active {
  background: #ab0618; }

/* Disabled state;
 */
[disabled].noUi-connect,
[disabled] .noUi-connect {
  background: #D6D6D6; }

[disabled] .noUi-handle {
  background: #d6d6d6;
  cursor: not-allowed; }

/* Blocked state;
 */
.noUi-state-blocked.noUi-connect,
.noUi-state-blocked .noUi-connect {
  background: #ab0618; }

html.PR_touch .noUi-horizontal .noUi-handle {
  width: 20px;
  height: 20px;
  left: -10px;
  top: -6px; }

/*-----|| royal slider ||-----*/
/* v1.0.5 */
/* Core RS CSS file. 95% of time you shouldn't change anything here. */
.PR_js-load .rsImg {
  opacity: 0; }

.PR_js-load .rsHor .rsImg {
  opacity: 1; }

.royalSlider {
  width: 600px;
  height: 400px;
  position: relative;
  direction: ltr; }

.royalSlider > * {
  float: left; }

.rsWebkit3d .rsSlide {
  -webkit-transform: translateZ(0); }

.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl,
.rsWebkit3d .rsABlock,
.rsWebkit3d .rsLink {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
  -webkit-transform: none; }

.rsOverflow {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  float: left;
  -webkit-tap-highlight-color: transparent; }

.rsVisibleNearbyWrap {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  left: 0;
  top: 0;
  -webkit-tap-highlight-color: transparent; }

.rsVisibleNearbyWrap .rsOverflow {
  position: absolute;
  left: 0;
  top: 0; }

.rsContainer {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: transparent; }

.rsArrow,
.rsThumbsArrow {
  cursor: pointer; }

.rsThumb {
  float: left;
  position: relative; }

.rsArrow,
.rsNav,
.rsThumbsArrow {
  opacity: 1;
  transition: opacity 0.3s linear; }

.rsHidden {
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s linear 0.3s,opacity 0.3s linear; }

.rsGCaption {
  width: 100%;
  float: left;
  text-align: center; }

/* Fullscreen options, very important ^^ */
.royalSlider.rsFullscreen {
  position: fixed !important;
  height: auto !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 2147483647 !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important; }

.royalSlider .rsSlide.rsFakePreloader {
  opacity: 1 !important;
  transition: 0s;
  display: none; }

.rsSlide {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  overflow: hidden;
  height: 100%;
  width: 100%; }

.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
  height: auto; }

.rsContent {
  width: 100%;
  height: 100%;
  position: relative; }

.rsPreloader {
  position: absolute;
  z-index: 0; }

.rsNav {
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.rsNavItem {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25); }

.rsThumbs {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  float: left;
  z-index: 22; }

.rsTabs {
  float: left;
  background: none !important; }

.rsTabs,
.rsThumbs {
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent; }

.rsVideoContainer {
  /*left: 0;
	top: 0;
	position: absolute;*/
  /*width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	float: left;*/
  width: auto;
  height: auto;
  line-height: 0;
  position: relative; }

.rsVideoFrameHolder {
  position: absolute;
  left: 0;
  top: 0;
  background: #141414;
  opacity: 0;
  -webkit-transition: .3s; }

.rsVideoFrameHolder.rsVideoActive {
  opacity: 1; }

.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
  position: absolute;
  z-index: 50;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

/* ios controls over video bug, shifting video */
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
  box-sizing: border-box;
  padding-right: 44px; }

.rsABlock {
  left: 0;
  top: 0;
  position: absolute;
  z-index: 15; }

img.rsImg {
  max-width: none; }

.grab-cursor {
  cursor: url(img-rewereisen/PR_grab.png) 8 8, move; }

.grabbing-cursor {
  cursor: url(img-rewereisen/PR_grabbing.png) 8 8, move; }

.rsNoDrag {
  cursor: auto; }

.rsLink {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 20;
  /* background: url(blank.gif); */ }

/******************************
*  
*  Cutomized Skin based on RoyalSlider Default Skin: 
*
* 
*  RoyalSlider Default Skin 
*
*    1. Arrows 
*    2. Bullets
*    3. Thumbnails
*    4. Tabs
*    5. Fullscreen button
*    6. Play/close video button
*    7. Preloader
*    8. Caption
*    
*  Sprite: 'rs-default.png'
*  Sprite: 'rs-default.png'
*  Feel free to edit anything
*  If you don't some part - just delete it
* 
******************************/
/* Background */
/***************
*
*  1. Arrows
*
****************/
.rsDefault .rsArrow {
  position: absolute;
  bottom: 20px;
  height: 26px;
  width: 26px;
  padding-top: 7px;
  display: block;
  cursor: pointer;
  z-index: 21;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  *background-color: #fff; }
  .rsDefault .rsArrow.rsArrowDisabled {
    opacity: .4;
    filter: alpha(opacity=40);
    *display: none; }
  .rsDefault .rsArrow:hover {
    background: white; }

.rsDefault .rsArrowLeft {
  right: 50%;
  margin-right: 2px;
  padding-left: 8px; }

.rsDefault .rsArrowRight {
  left: 50%;
  margin-left: 2px;
  padding-left: 9px; }

.rsDefault .rsArrowIcn {
  width: 26px;
  height: 26px;
  position: absolute;
  cursor: pointer;
  background: url(img-rewereisen/PR_icons-sprite.png) no-repeat; }

.rsDefault .rsArrowLeft .rsArrowIcn {
  background-position: -60px -150px; }
  .rsDefault .rsArrowLeft .rsArrowIcn:hover {
    background-position: -90px -150px; }

.rsDefault .rsArrowRight .rsArrowIcn {
  background-position: 0px -150px; }
  .rsDefault .rsArrowRight .rsArrowIcn:hover {
    background-position: -30px -150px; }

/***************
*
*  2. Bullets
*
****************/
.rsDefault .rsBullets {
  position: absolute;
  z-index: 35;
  left: 0;
  bottom: 20px;
  height: auto;
  width: 100%;
  text-align: center;
  line-height: 10px; }

.rsDefault .rsBullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 6px;
  margin-left: 7px; }

.rsDefault .rsBullet span {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #777;
  background: rgba(255, 255, 255, 0.5); }

.rsDefault .rsBullet.rsNavSelected span {
  background-color: #FFF; }

/***************
*
*  3. Thumbnails
*
****************/
.rsDefault .rsThumbsHor {
  width: 100%;
  height: 40px; }

.rsDefault .rsThumbsVer {
  width: 96px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0; }

.rsDefault.rsWithThumbsHor .rsThumbsContainer {
  position: relative;
  height: 100%; }

.rsDefault.rsWithThumbsVer .rsThumbsContainer {
  position: relative;
  width: 100%; }

.rsDefault .rsThumb {
  float: left;
  overflow: hidden;
  width: 62px;
  height: 40px;
  position: relative;
  background-color: #D6D6D6; }

.rsDefault .rsThumb img {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  max-width: 100%;
  opacity: 0.6;
  filter: alpha(opacity=60);
  transition: opacity 300ms ease-out;
  -webkit-transform: translateZ(0); }

.PR_csstransforms .rsDefault .rsThumb img {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.PR_no-csstransforms3d .rsDefault .rsThumb img {
  top: 0;
  bottom: 0; }

.rsDefault .rsThumb:hover img {
  opacity: 1;
  filter: alpha(opacity=100); }

.rsDefault .rsThumb.rsNavSelected:before {
  content: "";
  position: absolute;
  border: 2px solid #ffcd32;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

.rsDefault .rsThumb.rsNavSelected img {
  opacity: 1;
  filter: alpha(opacity=100); }

.rsDefault .rsThumb.rsNavSelected img[src*="img.youtube."] + .thumbIco,
.rsDefault .rsThumb.rsNavSelected .thumbIco {
  /* position: relative;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	border: 2px solid $cl-yellow;
	margin: 0;
	background: none; */ }

.rsDefault .rsThumb img[src*="img.youtube."] + .thumbIco {
  position: absolute;
  width: 26px;
  height: 26px;
  left: 50%;
  top: 50%;
  margin: -13px 0 0 -13px;
  background: #FFF url(img-rewereisen/PR_icons-sprite.png) no-repeat -50px -593px;
  background: rgba(255, 255, 255, 0.9) url(img-rewereisen/PR_icons-sprite.png) no-repeat -50px -593px; }

.rsDefault .rsThumb:hover img[src*="img.youtube."] + .thumbIco {
  background-color: white;
  background-position: -80px -593px; }

.rsDefault .rsTmb {
  display: block; }

/* Thumbnails with text */
.rsDefault .rsTmb h5 {
  font-size: 16px;
  margin: 0;
  padding: 0;
  line-height: 20px;
  color: #FFF; }

.rsDefault .rsTmb span {
  color: #DDD;
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 18px; }

/* Thumbnails arrow icons */
.rsDefault .rsThumbsArrow {
  height: 26px;
  width: 26px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21;
  background: #fff;
  background: rgba(255, 255, 255, 0.9); }

.rsDefault .rsThumbsArrow:hover {
  background: white; }

.rsDefault.rsWithThumbsHor .rsThumbsArrow {
  top: 7px;
  width: 26px;
  height: 26px; }

.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft {
  left: 0; }

.rsDefault.rsWithThumbsHor .rsThumbsArrowRight {
  right: 0; }

.rsDefault .rsThumbsArrowIcn {
  width: 9px;
  height: 13px;
  top: 7px;
  position: absolute;
  cursor: pointer;
  background: url(img-rewereisen/PR_icons-sprite.png) no-repeat; }

.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn {
  background-position: -60px -150px;
  left: 8px; }

.rsDefault.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn {
  background-position: -0 -150px;
  left: 9px; }

.rsDefault .rsThumbsArrowDisabled {
  display: none !important; }

.rsDefault.rsWithThumbs {
  margin-bottom: 4px; }
  .rsDefault.rsWithThumbs .rsThumbs {
    margin-top: 4px; }

/***************
*
*  4. Tabs
*
****************/
.rsDefault .rsTabs {
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  padding-top: 12px;
  position: relative; }

.rsDefault .rsTab {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  height: auto;
  width: auto;
  color: #333;
  padding: 5px 13px 6px;
  min-width: 72px;
  border: 1px solid #D9D9DD;
  border-right: 1px solid #f5f5f5;
  text-decoration: none;
  background-color: #FFF;
  background-image: linear-gradient(to top, #fefefe, #f4f4f4);
  box-shadow: inset 1px 0 0 #fff;
  *display: inline;
  *zoom: 1; }

.rsDefault .rsTab:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.rsDefault .rsTab:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-right: 1px solid #cfcfcf; }

.rsDefault .rsTab:active {
  border: 1px solid #D9D9DD;
  background-color: #f4f4f4;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) inset; }

.rsDefault .rsTab.rsNavSelected {
  color: #FFF;
  border: 1px solid #999;
  text-shadow: 1px 1px #838383;
  box-shadow: 0 1px 9px rgba(102, 102, 102, 0.65) inset;
  background: #ACACAC;
  background-image: linear-gradient(to top, #ACACAC, #BBB); }

/***************
*
*  5. Fullscreen button
*
****************/
.rsDefault .rsFullscreenBtn {
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  z-index: 22;
  display: block;
  position: absolute;
  cursor: pointer; }

.rsDefault .rsFullscreenIcn {
  display: block;
  margin: 6px;
  width: 32px;
  height: 32px;
  background: url(img-rewereisen/PR_icons-sprite.png) 0 0;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #000;
  border-radius: 2px; }

.rsDefault .rsFullscreenIcn:hover {
  background-color: rgba(0, 0, 0, 0.9); }

.rsDefault.rsFullscreen .rsFullscreenIcn {
  background-position: -32px 0; }

/***************
*
*  6. Play/close video button
*
****************/
.rsDefault .rsPlayBtn {
  position: relative;
  width: 52px;
  height: 52px;
  margin-left: -26px;
  margin-top: -26px;
  cursor: pointer;
  background-color: #FFF;
  background-color: rgba(255, 255, 255, 0.9); }

.rsDefault .rsPlayBtnIcon {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 15px;
  height: 28px;
  display: block;
  margin-left: -6px;
  margin-top: -14px;
  background: url(img-rewereisen/PR_icons-sprite.png) no-repeat 0 -600px; }

.rsDefault .rsPlayBtn:hover {
  background-color: white; }
  .rsDefault .rsPlayBtn:hover .rsPlayBtnIcon {
    background-position: -30px -600px; }

.rsDefault .rsBtnCenterer {
  position: absolute;
  left: 50%;
  top: 50%; }

.rsDefault .rsCloseVideoBtn {
  display: none;
  right: 0px;
  top: 0px;
  width: 26px;
  height: 26px;
  z-index: 500;
  position: absolute;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  background-color: #fff;
  border: 1px solid #D6D6D6; }

.rsDefault:hover .rsCloseVideoBtn {
  display: block; }

.rsDefault .rsCloseVideoIcn {
  margin: 6px 0 0 5px;
  width: 14px;
  height: 14px;
  background: url(img-rewereisen/PR_icons-sprite.png) 0px -630px no-repeat; }

.rsDefault .rsCloseVideoBtn:hover .rsCloseVideoIcn {
  background: url(img-rewereisen/PR_icons-sprite.png) -30px -630px no-repeat; }

/***************
*
*  7. Preloader
*
****************/
.rsDefault .rsPreloader {
  width: 70px;
  height: 70px;
  background-image: url(img-rewereisen/PR_preloader.gif);
  left: 50%;
  top: 50%;
  margin-left: -35px;
  margin-top: -35px; }

/***************
*
*  8. Global caption
*
****************/
.rsDefault .rsGCaption {
  position: absolute;
  float: none;
  bottom: 6px;
  left: 6px;
  text-align: left;
  background: black;
  background: rgba(0, 0, 0, 0.75);
  color: #FFF;
  padding: 2px 8px;
  width: auto;
  font-size: 12px;
  border-radius: 2px; }

/*-----|| datepicker ||-----*/
/* ==========================================================================
   $BASE-PICKER
   ========================================================================== */
/**
 * Note: the root picker element should __NOT__ be styled
 * more than what’s here. Style the `.picker__holder` instead.
 */
.picker {
  /*   font-size: 16px;
  text-align: left;
  line-height: 1.2;
  color: #000000;
  position: absolute;
  z-index: 10000; */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .picker *:focus {
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }

/**
 * The picker input element.
 */
.picker__input {
  opacity: 0;
  position: absolute;
  z-index: -10;
  left: -9999em; }

/**
 * When the picker is opened, the input element is “activated”.
 */
.picker__input.picker__input--active {
  /*   border-color: #0089ec; */
  /* display: none; */ }

/**
 * The holder is the only “scrollable” top-level container element.
 */
.picker__holder {
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

/**
 * Note: the root picker element should __NOT__ be styled
 * more than what’s here. Style the `.picker__holder` instead.
 */
.picker {
  width: 100%; }

/**
 * The holder is the base of the picker.
 */
.picker__holder {
  /*   position: absolute;
  background: #ffffff;
  border: 1px solid #aaaaaa;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 176px;
  max-width: 466px;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  max-height: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: translateY(-1em) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-1em) perspective(600px) rotateX(10deg);
  transform: translateY(-1em) perspective(600px) rotateX(10deg);
  -webkit-transition: all 0.15s ease-out, max-height 0 0.15s;
  -moz-transition: all 0.15s ease-out, max-height 0 0.15s;
  transition: all 0.15s ease-out, max-height 0 0.15s; */ }

/**
 * When the picker opens...
 */
.picker--opened .picker__holder {
  /*   max-height: 25em;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  -moz-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0);
  -webkit-transition: all 0.15s ease-out, max-height 0;
  -moz-transition: all 0.15s ease-out, max-height 0;
  transition: all 0.15s ease-out, max-height 0;
  -webkit-box-shadow: 0 6px 18px 1px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 6px 18px 1px rgba(0, 0, 0, 0.12);
  box-shadow: 0 6px 18px 1px rgba(0, 0, 0, 0.12); */ }

/* ==========================================================================
   $BASE-DATE-PICKER
   ========================================================================== */
/**
 * The picker box.
 */
.picker__box {
  /*   padding: 0 1em; */ }

/**
 * The header containing the month and year stuff.
 */
.picker__header {
  text-align: center;
  position: relative;
  background-color: #D6D6D6; }

/**
 * The month and year labels.
 */
.picker__month,
.picker__year {
  display: inline-block;
  line-height: 27px;
  font-size: 14px;
  color: #4a4a4a; }

.picker__month {
  padding-right: 5px; }

.PR_trip-box .picker__month {
  min-width: 308px;
  padding-right: 0px; }

/**
 * The month and year selectors.
 */
/* .picker__select--month,
.picker__select--year {
  font-size: .8em;
  border: 1px solid #b7b7b7;
  height: 2.5em;
  padding: .66em .25em;
  margin-left: .25em;
  margin-right: .25em;
  margin-top: -0.5em;
}
.picker__select--month {
  width: 35%;
}
.picker__select--year {
  width: 22.5%;
}
.picker__select--month:focus,
.picker__select--year:focus {
  border-color: #0089ec;
} */
/**
 * The month navigation buttons.
 */
.picker__nav--prev,
.picker__nav--next {
  position: absolute;
  width: 27px;
  height: 27px;
  left: 0;
  top: 0;
  background-color: #D6D6D6;
  border-right: 1px solid #FFF;
  cursor: pointer;
  transition: background-color 200ms; }

.picker__nav--next {
  left: auto;
  right: 0;
  border-left: 1px solid #FFF; }

.picker__nav--prev:before,
.picker__nav--next:before {
  content: " ";
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -7px 0 0 -5px;
  width: 10px;
  height: 13px;
  display: block;
  background: url(img-rewereisen/PR_icons-sprite.png) -60px -150px no-repeat; }

.picker__nav--prev:hover,
.picker__nav--next:hover {
  background-color: #d6d6d6; }

.picker__nav--next:before {
  background-position: 0 -150px; }

.picker__nav--prev:hover:before {
  background-position: -90px -150px; }

.picker__nav--next:hover:before {
  background-position: -30px -150px; }

.picker__nav--prev.picker__nav--disabled:before,
.picker__nav--prev.picker__nav--disabled:before:hover {
  background-position: -150px -150px; }

.picker__nav--next.picker__nav--disabled:before,
.picker__nav--next.picker__nav--disabled:before:hover {
  background-position: -120px -150px; }

.picker__nav--disabled,
.picker__nav--disabled:hover,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover {
  cursor: default;
  background-color: #D6D6D6; }

/* .PR_oldie .picker__nav--prev,
.PR_oldie .picker__nav--next {
    background: url(img-rewereisen/PR_icons-sprite.png) -42px -15px no-repeat;
}
.PR_oldie .picker__nav--next {
    background-position: -42px 15px;
}
.PR_oldie .picker__nav--prev:hover {
    background-position: -12px -15px;
}
.PR_oldie .picker__nav--next:hover {
    background-position: -12px 15px;
}
.PR_oldie .picker__nav--prev:before,
.PR_oldie .picker__nav--next:before {
    background: none;
}
.PR_oldie .picker__nav--prev.picker__nav--disabled,
.PR_oldie .picker__nav--prev.picker__nav--disabled:hover {
    background-position: -42px -15px;
}
.PR_oldie .picker__nav--next.picker__nav--disabled,
.PR_oldie .picker__nav--next.picker__nav--disabled:hover {
    background-position: -12px 15px;
} */
/**
 * The calendar table of dates
 */
.picker__table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: 14px;
  margin-left: 1px;
  width: 99.2%; }

/* @media (min-height: 33.875em) {
  .picker__table {

  }
} */
.picker__table td {
  margin: 0;
  padding: 0;
  border: 1px solid #d6d6d6;
  background-color: #D6D6D6; }

/**
 * The weekday labels
 */
.picker__weekday {
  padding: 8px 0;
  font-weight: normal;
  font-size: 14px;
  color: #7a7a7a;
  /* Increase the spacing a tad */ }

/* @media (min-height: 33.875em) {
  .picker__weekday {
    padding-bottom: .5em;
  }
} */
/**
 * The days on the calendar
 */
.picker__day {
  color: #4a4a4a;
  border: 1px solid #fff;
  background-color: #fff;
  transition: background-color 250ms ease-out, color 300ms, border-color 250ms; }

.picker__day--today {
  position: relative; }

/* .picker__day--today:before {
  content: " ";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 0;
  height: 0;
  border-top: 0.5em solid #0059bc;
  border-left: .5em solid transparent;
} */
.picker__day--selected,
.picker__day--selected:hover,
.picker__day--infocus.picker__day--selected:hover {
  border-color: #ffcd32;
  background-color: #ffcd32; }

.picker__day--infocus.picker__day--disabled,
.picker__day--infocus.picker__day--disabled:hover {
  background-color: #fff;
  border: 1px solid #fff; }

.picker__day--highlighted {
  /* background: $cl-yellow; */ }

.picker__day--disabled:before {
  /* border-top-color: #aaaaaa; */ }

.picker__day--outfocus {
  visibility: hidden;
  /* color: $cl-grey-2;
  text-indent: -9999em;
  background-color: $cl-grey-2; */
  /*   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=5)";
  filter: alpha(opacity=5);
  -moz-opacity: 0.5;
  opacity: 0.5; */ }

.picker__day--infocus:hover {
  background-color: #ffcd32;
  cursor: pointer; }

.picker__day--infocus:hover,
.picker__day--outfocus:hover {
  /* cursor: pointer;
   color: #000000;
  background: #b1dcfb; */ }

.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted {
  /* background: #0089ec;
  color: #ffffff; */ }

.picker__day--disabled,
.picker__day--disabled:hover {
  background-color: #D6D6D6;
  border-color: #D6D6D6;
  color: #7a7a7a;
  cursor: not-allowed; }

.picker__day--highlighted.picker__day--disabled,
.picker__day--highlighted.picker__day--disabled:hover {
  /* background: #bbbbbb; */ }

/**
 * The footer containing the "today" and "clear" buttons.
 */
.picker__footer {
  display: none; }

/* .picker__button--today,
.picker__button--clear {
  border: 1px solid #ffffff;
  background: #ffffff;
  font-size: .8em;
  padding: .66em 0;
  font-weight: bold;
  width: 50%;
  display: inline-block;
  vertical-align: bottom;
}
.picker__button--today:hover,
.picker__button--clear:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
  border-bottom-color: #b1dcfb;
}
.picker__button--today:focus,
.picker__button--clear:focus {
  background: #b1dcfb;
  border-color: #0089ec;
  outline: none;
}
.picker__button--today:before,
.picker__button--clear:before {
  position: relative;
  display: inline-block;
  height: 0;
}
.picker__button--today:before {
  content: " ";
  margin-right: .45em;
  top: -0.05em;
  width: 0;
  border-top: 0.66em solid #0059bc;
  border-left: .66em solid transparent;
}
.picker__button--clear:before {
  content: "\D7";
  margin-right: .35em;
  top: -0.1em;
  color: #ee2200;
  vertical-align: top;
  font-size: 1.1em;
} */
/* ==========================================================================
   $CLASSIC-DATE-PICKER
   ========================================================================== */
/*-----|| tooltipster ||-----*/
/* This is the default Tooltipster theme (feel free to modify or duplicate and create multiple themes!): */
.tooltipster-default {
  /* border: 2px solid #000; */
  background: #7a7a7a;
  color: #fff; }

/* Use this next selector to style things like font-size and line-height: */
.tooltipster-default .tooltipster-content {
  font-size: 14px;
  line-height: 14px;
  padding: 4px 10px;
  overflow: hidden; }

/* This next selector defines the color of the border on the outside of the arrow. This will automatically match the color and size of the border set on the main tooltip styles. Set display: none; if you would like a border around the tooltip but no border around the arrow */
.tooltipster-default .tooltipster-arrow .tooltipster-arrow-border {
  /* border-color: ... !important; */ }

/* If you're using the icon option, use this next selector to style them */
.tooltipster-icon {
  cursor: help;
  margin-left: 4px; }

/* This is the base styling required to make all Tooltipsters work */
.tooltipster-base {
  padding: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  z-index: 598;
  pointer-events: none;
  width: auto;
  overflow: visible; }

.tooltipster-base .tooltipster-content {
  overflow: hidden; }

/* These next classes handle the styles for the little arrow attached to the tooltip. By default, the arrow will inherit the same colors and border as what is set on the main tooltip itself. */
.tooltipster-arrow {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1; }

.tooltipster-arrow span, .tooltipster-arrow-border {
  display: block;
  width: 0;
  height: 0;
  position: absolute; }

.tooltipster-arrow-top span, .tooltipster-arrow-top-right span, .tooltipster-arrow-top-left span {
  border-left: 6px solid transparent !important;
  border-right: 6px solid transparent !important;
  border-top: 6px solid;
  bottom: -6px; }

.tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-top-left .tooltipster-arrow-border {
  border-left: 7px solid transparent !important;
  border-right: 7px solid transparent !important;
  border-top: 7px solid;
  bottom: -6px; }

.tooltipster-arrow-bottom span, .tooltipster-arrow-bottom-right span, .tooltipster-arrow-bottom-left span {
  border-left: 6px solid transparent !important;
  border-right: 6px solid transparent !important;
  border-bottom: 6px solid;
  top: -6px; }

.tooltipster-arrow-bottom .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  border-left: 7px solid transparent !important;
  border-right: 7px solid transparent !important;
  border-bottom: 7px solid;
  top: -6px; }

.tooltipster-arrow-top span, .tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-bottom span, .tooltipster-arrow-bottom .tooltipster-arrow-border {
  left: 0;
  right: 0;
  margin: 0 auto; }

.tooltipster-arrow-top-left span, .tooltipster-arrow-bottom-left span {
  left: 6px; }

.tooltipster-arrow-top-left .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  left: 5px; }

.tooltipster-arrow-top-right span, .tooltipster-arrow-bottom-right span {
  right: 6px; }

.tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border {
  right: 5px; }

.tooltipster-arrow-left span, .tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 6px solid transparent !important;
  border-bottom: 6px solid transparent !important;
  border-left: 6px solid;
  top: 50%;
  margin-top: -5px;
  right: -6px; }

.tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 7px solid transparent !important;
  border-bottom: 7px solid transparent !important;
  border-left: 7px solid;
  margin-top: -6px; }

.tooltipster-arrow-right span, .tooltipster-arrow-right .tooltipster-arrow-border {
  border-top: 6px solid transparent !important;
  border-bottom: 6px solid transparent !important;
  border-right: 6px solid;
  top: 50%;
  margin-top: -5px;
  left: -6px; }

.tooltipster-arrow-right .tooltipster-arrow-border {
  border-top: 7px solid transparent !important;
  border-bottom: 7px solid transparent !important;
  border-right: 7px solid;
  margin-top: -6px; }

/* Some CSS magic for the awesome animations - feel free to make your own custom animations and reference it in your Tooltipster settings! */
.tooltipster-fade {
  opacity: 0;
  transition-property: opacity; }

.tooltipster-fade-show {
  opacity: 1; }

.tooltipster-grow {
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-backface-visibility: hidden; }

.tooltipster-grow-show {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

.tooltipster-swing-show {
  opacity: 1;
  -webkit-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4); }

.tooltipster-fall {
  top: 0;
  transition-property: top;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-fall.tooltipster-dying {
  transition-property: all;
  top: 0px !important;
  opacity: 0; }

.tooltipster-slide {
  left: -40px;
  transition-property: left;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-slide.tooltipster-dying {
  transition-property: all;
  left: 0px !important;
  opacity: 0; }

/* CSS transition for when contenting is changing in a tooltip that is still open. The only properties that will NOT transition are: width, height, top, and left */
.tooltipster-content-changing {
  opacity: 0.5;
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1); }

/*-----|| nanoscroller ||-----*/
/* basic scrollbar styling */
/* vertical scrollbar */
.mCSB_container {
  width: auto;
  margin-right: 40px;
  overflow: hidden; }

.mCSB_container.mCS_no_scrollbar {
  margin-right: 0; }

.mCS_disabled > .mCustomScrollBox > .mCSB_container.mCS_no_scrollbar,
.mCS_destroyed > .mCustomScrollBox > .mCSB_container.mCS_no_scrollbar {
  margin-right: 30px; }

.mCustomScrollBox > .mCSB_scrollTools {
  width: 12px;
  height: 90%;
  top: 5%;
  right: 14px; }

.mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto; }

.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0; }

.mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
  height: 100%;
  margin: 0 auto; }

.mCSB_scrollTools .mCSB_dragger {
  cursor: pointer;
  width: 100%;
  height: 90px; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 12px;
  height: 100%;
  margin: 0 auto;
  text-align: center; }

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: relative;
  height: 20px;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer; }

.mCSB_scrollTools .mCSB_buttonDown {
  top: 100%;
  margin-top: -40px; }

.mCustomScrollBox {
  -ms-touch-action: none;
  /*MSPointer events - direct all pointer events to js*/ }

/* default scrollbar colors and backgrounds (default theme) */
.mCSB_scrollTools .mCSB_draggerRail {
  background: #d6d6d6; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #cc071d; }

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: #ab0618; }

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: #ab0618; }

/* .mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight{
    background-image:url(../mCSB_buttons.png);
    background-repeat:no-repeat;
    opacity:0.4;
    filter:"alpha(opacity=40)"; -ms-filter:"alpha(opacity=40)";
}
.mCSB_scrollTools .mCSB_buttonUp{
    background-position:0 0;
}
.mCSB_scrollTools .mCSB_buttonDown{
    background-position:0 -20px;
}
.mCSB_scrollTools .mCSB_buttonLeft{
    background-position:0 -40px;
}
.mCSB_scrollTools .mCSB_buttonRight{
    background-position:0 -56px;
}
.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover{
    opacity:0.75;
    filter:"alpha(opacity=75)"; -ms-filter:"alpha(opacity=75)";
}
.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active{
    opacity:0.9;
    filter:"alpha(opacity=90)"; -ms-filter:"alpha(opacity=90)";
} */
/*-----|| slick slider ||-----*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

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

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

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

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-dots {
  position: absolute;
  left: 50%;
  bottom: -9px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  list-style-type: none; }
  .slick-dots li {
    display: inline; }
  .slick-dots button {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: #999;
    text-indent: -9999px; }
    .slick-dots button:hover {
      background: #cc071d; }
  .slick-dots .slick-active button {
    background: #cc071d; }

/*-----|| pickaday ||-----*/
/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | http://dbushell.com/
 */
.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #333;
  background: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .pika-single.is-hidden {
    display: none; }
  .pika-single.is-bound {
    position: absolute;
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5); }

.pika-single {
  *zoom: 1; }
  .pika-single:before, .pika-single:after {
    content: " ";
    display: table; }
  .pika-single:after {
    clear: both; }

.pika-lendar {
  float: left;
  width: 257px; }

.pika-title {
  position: relative;
  height: 30px;
  text-align: center;
  background-color: #e5e5e5; }
  .pika-title select {
    cursor: pointer;
    position: absolute;
    z-index: 9998;
    margin: 0;
    left: 0;
    top: 5px;
    min-width: 50px;
    filter: alpha(opacity=0);
    opacity: 0; }

.pika-label {
  display: inline-block;
  *display: inline;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  padding-right: 11px;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
  color: #333;
  background-color: #e5e5e5; }
  .pika-label:after {
    position: absolute;
    top: 12px;
    right: 0;
    content: '';
    display: block;
    width: 8px;
    height: 6px;
    background: url(img/PR_icons-sprite.png) 0 -270px no-repeat; }
  .pika-label:first-child {
    margin-right: 5px; }

.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  *position: absolute;
  *top: 0; }
  .pika-prev:hover,
  .pika-next:hover {
    opacity: 1; }
  .pika-prev.is-disabled,
  .pika-next.is-disabled {
    cursor: default;
    opacity: .2; }

.pika-prev,
.is-rtl .pika-next {
  float: left;
  background: url(img/PR_icons-sprite.png) -51px -142px no-repeat;
  *left: 0;
  border-right: 1px solid #fff; }
  .pika-prev:hover,
  .is-rtl .pika-next:hover {
    background-position: -81px -142px; }

.pika-next,
.is-rtl .pika-prev {
  float: right;
  background: url(img/PR_icons-sprite.png) 11px -142px no-repeat;
  *right: 0;
  border-left: 1px solid #fff; }
  .pika-next:hover,
  .is-rtl .pika-prev:hover {
    background-position: -19px -142px; }

.pika-select {
  display: inline-block;
  *display: inline; }

.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0; }
  .pika-table th,
  .pika-table td {
    width: 14.285714285714286%;
    padding: 0; }
  .pika-table th {
    padding: 8px 0;
    color: #7a7a7a;
    font-size: 14px;
    line-height: 25px;
    font-weight: bold;
    text-align: center; }
  .pika-table td {
    border: 1px solid #d6d6d6; }
  .pika-table abbr {
    border-bottom: none;
    cursor: default;
    text-decoration: none; }

.pika-button {
  min-height: 35px;
  cursor: pointer;
  display: block;
  box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #000;
  border: 1px solid #fff;
  font-size: 14px;
  line-height: 15px;
  text-align: center;
  background: #fff;
  font-weight: normal; }
  .is-selected .pika-button {
    color: #000;
    font-weight: bold;
    background: #ffd200;
    border-color: #ffd200; }
  .is-disabled .pika-button,
  .is-outside-current-month .pika-button {
    color: #999;
    opacity: .3; }
  .is-disabled .pika-button {
    pointer-events: none;
    cursor: default; }
  .pika-button:hover {
    color: #000;
    background: #ffd200;
    box-shadow: none; }
  .pika-button .is-selection-disabled {
    pointer-events: none;
    cursor: default; }

.pika-week {
  font-size: 11px;
  color: #999; }

.is-inrange .pika-button {
  background: #D5E9F7; }

.is-startrange .pika-button {
  color: #fff;
  background: #6CB31D;
  box-shadow: none;
  border-radius: 3px; }

.is-endrange .pika-button {
  color: #fff;
  background: #33aaff;
  box-shadow: none;
  border-radius: 3px; }

.is-empty {
  background-color: #e5e5e5; }

.PR_date-from,
.PR_date-to {
  display: none; }

@media screen and (min-width: 0px) and (max-width: 767px) {
  .pika-lendar {
    width: calc(100% - 1px); } }

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .pika-lendar {
    width: 487px; } }

@media screen and (min-width: 1310px) {
  .pika-lendar {
    width: 234px; } }

/*-----|| @import: print ||----------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
@media print {
  /*-----|| global font definitions ||-------------------------------------------------*/
  /*-----------------------------------------------------------------------------------*/
  body {
    padding: 0;
    background: none;
    -webkit-font-smoothing: subpixel-antialiased; }
  * {
    /* basic font family/groundcolor */
    color: #000;
    font: 10pt Arial, sans-serif;
    /*quotes: "\201E" "\201C" "\201A" "\2018";*/ }
  h1, h2, h3, h4, h5, h6 {
    /* no page-break after headings */
    page-break-after: avoid; }
  a:link, a:visited, a:active, a:focus {
    /* basic link groundcolor */
    text-decoration: underline;
    color: #9B9B9B; }
  a[href^=http]:after {
    /* set urls visible after links --> modern browsers */
    /* content:" <"attr(href)">"; 
        background-color:inherit;
        color:#369; 
        font-style:italic; */ }
  *[cite]:after {
    content: close-quote " (Quelle: " attr(cite) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  img {
    max-width: 100% !important;
    width: auto !important; }
  q:before, blockquote:before {
    content: open-quote; }
  q:after, blockquote:after {
    content: close-quote; }
  @page {
    margin: 2cm 1cm; }
  /*-----|| hide areas ||--------------------------------------------------------------*/
  /*-----------------------------------------------------------------------------------*/
  .PR_area-hd,
  .PR_mod-header-content,
  .PR_mod-ibe-checkout .PR_grid-cont.PR_ext-8-4 > .PR_col:first-child,
  .PR_mod-footer-content {
    display: none; }
  /*-----|| page areas ||--------------------------------------------------------------*/
  /*-----------------------------------------------------------------------------------*/
  /*-----|| area document ||-----*/
  .PR_area-dc {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important; }
  /*-----|| text objects ||------------------------------------------------------------*/
  /*-----------------------------------------------------------------------------------*/
  /*-----|| ui objects ||--------------------------------------------------------------*/
  /*-----------------------------------------------------------------------------------*/
  /*-----|| element objects ||---------------------------------------------------------*/
  /*-----------------------------------------------------------------------------------*/
  .PR_mod-ibe-checkout {
    margin-top: -116px; }
  .PR_mod-ibe-checkout .PR_grid-cont.PR_ext-8-4 > .PR_col:last-child {
    width: 100%; }
  .PR_mod-ibe-checkout .PR_fm-ct .PR_obj-txt-hl-type-2:first-child {
    margin-top: 10px !important; } }

/*-----|| for webkit only (yet) ||-----*/
@media print and (color) {
  * {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact; } }

.PR_dc-srd {
  padding-top: 141px; }
  .PR_dc-srd.PR_dc-srd-ext {
    padding-top: 102px; }
  .PR_dc-srd .PR_obj-ibe-price {
    line-height: 1.3;
    z-index: 1; }
    .PR_dc-srd .PR_obj-ibe-price > .PR_icon-srd {
      background-color: transparent; }
      .PR_dc-srd .PR_obj-ibe-price > .PR_icon-srd > .PR_srd:after {
        display: none; }
    .PR_dc-srd .PR_obj-ibe-price .PR_icon {
      background-position: -180px -150px; }
    .PR_dc-srd .PR_obj-ibe-price .PR_num {
      font-family: "RewePrice", Arial, Helvetica, sans-serif; }
      .PR_dc-srd .PR_obj-ibe-price .PR_num .PR_cl {
        font-family: "RewePrice", Arial, Helvetica, sans-serif; }
    .PR_dc-srd .PR_obj-ibe-price:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 0%;
      height: 100%;
      background-color: #ab0618;
      z-index: -1;
      transition: width .3s ease; }
    .PR_dc-srd .PR_obj-ibe-price:hover:after {
      width: 100%; }
    .PR_dc-srd .PR_obj-ibe-price:hover .PR_icon {
      background-position: -180px -150px; }
    .PR_dc-srd .PR_obj-ibe-price .PR_price-old > strong {
      font-family: "RewePrice", Arial, Helvetica, sans-serif; }
      .PR_dc-srd .PR_obj-ibe-price .PR_price-old > strong:before {
        background-color: #4a4a4a; }
  .PR_dc-srd .PR_trip-box .PR_obj-ibe-price:after {
    content: none; }
  .PR_dc-srd .PR_obj-ui-btn.PR_ext-color-1 {
    color: #fff;
    background-color: #cc071d; }
    .PR_dc-srd .PR_obj-ui-btn.PR_ext-color-1:hover, .PR_dc-srd .PR_obj-ui-btn.PR_ext-color-1:focus {
      color: #fff; }
    .PR_dc-srd .PR_obj-ui-btn.PR_ext-color-1 > .PR_srd:after {
      background-color: #ab0618; }
  .PR_dc-srd .PR_obj-ui-btn.PR_ext-color-3 {
    color: #fff; }
    .PR_dc-srd .PR_obj-ui-btn.PR_ext-color-3:hover {
      color: #fff; }
  .PR_dc-srd .PR_trip-box .PR_button .PR_obj-ui-btn.PR_ext-color-1 {
    background-color: #fff;
    color: #cc071d; }
    .PR_dc-srd .PR_trip-box .PR_button .PR_obj-ui-btn.PR_ext-color-1:focus {
      color: #cc071d;
      background-color: #fff; }
    .PR_dc-srd .PR_trip-box .PR_button .PR_obj-ui-btn.PR_ext-color-1 > .PR_srd:after {
      background-color: #f1f1f1; }

.PR_shortage {
  background-color: #5CA61C; }
  .PR_shortage .PR_icon-holder {
    background-color: #5CA61C; }
  .PR_shortage .PR_icon {
    background-color: #5CA61C;
    border-color: #5CA61C; }

.rsDefault .rsThumb.rsNavSelected:before {
  border-color: #cc071d; }

.PR_obj-deal-badge a {
  min-width: 161px; }
  .PR_obj-deal-badge a:hover:after, .PR_obj-deal-badge a:focus:after {
    bottom: 27px; }
    @media screen and (min-width: 0px) and (max-width: 767px) {
      .PR_obj-deal-badge a:hover:after, .PR_obj-deal-badge a:focus:after {
        bottom: 1px; } }
    @media screen and (min-width: 768px) and (max-width: 1000px) {
      .PR_obj-deal-badge a:hover:after, .PR_obj-deal-badge a:focus:after {
        bottom: 1px; } }
    @media screen and (min-width: 1310px) {
      .PR_obj-deal-badge a:hover:after, .PR_obj-deal-badge a:focus:after {
        bottom: 8px; } }
  @media screen and (min-width: 0px) and (max-width: 767px) {
    .PR_obj-deal-badge a {
      min-width: 0; } }
  @media screen and (min-width: 768px) and (max-width: 1000px) {
    .PR_obj-deal-badge a {
      min-width: 0; } }
  @media screen and (min-width: 1310px) {
    .PR_obj-deal-badge a {
      min-width: 0; } }

.PR_obj-deal-badge.PR_st-stick {
  position: relative;
  top: 0; }

.PR_obj-deal-badge .PR_obj-deal-countdown {
  padding-top: 7px; }

.PR_obj-deal-badge .PR_obj-deal-headline {
  margin-top: 7px; }
  .PR_obj-deal-badge .PR_obj-deal-headline .PR_icon {
    top: 0; }

.PR_obj-deal-badge .PR_obj-deal-link {
  margin-top: 7px;
  font-family: "UnitRoundedWebBold", Arial, Helvetica, sans-serif; }

.PR_mod-teaser-stage .royalSlider .rsNav .rsNavItem .rsTmb {
  font-size: 14px; }

.PR_mod-teaser-stage .PR_teaser-txt .PR_abtract {
  color: #fff; }

.PR_mod-teaser-stage .PR_obj-ui-btn.PR_ext-color-1 {
  color: #cc071d;
  background-color: #fff; }
  .PR_mod-teaser-stage .PR_obj-ui-btn.PR_ext-color-1:hover {
    color: #ab0618; }
  .PR_mod-teaser-stage .PR_obj-ui-btn.PR_ext-color-1 > .PR_srd:after {
    display: none; }

.PR_mod-teaser-newsletter .PR_obj-ui-btn-short {
  background-color: #fff; }
  .PR_mod-teaser-newsletter .PR_obj-ui-btn-short > .PR_srd:after {
    display: none; }

.PR_mod-teaser-newsletter .PR_nl-ct .PR_obj-fm-txt:focus {
  border-color: #fff;
  background-color: #fff; }

.z-tabs.yellow > ul > li {
  border-color: #cc071d; }
  .z-tabs.yellow > ul > li > a {
    color: #fff;
    background-color: #cc071d; }
    .z-tabs.yellow > ul > li > a:hover {
      color: #fff;
      background-color: #ab0618; }
  .z-tabs.yellow > ul > li.z-active a:hover {
    color: #4a4a4a;
    background-color: #fff; }

.PR_mod-footer-content .PR_footer-meta > .PR_meta > .PR_copyright {
  padding: 3px 5px 0 0; }

.PR_mod-teaser-carousel .PR_teaser-header .PR_obj-ui-btn.PR_ext-color-1 {
  color: #cc071d;
  background-color: #fff; }
  .PR_mod-teaser-carousel .PR_teaser-header .PR_obj-ui-btn.PR_ext-color-1:hover {
    color: #ab0618; }
    .PR_mod-teaser-carousel .PR_teaser-header .PR_obj-ui-btn.PR_ext-color-1:hover > .PR_srd:after {
      display: none; }

.PR_mod-teaser-list .PR_list .PR_link > .PR_icon-srd {
  background-color: #fff; }
  .PR_mod-teaser-list .PR_list .PR_link > .PR_icon-srd > .PR_srd:after {
    display: none; }

.PR_mod-ibe-searchform {
  padding-right: 20px; }
  .PR_mod-ibe-searchform .PR_form-ct {
    top: 27px; }
  .PR_mod-ibe-searchform .PR_hotline {
    position: absolute;
    top: 9px;
    right: 13px; }
  .PR_mod-ibe-searchform .PR_obj-fm-txt {
    background-color: #fff;
    border-color: #fff; }
  .PR_mod-ibe-searchform .PR_obj-ui-btn-short {
    background-color: #fff; }

.PR_mod-ibe-detailpage .PR_detail-header .PR_abpreis-right .PR_obj-ab-price-ct p {
  font-family: "RewePrice", Arial, Helvetica, sans-serif; }

.PR_mod-ibe-detailpage .PR_obj-ibe-price:after {
  width: 0 !important; }

.PR_mod-ibe-checkout .PR_obj-txt-hl-type-1 {
  line-height: 26px; }

.PR_mod-ibe-checkout .PR_costs li.PR_sum span.PR_price {
  color: #000; }

.PR_obj-ibe-section-header .PR_obj-ln-icon {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }

.PR_mod-ibe-deals .PR_header .PR_obj-ln-icon {
  display: inline-block;
  padding: 11px 20px 10px 20px;
  border: none;
  cursor: pointer;
  line-height: 16px;
  text-align: center;
  color: #cc071d;
  background-color: #fff;
  font-family: "UnitRoundedWebBold", Arial, Helvetica, sans-serif;
  transition: color .3s ease-out; }
  .PR_mod-ibe-deals .PR_header .PR_obj-ln-icon > .PR_icon {
    display: none; }
  .PR_mod-ibe-deals .PR_header .PR_obj-ln-icon:hover {
    text-decoration: none;
    color: #ab0618; }

.PR_mod-ibe-searchpanel-tabs ul > li a {
  color: #fff; }

.PR_mod-ibe-searchpanel-tabs ul > li:before {
  background-color: #cc071d; }

.PR_mod-ibe-searchpanel-tabs ul > li:after {
  background-color: #ab0618; }

.PR_mod-ibe-searchpanel .PR_drop-srd .PR_hl-panel,
.PR_mod-ibe-searchpanel .PR_drop-srd .PR_item > span,
.PR_mod-ibe-searchpanel .PR_drop-srd .PR_customselect .PR_text,
.PR_mod-ibe-searchpanel .PR_drop-srd .PR_obj-fm-label,
.PR_mod-ibe-searchpanel .PR_drop-srd .PR_obj-range-slider span,
.PR_mod-ibe-searchpanel .PR_drop-srd .picker *,
.PR_mod-ibe-searchpanel .PR_drop-srd .PR_type-board > .PR_flyout .PR_obj-fm-check-deps .PR_node.PR_level-0 > .PR_obj-fm-label,
.PR_mod-ibe-searchpanel .PR_drop-srd .PR_type-room > .PR_flyout .PR_obj-fm-check-deps .PR_node.PR_level-0 > .PR_obj-fm-label {
  font-family: "UnitRoundedWebBold", Arial, Helvetica, sans-serif; }

.PR_mod-ibe-searchpanel .PR_obj-ui-btn.PR_ext-color-1 > .PR_srd {
  font-size: 16px; }

.PR_mod-special-broschuere .PR_obj-offer-carousel .PR_obj-ui-btn .PR_icon {
  background: url("img-rewereisen/PR_icons-sprite.png") no-repeat -180px -150px; }

.PR_mod-special-broschuere .PR_obj-offer-carousel .PR_obj-ui-btn > .PR_icon-srd {
  background-color: #cc071d; }
  .PR_mod-special-broschuere .PR_obj-offer-carousel .PR_obj-ui-btn > .PR_icon-srd > .PR_srd:after {
    display: none; }

.PR_mod-special-broschuere .PR_obj-offer-carousel .PR_obj-ui-btn:hover {
  background-color: #ab0618; }
  .PR_mod-special-broschuere .PR_obj-offer-carousel .PR_obj-ui-btn:hover > .PR_icon-srd {
    background-color: #ab0618; }

.PR_mod-layer-contact__button {
  background-color: #cc071d; }
  .PR_mod-layer-contact__button > .PR_srd:after {
    background-color: #ab0618; }

.PR_mod-layer-contact a.PR_mod-layer-contact__button {
  color: #fff; }
  .PR_mod-layer-contact a.PR_mod-layer-contact__button:hover {
    color: #fff; }

.PR_mod-header-content {
  background: none; }
  .PR_mod-header-content > .PR_ct {
    min-height: 122px;
    padding: 0;
    background-color: #cc071d; }
    .PR_mod-header-content > .PR_ct.PR_ext-checkout {
      height: 90px;
      min-height: 49px; }
  .PR_mod-header-content .PR_obj-logo {
    z-index: 1;
    top: 0;
    left: 10px; }
    .PR_mod-header-content .PR_obj-logo img {
      width: 159px; }
  .PR_mod-header-content .PR_nav-checkout {
    margin-right: 20px;
    padding-top: 35px; }
  .PR_mod-header-content .PR_nav-main {
    float: none;
    width: 100%;
    height: 37px;
    margin-top: 44px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 20px;
    text-align: right;
    background-color: #fff; }
    .PR_mod-header-content .PR_nav-main .PR_subnav-btn {
      top: -2px; }
      .PR_mod-header-content .PR_nav-main .PR_subnav-btn .PR_icon {
        background-color: #fff; }
    .PR_mod-header-content .PR_nav-main > ul {
      height: 100%; }
      .PR_mod-header-content .PR_nav-main > ul > li {
        height: 100%; }
        .PR_mod-header-content .PR_nav-main > ul > li > a {
          display: inline-block;
          height: 100%;
          padding: 0 8px;
          line-height: 2.5; }
          .PR_mod-header-content .PR_nav-main > ul > li > a:before {
            content: '';
            width: 1px;
            height: 18px;
            position: absolute;
            left: -2px;
            top: 50%;
            background-color: #d6d6d6;
            margin-top: -9px; }
        .PR_mod-header-content .PR_nav-main > ul > li:first-child > a:before {
          display: none; }
    .PR_mod-header-content .PR_nav-main li {
      display: inline-block;
      float: none;
      margin: 0; }
      .PR_mod-header-content .PR_nav-main li > a {
        font-family: "UnitRoundedWebBold", Arial, Helvetica, sans-serif;
        border-bottom-width: 2px;
        border-color: #fff;
        color: #7a7a7a; }
        .PR_mod-header-content .PR_nav-main li > a:hover, .PR_mod-header-content .PR_nav-main li > a:focus, .PR_mod-header-content .PR_nav-main li > a:active, .PR_mod-header-content .PR_nav-main li > a.PR_st-active {
          color: #cc071d;
          border-color: #fff; }
      .PR_mod-header-content .PR_nav-main li .PR_subnav-flyout {
        background-color: #fff; }
        .PR_mod-header-content .PR_nav-main li .PR_subnav-flyout li a {
          border-bottom-width: 2px;
          border-color: #fff;
          color: #7a7a7a;
          font-family: "UnitRoundedWeb", Arial, Helvetica, sans-serif;
          font-size: 16px; }
          .PR_mod-header-content .PR_nav-main li .PR_subnav-flyout li a:hover, .PR_mod-header-content .PR_nav-main li .PR_subnav-flyout li a:focus, .PR_mod-header-content .PR_nav-main li .PR_subnav-flyout li a:active, .PR_mod-header-content .PR_nav-main li .PR_subnav-flyout li a.PR_st-active {
            color: #cc071d;
            border-color: #fff; }
  .PR_mod-header-content .PR_nav-checkout li > a {
    font-family: "UnitRoundedWebBold", Arial, Helvetica, sans-serif; }

.PR_mod-footer-content .PR_mod-teaser-extras .PR_grid-cont.PR_ext-3 > .PR_col {
  width: 24.68619%;
  float: left;
  margin-right: 0.41841%; }

.PR_mod-footer-content .PR_footer-meta > .PR_meta {
  float: none;
  padding: 0;
  text-align: center;
  *zoom: 1; }
  .PR_mod-footer-content .PR_footer-meta > .PR_meta:before, .PR_mod-footer-content .PR_footer-meta > .PR_meta:after {
    content: "";
    display: table; }
  .PR_mod-footer-content .PR_footer-meta > .PR_meta:after {
    clear: both; }
  .PR_mod-footer-content .PR_footer-meta > .PR_meta > nav {
    float: none;
    display: inline-block;
    padding-top: 3px;
    text-align: start; }
    .PR_mod-footer-content .PR_footer-meta > .PR_meta > nav li {
      margin-left: 3px; }
      .PR_mod-footer-content .PR_footer-meta > .PR_meta > nav li > a {
        display: inline-block;
        color: #fff;
        border-bottom-width: 1px; }
        .PR_mod-footer-content .PR_footer-meta > .PR_meta > nav li > a:hover, .PR_mod-footer-content .PR_footer-meta > .PR_meta > nav li > a:focus {
          color: #fff;
          border-bottom-color: #fff; }
      .PR_mod-footer-content .PR_footer-meta > .PR_meta > nav li:before {
        content: '|';
        margin-right: 5px;
        color: #fff; }
      .PR_mod-footer-content .PR_footer-meta > .PR_meta > nav li:first-child {
        margin-left: 0; }
        .PR_mod-footer-content .PR_footer-meta > .PR_meta > nav li:first-child:before {
          display: none;
          content: ''; }
    .PR_mod-footer-content .PR_footer-meta > .PR_meta > nav > a {
      color: #fff;
      text-decoration: none; }
      .PR_mod-footer-content .PR_footer-meta > .PR_meta > nav > a:hover, .PR_mod-footer-content .PR_footer-meta > .PR_meta > nav > a:focus {
        border-bottom: 1px solid #fff; }
  .PR_mod-footer-content .PR_footer-meta > .PR_meta .PR_copyright {
    padding-bottom: 7px; }

.PR_mod-footer-content .PR_provider-bar {
  position: relative;
  text-align: left;
  padding: 13px 0; }
  .PR_mod-footer-content .PR_provider-bar * {
    font-family: Arial, Helvetica, sans-serif; }
  .PR_mod-footer-content .PR_provider-bar p {
    float: none; }

.PR_mod-footer-content .PR_back-to-top {
  position: absolute;
  top: 0;
  right: 20px;
  width: 64px;
  height: 64px;
  border-radius: 5px;
  background-color: #cc071d;
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.35);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1; }
  .PR_mod-footer-content .PR_back-to-top .PR_icon {
    width: 28px;
    height: 24px;
    background: url(img-rewereisen/PR_icons-sprite.png) no-repeat -124px -654px; }
  .PR_mod-footer-content .PR_back-to-top:hover .PR_icon {
    background: url(img-rewereisen/PR_icons-sprite.png) no-repeat -124px -654px; }

.PR_mod-footer-content .PR_section-nav {
  margin-bottom: 0; }
  .PR_mod-footer-content .PR_section-nav .PR_grid-cont {
    background-color: #fff; }
    .PR_mod-footer-content .PR_section-nav .PR_grid-cont > .PR_col {
      padding: 16px 20px 16px;
      border-top: none; }
      .PR_mod-footer-content .PR_section-nav .PR_grid-cont > .PR_col.PR_last-child {
        padding-bottom: 45px; }
    .PR_mod-footer-content .PR_section-nav .PR_grid-cont.PR_accordion-ct {
      padding-bottom: 15px; }
      .PR_mod-footer-content .PR_section-nav .PR_grid-cont.PR_accordion-ct > .PR_col {
        padding-top: 0;
        padding-bottom: 0; }
  .PR_mod-footer-content .PR_section-nav p {
    text-transform: uppercase; }
  .PR_mod-footer-content .PR_section-nav .PR_icon-holidaycheck {
    display: block;
    margin-top: 12px; }
    .PR_mod-footer-content .PR_section-nav .PR_icon-holidaycheck img {
      display: inline;
      margin-left: 2px; }

.PR_mod-footer-content .PR_whatsapp {
  display: block;
  position: relative;
  top: 5px;
  width: 26px;
  height: 26px;
  margin-left: 0;
  vertical-align: top;
  background: url(img-rewereisen/PR_icons-sprite.png) no-repeat -90px -480px; }

.PR_mod-footer-content .PR_facebook {
  display: block;
  position: relative;
  top: 5px;
  width: 26px;
  height: 26px;
  margin-left: 0;
  vertical-align: top;
  background: url(img-rewereisen/PR_icons-sprite.png) no-repeat 0 -480px; }

.PR_mod-footer-content .PR_icon-finances {
  display: block;
  margin-top: 5px; }

.PR_mod-footer-content .PR_icon-holidaycheck {
  position: relative;
  top: 0px;
  vertical-align: text-top; }

.PR_mod-footer-content .PR_obj-accordion {
  border-top: none; }
  .PR_mod-footer-content .PR_obj-accordion .PR_toggle {
    height: 33px;
    font-size: 14px;
    border-bottom: none; }
    .PR_mod-footer-content .PR_obj-accordion .PR_toggle a {
      font-family: "UnitRoundedWeb", Arial, Helvetica, sans-serif;
      text-transform: uppercase;
      cursor: default; }
      .PR_mod-footer-content .PR_obj-accordion .PR_toggle a:hover {
        color: #4a4a4a; }
        .PR_mod-footer-content .PR_obj-accordion .PR_toggle a:hover .PR_icon {
          background-position: -90px -180px; }
    .PR_mod-footer-content .PR_obj-accordion .PR_toggle .PR_icon {
      display: none;
      background: url(img-rewereisen/PR_icons-sprite.png) no-repeat -90px -180px; }
    .PR_mod-footer-content .PR_obj-accordion .PR_toggle.open .PR_icon {
      background-position: -90px -208px; }
    .PR_mod-footer-content .PR_obj-accordion .PR_toggle.open a {
      color: #4a4a4a; }
      .PR_mod-footer-content .PR_obj-accordion .PR_toggle.open a:hover .PR_icon {
        background-position: -90px -208px; }
  .PR_mod-footer-content .PR_obj-accordion .PR_content {
    height: auto; }
    .PR_mod-footer-content .PR_obj-accordion .PR_content p {
      text-transform: none; }
    .PR_mod-footer-content .PR_obj-accordion .PR_content > div {
      padding: 3px 0;
      border-bottom: none; }
  .PR_mod-footer-content .PR_obj-accordion .PR_obj-txt-list {
    margin-bottom: 0; }

.PR_mod-footer-content .PR_footer-btn-ct {
  margin: 0 -1%; }

.PR_mod-footer-content .PR_footer-btn {
  float: left;
  position: relative;
  display: inline-block;
  width: 23%;
  height: 64px;
  margin: 0 1% 10px;
  padding: 15px 8px 13px;
  border-radius: 5px;
  background-color: #cc071d;
  color: #fff;
  *zoom: 1; }
  .PR_mod-footer-content .PR_footer-btn:before, .PR_mod-footer-content .PR_footer-btn:after {
    content: "";
    display: table; }
  .PR_mod-footer-content .PR_footer-btn:after {
    clear: both; }
  .PR_mod-footer-content .PR_footer-btn > .PR_text {
    display: block;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    padding-left: 47px;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 1.1;
    letter-spacing: -1px; }
    .PR_mod-footer-content .PR_footer-btn > .PR_text .PR_icon {
      position: absolute;
      top: 3px;
      left: 38px;
      display: inline-block;
      width: 10px;
      height: 10px;
      background: url(img-rewereisen/PR_icons-sprite.png) no-repeat -90px -240px; }
  .PR_mod-footer-content .PR_footer-btn > .PR_icon {
    display: block;
    position: absolute;
    top: 50%;
    left: 14px;
    width: 24px;
    height: 24px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: url(img-rewereisen/PR_icons-sprite.png) no-repeat -60px -750px; }
  .PR_mod-footer-content .PR_footer-btn.PR_ext-guarantee > .PR_icon {
    background-position: -154px -747px; }
  .PR_mod-footer-content .PR_footer-btn.PR_ext-security > .PR_icon {
    background-position: -183px -747px; }
  .PR_mod-footer-content .PR_footer-btn.PR_ext-train > .PR_icon {
    background-position: -91px -747px; }
  .PR_mod-footer-content .PR_footer-btn.PR_ext-group > .PR_icon {
    background-position: -122px -747px; }

.PR_mod-meta-sidepins .PR_pin {
  background-color: #fff; }
  .PR_mod-meta-sidepins .PR_pin button {
    background-color: #ab0618; }
  .PR_mod-meta-sidepins .PR_pin.PR_st-closed > button {
    background-color: #cc071d; }
    .PR_mod-meta-sidepins .PR_pin.PR_st-closed > button:hover {
      background-color: #ab0618; }

.PR_mod-meta-sidepins .PR_type-watchlist .PR_watchlist-num {
  bottom: 7px;
  right: 3px;
  background-color: #FCBE00; }

.PR_mod-meta-sidepins .PR_type-watchlist.PR_st-closed .PR_watchlist-num {
  background-color: #ffcd32; }

.PR_mod-meta-sidepins .PR_type-watchlist.PR_st-closed > button > .PR_icon {
  background-position: -60px -60px; }

.PR_mod-meta-sidepins .PR_type-watchlist.PR_st-closed > button:hover > .PR_icon {
  background-position: -60px -60px; }

.PR_mod-meta-sidepins .PR_type-watchlist > button > .PR_icon {
  background-position: -60px -60px; }

.PR_mod-meta-sidepins .PR_type-contact.PR_st-closed > button > .PR_icon {
  background-position: -60px -29px; }

.PR_mod-meta-sidepins .PR_type-contact.PR_st-closed > button:hover > .PR_icon {
  background-position: -60px -29px; }

.PR_mod-meta-sidepins .PR_type-contact > button > .PR_icon {
  background-position: -60px -29px; }

.PR_panel-stage .PR_mod-ibe-searchpanel.PR_ext-vertical {
  background-color: #fff; }
  .PR_panel-stage .PR_mod-ibe-searchpanel.PR_ext-vertical .PR_panel-expand {
    background-color: #fff; }
    .PR_panel-stage .PR_mod-ibe-searchpanel.PR_ext-vertical .PR_panel-expand .PR_obj-ui-btn-close > .PR_icon {
      background-position: 0 -630px; }
  .PR_panel-stage .PR_mod-ibe-searchpanel.PR_ext-vertical .PR_obj-txt-hl-type-2b {
    color: #4a4a4a; }
  .PR_panel-stage .PR_mod-ibe-searchpanel.PR_ext-vertical .PR_drop-srd .PR_hl-panel {
    color: #4a4a4a; }
  .PR_panel-stage .PR_mod-ibe-searchpanel.PR_ext-vertical .PR_obj-ln-icon.PR_ext-color-2 {
    color: #cc071d;
    font-family: "UnitRoundedWebBold", Arial, Helvetica, sans-serif; }
    .PR_panel-stage .PR_mod-ibe-searchpanel.PR_ext-vertical .PR_obj-ln-icon.PR_ext-color-2 > .PR_icon {
      background-position: 0 -240px; }
  .PR_panel-stage .PR_mod-ibe-searchpanel.PR_ext-vertical .PR_obj-range-slider .noUi-handle,
  .PR_panel-stage .PR_mod-ibe-searchpanel.PR_ext-vertical .PR_obj-range-slider .noUi-active {
    background-color: #cc071d; }
  .PR_panel-stage .PR_mod-ibe-searchpanel.PR_ext-vertical .PR_obj-range-slider .PR_budget > .PR_st-selected {
    color: #4a4a4a; }

.PR_mod-ibe-result-angebote .PR_result-list .PR_obj-ibe-presenter .PR_description .PR_icon {
  top: -1px; }

.PR_mod-ibe-deals .PR_obj-ibe-presenter .PR_obj-deal-countdown .PR_digit {
  line-height: 24px; }
  @media screen and (min-width: 0px) and (max-width: 767px) {
    .PR_mod-ibe-deals .PR_obj-ibe-presenter .PR_obj-deal-countdown .PR_digit {
      line-height: 24px; } }
  @media screen and (min-width: 768px) and (max-width: 1000px) {
    .PR_mod-ibe-deals .PR_obj-ibe-presenter .PR_obj-deal-countdown .PR_digit {
      line-height: 24px; } }
  @media screen and (min-width: 1310px) {
    .PR_mod-ibe-deals .PR_obj-ibe-presenter .PR_obj-deal-countdown .PR_digit {
      line-height: 26px; } }

.picker__day--selected,
.picker__day--selected:hover,
.picker__day--infocus.picker__day--selected:hover,
.picker__day--infocus:hover {
  background-color: #cc071d;
  border-color: #cc071d;
  color: #fff; }

div[id^="tsbadgeResponsiveTop_"] {
  position: relative;
  top: 49px; }

/*-----|| date picker static (no js) ||-----*/
.PR_obj-static-datepicker .picker__day {
  color: #7a7a7a; }
  .PR_obj-static-datepicker .picker__day.picker__day--infocus:hover {
    border-color: white;
    background-color: white; }
  .PR_obj-static-datepicker .picker__day.picker__day--infocus.PR_has-price:hover {
    background-color: #75B045; }
  .PR_obj-static-datepicker .picker__day.PR_has-price {
    color: #4a4a4a;
    background-color: #abcf8c; }
  .PR_obj-static-datepicker .picker__day.picker__day--highlighted, .PR_obj-static-datepicker .picker__day.picker__day--selected {
    border-color: white;
    background-color: white; }
  .PR_obj-static-datepicker .picker__day .PR_price-label > .PR_value {
    color: #4a4a4a; }

.PR_mod-layer-pricechange .PR_mod-layer__content > div {
  padding: 29px 25px 15px; }

.PR_mod-layer-pricechange .PR_mod-layer__hl {
  margin-bottom: 30px; }

.PR_mod-layer-pricechange__new-price {
  margin-bottom: 20px; }
  .PR_mod-layer-pricechange__new-price p {
    margin-top: -9px; }
  .PR_mod-layer-pricechange__new-price strong {
    font-size: 40px;
    font-family: "RewePrice", Arial, Helvetica, sans-serif; }

.PR_mod-layer-pricechange__info {
  line-height: 1.3; }

.PR_mod-layer-pricechange .PR_btn-ct .PR_obj-ui-btn.PR_ext-color-1:last-child {
  background-color: #75B045; }
  .PR_mod-layer-pricechange .PR_btn-ct .PR_obj-ui-btn.PR_ext-color-1:last-child > .PR_srd::after {
    background-color: #78a91f; }

.PR_mod-result-error > .PR_ct .PR_resulterror-filter-section .PR_resulterror-filter-remove {
  background-color: #cc071d;
  color: #fff; }

.is-selected .pika-button {
  background-color: #cc071d;
  border-color: #cc071d;
  color: white; }

.pika-button,
.pika-label {
  font-family: "UnitRoundedWebBold", Arial, Helvetica, sans-serif;
  font-weight: normal; }

.pika-button:hover {
  background-color: #cc071d;
  color: white; }

.pika-title,
.pika-label,
.is-empty {
  background-color: #D6D6D6; }

.PR_obj-deal-badge a span {
  font-family: "UnitRoundedWebBold", Arial, Helvetica, sans-serif; }

.PR_obj-deal-badge .PR_obj-deal-link {
  margin-top: 3px; }

@media screen and (min-width: 0px) and (max-width: 767px) {
  .PR_dc-srd {
    padding-top: 54px; }
    .PR_dc-srd.PR_dc-srd-ext {
      padding-top: 66px; }
  .PR_mod-header-content > .PR_ct {
    min-height: 49px;
    padding: 0; }
    .PR_mod-header-content > .PR_ct.PR_ext-checkout {
      height: 49px; }
  .PR_mod-header-content .PR_obj-logo {
    left: 0; }
    .PR_mod-header-content .PR_obj-logo img {
      width: 90px;
      margin-top: 0; }
  .PR_mod-header-content .PR_section-nav {
    top: 0;
    height: 49px; }
  .PR_mod-header-content .PR_nav-checkout {
    padding-top: 17px; }
  .PR_mod-header-content .PR_nav-main {
    float: right;
    width: auto;
    height: 49px;
    margin-top: 0;
    padding: 0;
    text-align: left;
    background-color: #cc071d; }
    .PR_mod-header-content .PR_nav-main > ul {
      height: auto;
      top: 49px; }
      .PR_mod-header-content .PR_nav-main > ul > li {
        height: auto; }
        .PR_mod-header-content .PR_nav-main > ul > li > a {
          display: inline;
          padding: 0;
          line-height: 2.1; }
          .PR_mod-header-content .PR_nav-main > ul > li > a:before {
            display: none; }
    .PR_mod-header-content .PR_nav-main li {
      float: left;
      display: block; }
      .PR_mod-header-content .PR_nav-main li > a {
        border-color: #cc071d; }
        .PR_mod-header-content .PR_nav-main li > a:hover, .PR_mod-header-content .PR_nav-main li > a:focus, .PR_mod-header-content .PR_nav-main li > a:active, .PR_mod-header-content .PR_nav-main li > a.PR_st-active {
          border-color: #fff; }
      .PR_mod-header-content .PR_nav-main li .PR_subnav-flyout {
        background-color: #cc071d; }
        .PR_mod-header-content .PR_nav-main li .PR_subnav-flyout li a {
          color: #fff;
          border-color: #cc071d; }
          .PR_mod-header-content .PR_nav-main li .PR_subnav-flyout li a:hover, .PR_mod-header-content .PR_nav-main li .PR_subnav-flyout li a:focus, .PR_mod-header-content .PR_nav-main li .PR_subnav-flyout li a:active, .PR_mod-header-content .PR_nav-main li .PR_subnav-flyout li a.PR_st-active {
            border-color: #fff; }
    .PR_mod-header-content .PR_nav-main > .PR_obj-ui-btn-tabnav {
      height: 49px;
      margin: 0;
      border-left: 1px solid #ab0618;
      background-color: #cc071d;
      background-position: -52px 14px;
      box-shadow: none; }
  .PR_mod-header-content .PR_searchform-ct {
    margin-top: 49px; }
  .PR_mod-meta-sidepins {
    height: 49px; }
    .PR_mod-meta-sidepins .PR_pin {
      width: 38px;
      height: 100%;
      margin-bottom: 0;
      box-shadow: none; }
      .PR_mod-meta-sidepins .PR_pin .PR_obj-ln-icon {
        width: 38px;
        height: 100%;
        border-left: 1px solid #ab0618;
        background-color: #cc071d; }
        .PR_mod-meta-sidepins .PR_pin .PR_obj-ln-icon > .PR_icon {
          top: 6px; }
    .PR_mod-meta-sidepins .PR_type-contact,
    .PR_mod-meta-sidepins .PR_type-watchlist {
      margin-left: 0; }
    .PR_mod-meta-sidepins .PR_type-contact .PR_obj-ln-icon > .PR_icon {
      background-position: -84px 7px; }
    .PR_mod-meta-sidepins .PR_type-watchlist .PR_watchlist-num {
      bottom: 12px;
      right: 4px;
      background-color: #ffcd32; }
  .PR_mod-ibe-searchform {
    padding-right: 0; }
    .PR_mod-ibe-searchform .PR_form-ct {
      top: 0;
      margin-top: 10px; }
    .PR_mod-ibe-searchform .PR_hotline {
      position: relative;
      top: 0;
      right: 0; }
  .PR_mod-footer-content .PR_grid-cont.PR_ext-3 > .PR_col {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .PR_mod-footer-content .PR_footer-meta > .PR_meta {
    display: block;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 18px; }
    .PR_mod-footer-content .PR_footer-meta > .PR_meta > nav {
      float: none;
      text-align: left; }
    .PR_mod-footer-content .PR_footer-meta > .PR_meta > .PR_copyright {
      padding: 16px 0 7px; }
  .PR_mod-footer-content .PR_mod-teaser-extras .PR_grid-cont.PR_ext-3 > .PR_col {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .PR_mod-footer-content .PR_btns-ct {
    padding-bottom: 12px; }
  .PR_mod-footer-content .PR_footer-btn {
    width: 48%; }
  .PR_mod-footer-content .PR_section-nav .PR_grid-cont > .PR_col.PR_last-child {
    padding-bottom: 57px; }
  .PR_mod-footer-content .PR_section-nav .PR_grid-cont.PR_logo-ct > .PR_col {
    padding-left: 38px;
    padding-right: 38px;
    border-top: 1px solid #D6D6D6; }
  .PR_mod-footer-content .PR_section-nav .PR_icon-holidaycheck {
    display: inline;
    margin-top: 0; }
    .PR_mod-footer-content .PR_section-nav .PR_icon-holidaycheck img {
      margin-left: 10px; }
  .PR_mod-footer-content .PR_accordion-ct {
    padding: 0 10px 0 18px; }
  .PR_mod-footer-content .PR_obj-accordion .PR_toggle a {
    cursor: pointer; }
    .PR_mod-footer-content .PR_obj-accordion .PR_toggle a:hover {
      color: #cc071d; }
  .PR_mod-footer-content .PR_obj-accordion .PR_toggle .PR_icon {
    display: block; }
  .PR_mod-footer-content .PR_obj-accordion .PR_toggle.open a {
    color: #cc071d; }
  .PR_mod-footer-content .PR_obj-accordion .PR_content {
    height: 0; }
  .PR_mod-footer-content .PR_logo-ct .PR_col:first-child {
    padding-top: 22px;
    padding-bottom: 13px; }
  .PR_mod-footer-content .PR_provider-bar {
    padding: 13px 0 21px; }
  .PR_mod-footer-content .PR_facebook {
    display: inline-block;
    top: -5px;
    margin-left: 10px; }
  .PR_mod-layer-contact__button--phone {
    background-color: #cc071d; }
    .PR_mod-layer-contact__button--phone > .PR_srd:after {
      background-color: #ab0618; }
  .PR_mod-layer-contact a.PR_mod-layer-contact__button--phone {
    color: #fff; }
    .PR_mod-layer-contact a.PR_mod-layer-contact__button--phone:hover, .PR_mod-layer-contact a.PR_mod-layer-contact__button--phone:focus, .PR_mod-layer-contact a.PR_mod-layer-contact__button--phone:active {
      color: #fff; }
  .PR_mod-ibe-searchpanel.PR_ext-expandable {
    background-color: #fff; }
    .PR_mod-ibe-searchpanel.PR_ext-expandable .PR_obj-range-slider .noUi-handle {
      background-color: #cc071d; }
    .PR_mod-ibe-searchpanel.PR_ext-expandable .PR_obj-range-slider .noUi-active {
      background-color: #ab0618; }
    .PR_mod-ibe-searchpanel.PR_ext-expandable .PR_obj-range-slider .PR_budget {
      color: #4a4a4a; }
    .PR_mod-ibe-searchpanel.PR_ext-expandable .PR_drop-srd .PR_hl-panel,
    .PR_mod-ibe-searchpanel.PR_ext-expandable .PR_drop-srd .PR_globaltypes .PR_obj-fm-label,
    .PR_mod-ibe-searchpanel.PR_ext-expandable .PR_drop-srd .PR_type-anreise .PR_obj-fm-label {
      color: #4a4a4a; }
  .PR_mod-ibe-deals .PR_header .PR_obj-txt-hl-type-2 {
    margin-bottom: 20px; }
  .PR_mod-layer-pricechange .PR_mod-layer__content > div {
    padding: 46px 25px 18px; }
  .PR_mod-layer-pricechange .PR_mod-layer__hl {
    margin-bottom: 8px; }
  .PR_mod-layer-pricechange__new-price {
    margin-bottom: 12px; }
    .PR_mod-layer-pricechange__new-price p {
      margin-top: -2px; }
    .PR_mod-layer-pricechange__new-price strong {
      font-size: 33px; }
  .PR_mod-layer-pricechange__info {
    line-height: 1.2; }
  .PR_mod-layer-pricechange .PR_btn-ct {
    margin-top: 25px;
    margin-bottom: 33px; } }

@media screen and (min-width: 440px) and (max-width: 767px) {
  .PR_mod-ibe-deals .PR_header {
    *zoom: 1; }
    .PR_mod-ibe-deals .PR_header:before, .PR_mod-ibe-deals .PR_header:after {
      content: "";
      display: table; }
    .PR_mod-ibe-deals .PR_header:after {
      clear: both; }
    .PR_mod-ibe-deals .PR_header .PR_obj-txt-hl-type-2 {
      margin-bottom: 0;
      float: left;
      padding-right: 126px; } }

@media screen and (min-width: 0px) and (max-width: 767px) {
  .PR_mod-ibe-deals .PR_header {
    *zoom: 1;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .PR_mod-ibe-deals .PR_header:before, .PR_mod-ibe-deals .PR_header:after {
      content: "";
      display: table; }
    .PR_mod-ibe-deals .PR_header:after {
      clear: both; }
    .PR_mod-ibe-deals .PR_header .PR_obj-ln-icon {
      -webkit-flex: 1 0 142px;
          -ms-flex: 1 0 142px;
              flex: 1 0 142px;
      position: relative;
      bottom: 0; }
    .PR_mod-ibe-deals .PR_header .PR_obj-txt-hl-type-2 {
      padding-right: 10px; } }

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .PR_dc-srd {
    padding-top: 54px; }
  .PR_mod-header-content > .PR_ct {
    min-height: 49px;
    padding: 0; }
    .PR_mod-header-content > .PR_ct.PR_ext-checkout {
      height: 49px; }
  .PR_mod-header-content .PR_obj-logo {
    left: 0; }
    .PR_mod-header-content .PR_obj-logo img {
      width: 90px;
      margin-top: 0; }
  .PR_mod-header-content .PR_section-nav {
    top: 0;
    right: 0;
    height: 100%; }
  .PR_mod-header-content .PR_nav-checkout {
    padding-top: 17px; }
  .PR_mod-header-content .PR_nav-main {
    float: right;
    width: auto;
    height: 100%;
    margin-top: 0;
    padding: 0;
    text-align: left;
    background-color: #cc071d; }
    .PR_mod-header-content .PR_nav-main > ul {
      height: auto;
      top: 49px; }
      .PR_mod-header-content .PR_nav-main > ul > li > a {
        display: inline;
        padding: 0;
        line-height: 2.1; }
        .PR_mod-header-content .PR_nav-main > ul > li > a:before {
          display: none; }
    .PR_mod-header-content .PR_nav-main li {
      float: left;
      display: block; }
      .PR_mod-header-content .PR_nav-main li > a {
        border-color: #cc071d; }
        .PR_mod-header-content .PR_nav-main li > a:hover, .PR_mod-header-content .PR_nav-main li > a:focus, .PR_mod-header-content .PR_nav-main li > a:active, .PR_mod-header-content .PR_nav-main li > a.PR_st-active {
          border-color: #fff; }
      .PR_mod-header-content .PR_nav-main li .PR_subnav-flyout {
        background-color: #cc071d; }
        .PR_mod-header-content .PR_nav-main li .PR_subnav-flyout li a {
          color: #fff;
          border-color: #cc071d; }
          .PR_mod-header-content .PR_nav-main li .PR_subnav-flyout li a:hover, .PR_mod-header-content .PR_nav-main li .PR_subnav-flyout li a:focus, .PR_mod-header-content .PR_nav-main li .PR_subnav-flyout li a:active, .PR_mod-header-content .PR_nav-main li .PR_subnav-flyout li a.PR_st-active {
            border-color: #fff; }
    .PR_mod-header-content .PR_nav-main > .PR_obj-ui-btn-tabnav {
      height: 49px;
      margin: 0;
      border-left: 1px solid #ab0618;
      background-color: #cc071d;
      background-position: -52px 14px;
      box-shadow: none; }
  .PR_mod-header-content .PR_searchform-ct {
    margin-top: 49px; }
  .PR_mod-ibe-searchform {
    padding-right: 0; }
    .PR_mod-ibe-searchform .PR_form-ct {
      top: 0;
      margin-top: 10px; }
    .PR_mod-ibe-searchform .PR_hotline {
      position: relative;
      top: 0;
      right: 0; }
  .PR_mod-footer-content .PR_grid-cont.PR_ext-3 > .PR_col {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .PR_mod-footer-content .PR_grid-cont.PR_ext-4 > .PR_col {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .PR_mod-footer-content .PR_footer-meta > .PR_meta {
    padding: 0 18px; }
  .PR_mod-footer-content .PR_section-nav .PR_grid-cont.PR_logo-ct > .PR_col {
    padding-left: 38px;
    padding-right: 38px;
    border-top: 1px solid #D6D6D6; }
  .PR_mod-footer-content .PR_section-nav .PR_icon-holidaycheck {
    display: inline;
    margin-top: 0; }
    .PR_mod-footer-content .PR_section-nav .PR_icon-holidaycheck img {
      margin-left: 10px; }
  .PR_mod-footer-content .PR_accordion-ct {
    padding: 0 10px 0 18px; }
  .PR_mod-footer-content .PR_obj-accordion .PR_toggle a {
    cursor: pointer; }
    .PR_mod-footer-content .PR_obj-accordion .PR_toggle a:hover {
      color: #cc071d; }
  .PR_mod-footer-content .PR_obj-accordion .PR_toggle .PR_icon {
    display: block; }
  .PR_mod-footer-content .PR_obj-accordion .PR_toggle.open a {
    color: #cc071d; }
  .PR_mod-footer-content .PR_obj-accordion .PR_content {
    height: 0; }
  .PR_mod-footer-content .PR_btns-ct {
    padding-bottom: 12px; }
  .PR_mod-footer-content .PR_logo-ct .PR_col:first-child {
    padding-top: 22px;
    padding-bottom: 13px; }
  .PR_mod-footer-content .PR_facebook {
    display: inline-block;
    top: -5px;
    margin-left: 10px; }
  .PR_mod-meta-sidepins {
    height: 49px; }
    .PR_mod-meta-sidepins .PR_pin {
      width: 38px;
      height: 100%;
      margin-bottom: 0;
      box-shadow: none; }
      .PR_mod-meta-sidepins .PR_pin .PR_obj-ln-icon {
        width: 38px;
        height: 100%;
        border-left: 1px solid #ab0618;
        background-color: #cc071d; }
        .PR_mod-meta-sidepins .PR_pin .PR_obj-ln-icon > .PR_icon {
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%); }
    .PR_mod-meta-sidepins .PR_type-contact,
    .PR_mod-meta-sidepins .PR_type-watchlist {
      margin-left: 0; }
    .PR_mod-meta-sidepins .PR_type-watchlist .PR_watchlist-num {
      bottom: 12px;
      right: 4px;
      background-color: #ffcd32; } }

@media screen and (min-width: 1310px) {
  .PR_mod-footer-content .PR_mod-teaser-extras .PR_grid-cont.PR_ext-3 > .PR_col {
    width: 24.68619%;
    float: left;
    margin-right: 0.41841%; }
  .PR_mod-footer-content .PR_footer-btn {
    height: 46px; } }
