/* tp-taurus - v3.5.4 */
/*! tp-taurus - v3.5.4 */ /*!
Pure v0.6.0
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
https://github.com/yahoo/pure/blob/master/LICENSE.md
*/ /*!
normalize.css v^3.0 | MIT License | git.io/normalize
Copyright (c) Nicolas Gallagher and Jonathan Neal
*/ /*! normalize.css v3.0.2 | MIT License | git.io/normalize */

[hidden] {
  display: none !important;
}
.pure-img {
  max-width: 100%;
  height: auto;
  display: block;
} /*!
  Pure v0.6.0
  Copyright 2014 Yahoo! Inc. All rights reserved.
  Licensed under the BSD License.
  https://github.com/yahoo/pure/blob/master/LICENSE.md
  */
.pure-button {
  display: inline-block;
  zoom: 1;
  line-height: normal;
  white-space: nowrap;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pure-button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.pure-button {
  font-family: inherit;
  font-size: 100%;
  padding: 0.5em 1em;
  color: #444;
  color: rgba(0, 0, 0, 0.8);
  border: 1px solid #999;
  border: 0 rgba(0, 0, 0, 0);
  background-color: #e6e6e6;
  text-decoration: none;
  border-radius: 2px;
}
.pure-button-hover,
.pure-button:hover,
.pure-button:focus {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#1a000000', GradientType=0);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(transparent),
    color-stop(40%, rgba(0, 0, 0, 0.05)),
    to(rgba(0, 0, 0, 0.1))
  );
  background-image: -webkit-linear-gradient(
    transparent,
    rgba(0, 0, 0, 0.05) 40%,
    rgba(0, 0, 0, 0.1)
  );
  background-image: -o-linear-gradient(
    transparent,
    rgba(0, 0, 0, 0.05) 40%,
    rgba(0, 0, 0, 0.1)
  );
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    color-stop(40%, rgba(0, 0, 0, 0.05)),
    to(rgba(0, 0, 0, 0.1))
  );
  background-image: linear-gradient(
    transparent,
    rgba(0, 0, 0, 0.05) 40%,
    rgba(0, 0, 0, 0.1)
  );
}
.pure-button:focus {
  outline: 0;
}
.pure-button-active,
.pure-button:active {
  -webkit-box-shadow:
    0 0 0 1px rgba(0, 0, 0, 0.15) inset,
    0 0 6px rgba(0, 0, 0, 0.2) inset;
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, 0.15) inset,
    0 0 6px rgba(0, 0, 0, 0.2) inset;
  border-color: #000\9;
}
.pure-button[disabled],
.pure-button-disabled,
.pure-button-disabled:hover,
.pure-button-disabled:focus,
.pure-button-disabled:active {
  border: 0;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  filter: alpha(opacity=40);
  -khtml-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
  cursor: not-allowed;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.pure-button-hidden {
  display: none;
}
.pure-button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.pure-button-primary,
.pure-button-selected,
a.pure-button-primary,
a.pure-button-selected {
  background-color: #0078e7;
  color: #fff;
} /*!
  Pure v0.6.0
  Copyright 2014 Yahoo! Inc. All rights reserved.
  Licensed under the BSD License.
  https://github.com/yahoo/pure/blob/master/LICENSE.md
  */
.pure-form input[type='text'],
.pure-form input[type='password'],
.pure-form input[type='email'],
.pure-form input[type='url'],
.pure-form input[type='date'],
.pure-form input[type='month'],
.pure-form input[type='time'],
.pure-form input[type='datetime'],
.pure-form input[type='datetime-local'],
.pure-form input[type='week'],
.pure-form input[type='number'],
.pure-form input[type='search'],
.pure-form input[type='tel'],
.pure-form input[type='color'],
.pure-form select,
.pure-form textarea {
  padding: 0.5em 0.6em;
  display: inline-block;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 3px #ddd;
  box-shadow: inset 0 1px 3px #ddd;
  border-radius: 4px;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pure-form input:not([type]) {
  padding: 0.5em 0.6em;
  display: inline-block;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 3px #ddd;
  box-shadow: inset 0 1px 3px #ddd;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pure-form input[type='color'] {
  padding: 0.2em 0.5em;
}
.pure-form input[type='text']:focus,
.pure-form input[type='password']:focus,
.pure-form input[type='email']:focus,
.pure-form input[type='url']:focus,
.pure-form input[type='date']:focus,
.pure-form input[type='month']:focus,
.pure-form input[type='time']:focus,
.pure-form input[type='datetime']:focus,
.pure-form input[type='datetime-local']:focus,
.pure-form input[type='week']:focus,
.pure-form input[type='number']:focus,
.pure-form input[type='search']:focus,
.pure-form input[type='tel']:focus,
.pure-form input[type='color']:focus,
.pure-form select:focus,
.pure-form textarea:focus {
  outline: 0;
  border-color: #129fea;
}
.pure-form input:not([type]):focus {
  outline: 0;
  border-color: #129fea;
}
.pure-form input[type='file']:focus,
.pure-form input[type='radio']:focus,
.pure-form input[type='checkbox']:focus {
  outline: thin solid #129fea;
  outline: 1px auto #129fea;
}
.pure-form .pure-checkbox,
.pure-form .pure-radio {
  margin: 0.5em 0;
  display: block;
}
.pure-form input[type='text'][disabled],
.pure-form input[type='password'][disabled],
.pure-form input[type='email'][disabled],
.pure-form input[type='url'][disabled],
.pure-form input[type='date'][disabled],
.pure-form input[type='month'][disabled],
.pure-form input[type='time'][disabled],
.pure-form input[type='datetime'][disabled],
.pure-form input[type='datetime-local'][disabled],
.pure-form input[type='week'][disabled],
.pure-form input[type='number'][disabled],
.pure-form input[type='search'][disabled],
.pure-form input[type='tel'][disabled],
.pure-form input[type='color'][disabled],
.pure-form select[disabled],
.pure-form textarea[disabled] {
  cursor: not-allowed;
  background-color: #eaeded;
  color: #cad2d3;
}
.pure-form input:not([type])[disabled] {
  cursor: not-allowed;
  background-color: #eaeded;
  color: #cad2d3;
}
.pure-form input[readonly],
.pure-form select[readonly],
.pure-form textarea[readonly] {
  background-color: #eee;
  color: #777;
  border-color: #ccc;
}
.pure-form input:focus:invalid,
.pure-form textarea:focus:invalid,
.pure-form select:focus:invalid {
  color: #b94a48;
  border-color: #e9322d;
}
.pure-form input[type='file']:focus:invalid:focus,
.pure-form input[type='radio']:focus:invalid:focus,
.pure-form input[type='checkbox']:focus:invalid:focus {
  outline-color: #e9322d;
}
.pure-form select {
  height: 2.25em;
  border: 1px solid #ccc;
  background-color: #fff;
}
.pure-form select[multiple] {
  height: auto;
}
.pure-form label {
  margin: 0.5em 0 0.2em;
}
.pure-form fieldset {
  margin: 0;
  padding: 0.35em 0 0.75em;
  border: 0;
}
.pure-form legend {
  display: block;
  width: 100%;
  padding: 0.3em 0;
  margin-bottom: 0.3em;
  color: #333;
  border-bottom: 1px solid #e5e5e5;
}
.pure-form-stacked input[type='text'],
.pure-form-stacked input[type='password'],
.pure-form-stacked input[type='email'],
.pure-form-stacked input[type='url'],
.pure-form-stacked input[type='date'],
.pure-form-stacked input[type='month'],
.pure-form-stacked input[type='time'],
.pure-form-stacked input[type='datetime'],
.pure-form-stacked input[type='datetime-local'],
.pure-form-stacked input[type='week'],
.pure-form-stacked input[type='number'],
.pure-form-stacked input[type='search'],
.pure-form-stacked input[type='tel'],
.pure-form-stacked input[type='color'],
.pure-form-stacked input[type='file'],
.pure-form-stacked select,
.pure-form-stacked label,
.pure-form-stacked textarea {
  display: block;
  margin: 0.25em 0;
}
.pure-form-stacked input:not([type]) {
  display: block;
  margin: 0.25em 0;
}
.pure-form-aligned input,
.pure-form-aligned textarea,
.pure-form-aligned select,
.pure-form-aligned .pure-help-inline,
.pure-form-message-inline {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
.pure-form-aligned textarea {
  vertical-align: top;
}
.pure-form-aligned .pure-control-group {
  margin-bottom: 0.5em;
}
.pure-form-aligned .pure-control-group label {
  text-align: right;
  display: inline-block;
  vertical-align: middle;
  width: 10em;
  margin: 0 1em 0 0;
}
.pure-form-aligned .pure-controls {
  margin: 1.5em 0 0 11em;
}
.pure-form input.pure-input-rounded,
.pure-form .pure-input-rounded {
  border-radius: 2em;
  padding: 0.5em 1em;
}
.pure-form .pure-group fieldset {
  margin-bottom: 10px;
}
.pure-form .pure-group input,
.pure-form .pure-group textarea {
  display: block;
  padding: 10px;
  margin: 0 0 -1px;
  border-radius: 0;
  position: relative;
  top: -1px;
}
.pure-form .pure-group input:focus,
.pure-form .pure-group textarea:focus {
  z-index: 3;
}
.pure-form .pure-group input:first-child,
.pure-form .pure-group textarea:first-child {
  top: 1px;
  border-radius: 4px 4px 0 0;
  margin: 0;
}
.pure-form .pure-group input:first-child:last-child,
.pure-form .pure-group textarea:first-child:last-child {
  top: 1px;
  border-radius: 4px;
  margin: 0;
}
.pure-form .pure-group input:last-child,
.pure-form .pure-group textarea:last-child {
  top: -2px;
  border-radius: 0 0 4px 4px;
  margin: 0;
}
.pure-form .pure-group button {
  margin: 0.35em 0;
}
.pure-form .pure-input-1 {
  width: 100%;
}
.pure-form .pure-input-2-3 {
  width: 66%;
}
.pure-form .pure-input-1-2 {
  width: 50%;
}
.pure-form .pure-input-1-3 {
  width: 33%;
}
.pure-form .pure-input-1-4 {
  width: 25%;
}
.pure-form .pure-help-inline,
.pure-form-message-inline {
  display: inline-block;
  padding-left: 0.3em;
  color: #666;
  vertical-align: middle;
  font-size: 0.875em;
}
.pure-form-message {
  display: block;
  color: #666;
  font-size: 0.875em;
}
@media only screen and (max-width: 480px) {
  .pure-form button[type='submit'] {
    margin: 0.7em 0 0;
  }
  .pure-form input:not([type]),
  .pure-form input[type='text'],
  .pure-form input[type='password'],
  .pure-form input[type='email'],
  .pure-form input[type='url'],
  .pure-form input[type='date'],
  .pure-form input[type='month'],
  .pure-form input[type='time'],
  .pure-form input[type='datetime'],
  .pure-form input[type='datetime-local'],
  .pure-form input[type='week'],
  .pure-form input[type='number'],
  .pure-form input[type='search'],
  .pure-form input[type='tel'],
  .pure-form input[type='color'],
  .pure-form label {
    margin-bottom: 0.3em;
    display: block;
  }
  .pure-group input:not([type]),
  .pure-group input[type='text'],
  .pure-group input[type='password'],
  .pure-group input[type='email'],
  .pure-group input[type='url'],
  .pure-group input[type='date'],
  .pure-group input[type='month'],
  .pure-group input[type='time'],
  .pure-group input[type='datetime'],
  .pure-group input[type='datetime-local'],
  .pure-group input[type='week'],
  .pure-group input[type='number'],
  .pure-group input[type='search'],
  .pure-group input[type='tel'],
  .pure-group input[type='color'] {
    margin-bottom: 0;
  }
  .pure-form-aligned .pure-control-group label {
    margin-bottom: 0.3em;
    text-align: left;
    display: block;
    width: 100%;
  }
  .pure-form-aligned .pure-controls {
    margin: 1.5em 0 0;
  }
  .pure-form .pure-help-inline,
  .pure-form-message-inline,
  .pure-form-message {
    display: block;
    font-size: 0.75em;
    padding: 0.2em 0 0.8em;
  }
} /*!
  Pure v0.6.0
  Copyright 2014 Yahoo! Inc. All rights reserved.
  Licensed under the BSD License.
  https://github.com/yahoo/pure/blob/master/LICENSE.md
  */
.pure-table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  border: 1px solid #cbcbcb;
}
.pure-table caption {
  color: #000;
  font:
    italic 85%/1 arial,
    sans-serif;
  padding: 1em 0;
  text-align: center;
}
.pure-table td,
.pure-table th {
  border-left: 1px solid #cbcbcb;
  border-width: 0 0 0 1px;
  font-size: inherit;
  margin: 0;
  overflow: visible;
  padding: 0.5em 1em;
}
.pure-table td:first-child,
.pure-table th:first-child {
  border-left-width: 0;
}
.pure-table thead {
  background-color: #e0e0e0;
  color: #000;
  text-align: left;
  vertical-align: bottom;
}
.pure-table td {
  background-color: transparent;
}
.pure-table-odd td {
  background-color: #f2f2f2;
}
.pure-table-striped tr:nth-child(2n-1) td {
  background-color: #f2f2f2;
}
.pure-table-bordered td {
  border-bottom: 1px solid #cbcbcb;
}
.pure-table-bordered tbody > tr:last-child > td {
  border-bottom-width: 0;
}
.pure-table-horizontal td,
.pure-table-horizontal th {
  border-width: 0 0 1px;
  border-bottom: 1px solid #cbcbcb;
}
.pure-table-horizontal tbody > tr:last-child > td {
  border-bottom-width: 0;
} /*!
  Pure v0.6.0
  Copyright 2014 Yahoo! Inc. All rights reserved.
  Licensed under the BSD License.
  https://github.com/yahoo/pure/blob/master/LICENSE.md
  */
.pure-g {
  letter-spacing: -0.31em;
  *letter-spacing: normal;
  *word-spacing: -0.43em;
  text-rendering: optimizespeed;
  font-family: FreeSans, Arimo, 'Droid Sans', Helvetica, Arial, sans-serif;
  display: -webkit-flex;
  -webkit-flex-flow: row wrap;
  display: -ms-flexbox;
  -ms-flex-flow: row wrap;
  -ms-align-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
.opera-only :-o-prefocus,
.pure-g {
  word-spacing: -0.43em;
}
.pure-u {
  display: inline-block;
  *display: inline;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
}
.pure-g [class*='pure-u'] {
  font-family: sans-serif;
}
.pure-u-1,
.pure-u-1-1,
.pure-u-1-2,
.pure-u-1-3,
.pure-u-2-3,
.pure-u-1-4,
.pure-u-3-4,
.pure-u-1-6,
.pure-u-5-6,
.pure-u-1-12,
.pure-u-2-12,
.pure-u-3-12,
.pure-u-4-12,
.pure-u-5-12,
.pure-u-6-12,
.pure-u-7-12,
.pure-u-8-12,
.pure-u-9-12,
.pure-u-10-12,
.pure-u-11-12,
.pure-u-12-12 {
  display: inline-block;
  *display: inline;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
}
.pure-u-1-12 {
  width: 8.3333%;
  *width: 8.3023%;
}
.pure-u-1-6,
.pure-u-2-12 {
  width: 16.6667%;
  *width: 16.6357%;
}
.pure-u-1-4,
.pure-u-3-12 {
  width: 25%;
  *width: 24.969%;
}
.pure-u-1-3,
.pure-u-4-12 {
  width: 33.3333%;
  *width: 33.3023%;
}
.pure-u-5-12 {
  width: 41.6667%;
  *width: 41.6357%;
}
.pure-u-1-2,
.pure-u-6-12 {
  width: 50%;
  *width: 49.969%;
}
.pure-u-7-12 {
  width: 58.3333%;
  *width: 58.3023%;
}
.pure-u-2-3,
.pure-u-8-12 {
  width: 66.6667%;
  *width: 66.6357%;
}
.pure-u-3-4,
.pure-u-9-12 {
  width: 75%;
  *width: 74.969%;
}
.pure-u-5-6,
.pure-u-10-12 {
  width: 83.3333%;
  *width: 83.3023%;
}
.pure-u-11-12 {
  width: 91.6667%;
  *width: 91.6357%;
}
.pure-u-1,
.pure-u-1-1,
.pure-u-12-12 {
  width: 100%;
}
@media screen and (min-width: 568px) {
  .pure-u-sm-1,
  .pure-u-sm-1-1,
  .pure-u-sm-1-2,
  .pure-u-sm-1-3,
  .pure-u-sm-2-3,
  .pure-u-sm-1-4,
  .pure-u-sm-3-4,
  .pure-u-sm-1-6,
  .pure-u-sm-5-6,
  .pure-u-sm-1-12,
  .pure-u-sm-2-12,
  .pure-u-sm-3-12,
  .pure-u-sm-4-12,
  .pure-u-sm-5-12,
  .pure-u-sm-6-12,
  .pure-u-sm-7-12,
  .pure-u-sm-8-12,
  .pure-u-sm-9-12,
  .pure-u-sm-10-12,
  .pure-u-sm-11-12,
  .pure-u-sm-12-12 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }
  .pure-u-sm-1-12 {
    width: 8.3333%;
    *width: 8.3023%;
  }
  .pure-u-sm-1-6,
  .pure-u-sm-2-12 {
    width: 16.6667%;
    *width: 16.6357%;
  }
  .pure-u-sm-1-4,
  .pure-u-sm-3-12 {
    width: 25%;
    *width: 24.969%;
  }
  .pure-u-sm-1-3,
  .pure-u-sm-4-12 {
    width: 33.3333%;
    *width: 33.3023%;
  }
  .pure-u-sm-5-12 {
    width: 41.6667%;
    *width: 41.6357%;
  }
  .pure-u-sm-1-2,
  .pure-u-sm-6-12 {
    width: 50%;
    *width: 49.969%;
  }
  .pure-u-sm-7-12 {
    width: 58.3333%;
    *width: 58.3023%;
  }
  .pure-u-sm-2-3,
  .pure-u-sm-8-12 {
    width: 66.6667%;
    *width: 66.6357%;
  }
  .pure-u-sm-3-4,
  .pure-u-sm-9-12 {
    width: 75%;
    *width: 74.969%;
  }
  .pure-u-sm-5-6,
  .pure-u-sm-10-12 {
    width: 83.3333%;
    *width: 83.3023%;
  }
  .pure-u-sm-11-12 {
    width: 91.6667%;
    *width: 91.6357%;
  }
  .pure-u-sm-1,
  .pure-u-sm-1-1,
  .pure-u-sm-12-12 {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .pure-u-md-1,
  .pure-u-md-1-1,
  .pure-u-md-1-2,
  .pure-u-md-1-3,
  .pure-u-md-2-3,
  .pure-u-md-1-4,
  .pure-u-md-3-4,
  .pure-u-md-1-6,
  .pure-u-md-5-6,
  .pure-u-md-1-12,
  .pure-u-md-2-12,
  .pure-u-md-3-12,
  .pure-u-md-4-12,
  .pure-u-md-5-12,
  .pure-u-md-6-12,
  .pure-u-md-7-12,
  .pure-u-md-8-12,
  .pure-u-md-9-12,
  .pure-u-md-10-12,
  .pure-u-md-11-12,
  .pure-u-md-12-12 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }
  .pure-u-md-1-12 {
    width: 8.3333%;
    *width: 8.3023%;
  }
  .pure-u-md-1-6,
  .pure-u-md-2-12 {
    width: 16.6667%;
    *width: 16.6357%;
  }
  .pure-u-md-1-4,
  .pure-u-md-3-12 {
    width: 25%;
    *width: 24.969%;
  }
  .pure-u-md-1-3,
  .pure-u-md-4-12 {
    width: 33.3333%;
    *width: 33.3023%;
  }
  .pure-u-md-5-12 {
    width: 41.6667%;
    *width: 41.6357%;
  }
  .pure-u-md-1-2,
  .pure-u-md-6-12 {
    width: 50%;
    *width: 49.969%;
  }
  .pure-u-md-7-12 {
    width: 58.3333%;
    *width: 58.3023%;
  }
  .pure-u-md-2-3,
  .pure-u-md-8-12 {
    width: 66.6667%;
    *width: 66.6357%;
  }
  .pure-u-md-3-4,
  .pure-u-md-9-12 {
    width: 75%;
    *width: 74.969%;
  }
  .pure-u-md-5-6,
  .pure-u-md-10-12 {
    width: 83.3333%;
    *width: 83.3023%;
  }
  .pure-u-md-11-12 {
    width: 91.6667%;
    *width: 91.6357%;
  }
  .pure-u-md-1,
  .pure-u-md-1-1,
  .pure-u-md-12-12 {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .pure-u-lg-1,
  .pure-u-lg-1-1,
  .pure-u-lg-1-2,
  .pure-u-lg-1-3,
  .pure-u-lg-2-3,
  .pure-u-lg-1-4,
  .pure-u-lg-3-4,
  .pure-u-lg-1-6,
  .pure-u-lg-5-6,
  .pure-u-lg-1-12,
  .pure-u-lg-2-12,
  .pure-u-lg-3-12,
  .pure-u-lg-4-12,
  .pure-u-lg-5-12,
  .pure-u-lg-6-12,
  .pure-u-lg-7-12,
  .pure-u-lg-8-12,
  .pure-u-lg-9-12,
  .pure-u-lg-10-12,
  .pure-u-lg-11-12,
  .pure-u-lg-12-12 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }
  .pure-u-lg-1-12 {
    width: 8.3333%;
    *width: 8.3023%;
  }
  .pure-u-lg-1-6,
  .pure-u-lg-2-12 {
    width: 16.6667%;
    *width: 16.6357%;
  }
  .pure-u-lg-1-4,
  .pure-u-lg-3-12 {
    width: 25%;
    *width: 24.969%;
  }
  .pure-u-lg-1-3,
  .pure-u-lg-4-12 {
    width: 33.3333%;
    *width: 33.3023%;
  }
  .pure-u-lg-5-12 {
    width: 41.6667%;
    *width: 41.6357%;
  }
  .pure-u-lg-1-2,
  .pure-u-lg-6-12 {
    width: 50%;
    *width: 49.969%;
  }
  .pure-u-lg-7-12 {
    width: 58.3333%;
    *width: 58.3023%;
  }
  .pure-u-lg-2-3,
  .pure-u-lg-8-12 {
    width: 66.6667%;
    *width: 66.6357%;
  }
  .pure-u-lg-3-4,
  .pure-u-lg-9-12 {
    width: 75%;
    *width: 74.969%;
  }
  .pure-u-lg-5-6,
  .pure-u-lg-10-12 {
    width: 83.3333%;
    *width: 83.3023%;
  }
  .pure-u-lg-11-12 {
    width: 91.6667%;
    *width: 91.6357%;
  }
  .pure-u-lg-1,
  .pure-u-lg-1-1,
  .pure-u-lg-12-12 {
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .pure-u-xl-1,
  .pure-u-xl-1-1,
  .pure-u-xl-1-2,
  .pure-u-xl-1-3,
  .pure-u-xl-2-3,
  .pure-u-xl-1-4,
  .pure-u-xl-3-4,
  .pure-u-xl-1-6,
  .pure-u-xl-5-6,
  .pure-u-xl-1-12,
  .pure-u-xl-2-12,
  .pure-u-xl-3-12,
  .pure-u-xl-4-12,
  .pure-u-xl-5-12,
  .pure-u-xl-6-12,
  .pure-u-xl-7-12,
  .pure-u-xl-8-12,
  .pure-u-xl-9-12,
  .pure-u-xl-10-12,
  .pure-u-xl-11-12,
  .pure-u-xl-12-12 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }
  .pure-u-xl-1-12 {
    width: 8.3333%;
    *width: 8.3023%;
  }
  .pure-u-xl-1-6,
  .pure-u-xl-2-12 {
    width: 16.6667%;
    *width: 16.6357%;
  }
  .pure-u-xl-1-4,
  .pure-u-xl-3-12 {
    width: 25%;
    *width: 24.969%;
  }
  .pure-u-xl-1-3,
  .pure-u-xl-4-12 {
    width: 33.3333%;
    *width: 33.3023%;
  }
  .pure-u-xl-5-12 {
    width: 41.6667%;
    *width: 41.6357%;
  }
  .pure-u-xl-1-2,
  .pure-u-xl-6-12 {
    width: 50%;
    *width: 49.969%;
  }
  .pure-u-xl-7-12 {
    width: 58.3333%;
    *width: 58.3023%;
  }
  .pure-u-xl-2-3,
  .pure-u-xl-8-12 {
    width: 66.6667%;
    *width: 66.6357%;
  }
  .pure-u-xl-3-4,
  .pure-u-xl-9-12 {
    width: 75%;
    *width: 74.969%;
  }
  .pure-u-xl-5-6,
  .pure-u-xl-10-12 {
    width: 83.3333%;
    *width: 83.3023%;
  }
  .pure-u-xl-11-12 {
    width: 91.6667%;
    *width: 91.6357%;
  }
  .pure-u-xl-1,
  .pure-u-xl-1-1,
  .pure-u-xl-12-12 {
    width: 100%;
  }
}
.tp-icon-picture:before {
  content: '\e800';
}
.tp-icon-plus-circled:before {
  content: '\e801';
}
.tp-icon-help-circled:before {
  content: '\e802';
}
.tp-icon-cloud-sun:before {
  content: '\e803';
}
.tp-icon-tour:before {
  content: '\e804';
}
.tp-icon-ok:before {
  content: '\e805';
}
.tp-icon-filter:before {
  content: '\e806';
}
.tp-icon-facebook:before {
  content: '\e807';
}
.tp-icon-twitter:before {
  content: '\e808';
}
.tp-icon-gplus:before {
  content: '\e809';
}
.tp-icon-thumbs-up:before {
  content: '\e80a';
}
.tp-icon-sun:before {
  content: '\e80b';
}
.tp-icon-mastercard:before {
  content: '\e80c';
}
.tp-icon-cancel:before {
  content: '\e80d';
}
.tp-icon-minus-circled:before {
  content: '\e80e';
}
.tp-icon-bookmark:before {
  content: '\e80f';
}
.tp-icon-location:before {
  content: '\e810';
}
.tp-icon-gift:before {
  content: '\e811';
}
.tp-icon-calendar:before {
  content: '\e812';
}
.tp-icon-basket:before {
  content: '\e813';
}
.tp-icon-align-left:before {
  content: '\e814';
}
.tp-icon-angle-left:before {
  content: '\e815';
}
.tp-icon-angle-right:before {
  content: '\e816';
}
.tp-icon-angle-up:before {
  content: '\e817';
}
.tp-icon-angle-down:before {
  content: '\e818';
}
.tp-icon-bus:before {
  content: '\e819';
}
.tp-icon-spinner:before {
  content: '\e81a';
}
.tp-icon-angle-double-left:before {
  content: '\e81b';
}
.tp-icon-angle-double-right:before {
  content: '\e81c';
}
.tp-icon-angle-double-up:before {
  content: '\e81d';
}
.tp-icon-angle-double-down:before {
  content: '\e81e';
}
.tp-icon-star:before {
  content: '\e81f';
}
.tp-icon-star-half:before {
  content: '\e820';
}
.tp-icon-menu:before {
  content: '\e821';
}
.tp-icon-file:before {
  content: '\e822';
}
.tp-icon-grid:before {
  content: '\e823';
}
.tp-icon-resize-horizontal:before {
  content: '\e824';
}
.tp-icon-visa:before {
  content: '\e825';
}
.tp-icon-road:before {
  content: '\e826';
}
.tp-icon-videocam:before {
  content: '\e827';
}
.tp-icon-play:before {
  content: '\e828';
}
.tp-icon-wikipedia:before {
  content: '\e829';
}
.tp-icon-search:before {
  content: '\e82a';
}
.tp-icon-link-ext:before {
  content: '\e82b';
}
.tp-icon-sort:before {
  content: '\e82c';
}
.tp-icon-sort-down:before {
  content: '\e82d';
}
.tp-icon-sort-up:before {
  content: '\e82e';
}
.tp-icon-phone:before {
  content: '\e82f';
}
.tp-icon-clock:before {
  content: '\e830';
}
.tp-icon-print:before {
  content: '\e831';
}
.tp-icon-down:before {
  content: '\e832';
}
.tp-icon-up:before {
  content: '\e833';
}
.tp-icon-download:before {
  content: '\e834';
}
.tp-icon-users:before {
  content: '\e835';
}
.tp-icon-wheelchair:before {
  content: '\e836';
}
.tp-icon-link:before {
  content: '\e837';
}
.tp-icon-info-circled:before {
  content: '\e838';
}
.tp-icon-share:before {
  content: '\e839';
}
.tp-icon-paypal:before {
  content: '\e83a';
}
.tp-icon-pet:before {
  content: '\e83b';
}
.tp-icon-credit-card:before {
  content: '\e83c';
}
.tp-icon-flickr:before {
  content: '\e83d';
}
.tp-icon-youtube:before {
  content: '\e83e';
}
.tp-icon-amex:before {
  content: '\e83f';
}
.tp-icon-sw-card:before {
  content: '\e840';
}
.tp-icon-konus:before {
  content: '\e841';
}
.tp-icon-user:before {
  content: '\e842';
}
.tp-icon-mail:before {
  content: '\e843';
}
.tp-icon-plus:before {
  content: '\e844';
}
.tp-icon-bed:before {
  content: '\e845';
}
.tp-icon-cog:before {
  content: '\e846';
}
.tp-icon-trash-empty:before {
  content: '\e847';
}
.tp-icon-tageszeitungen:before {
  content: '\e848';
}
.tp-icon-24h-rezeption:before {
  content: '\e849';
}
.tp-icon-allergikergeeignet:before {
  content: '\e84a';
}
.tp-icon-aufzug:before {
  content: '\e84b';
}
.tp-icon-autovermietung:before {
  content: '\e84c';
}
.tp-icon-babygerecht:before {
  content: '\e84d';
}
.tp-icon-backofen:before {
  content: '\e84e';
}
.tp-icon-bad-dusche:before {
  content: '\e84f';
}
.tp-icon-balkon-terrasse:before {
  content: '\e850';
}
.tp-icon-bar:before {
  content: '\e851';
}
.tp-icon-barrierefrei:before {
  content: '\e852';
}
.tp-icon-barzahlung:before {
  content: '\e853';
}
.tp-icon-behindertenparkplatz:before {
  content: '\e854';
}
.tp-icon-bibliothek:before {
  content: '\e855';
}
.tp-icon-biergarten:before {
  content: '\e856';
}
.tp-icon-aufenthaltsraum:before {
  content: '\e857';
}
.tp-icon-biker-willkommen:before {
  content: '\e858';
}
.tp-icon-buegeleisen:before {
  content: '\e859';
}
.tp-icon-busparkplatz:before {
  content: '\e85a';
}
.tp-icon-cafe:before {
  content: '\e85b';
}
.tp-icon-einzelbetten:before {
  content: '\e85c';
}
.tp-icon-liegewiese:before {
  content: '\e85d';
}
.tp-icon-waescheservice:before {
  content: '\e85e';
}
.tp-icon-wickeltisch:before {
  content: '\e85f';
}
.tp-icon-wintergarten:before {
  content: '\e860';
}
.tp-icon-toaster:before {
  content: '\e861';
}
.tp-icon-lebensmittelgeschaeft:before {
  content: '\e862';
}
.tp-icon-gepaecktransport:before {
  content: '\e863';
}
.tp-icon-geschirr:before {
  content: '\e864';
}
.tp-icon-cd-player:before {
  content: '\e865';
}
.tp-icon-kueche:before {
  content: '\e866';
}
.tp-icon-tv:before {
  content: '\e867';
}
.tp-icon-wlan:before {
  content: '\e868';
}
.tp-icon-zimmerservice:before {
  content: '\e869';
}
.tp-icon-tennis:before {
  content: '\e86a';
}
.tp-icon-kreditkarte:before {
  content: '\e86b';
}
.tp-icon-getraenkeservice:before {
  content: '\e86c';
}
.tp-icon-checkin-out:before {
  content: '\e86d';
}
.tp-icon-couch:before {
  content: '\e86e';
}
.tp-icon-grill:before {
  content: '\e86f';
}
.tp-icon-kosmetikspiegel:before {
  content: '\e870';
}
.tp-icon-telefon:before {
  content: '\e871';
}
.tp-icon-zollfrei-einkaufen:before {
  content: '\e872';
}
.tp-icon-zustellbett:before {
  content: '\e873';
}
.tp-icon-spuelmaschine:before {
  content: '\e874';
}
.tp-icon-konferenzraum:before {
  content: '\e875';
}
.tp-icon-haartrockner:before {
  content: '\e876';
}
.tp-icon-dampfbad:before {
  content: '\e877';
}
.tp-icon-doppelbett:before {
  content: '\e878';
}
.tp-icon-hausreinigung:before {
  content: '\e879';
}
.tp-icon-klimaanlage:before {
  content: '\e87a';
}
.tp-icon-spielplatz:before {
  content: '\e87b';
}
.tp-icon-pay-tv:before {
  content: '\e87c';
}
.tp-icon-ec-cash:before {
  content: '\e87d';
}
.tp-icon-haustiere:before {
  content: '\e87e';
}
.tp-icon-geldwechsel:before {
  content: '\e87f';
}
.tp-icon-herd:before {
  content: '\e880';
}
.tp-icon-radfahrer-willkommen:before {
  content: '\e881';
}
.tp-icon-spa-wellnessbereich:before {
  content: '\e882';
}
.tp-icon-solarium:before {
  content: '\e883';
}
.tp-icon-radio:before {
  content: '\e884';
}
.tp-icon-kachelofen:before {
  content: '\e885';
}
.tp-icon-garten:before {
  content: '\e886';
}
.tp-icon-garage:before {
  content: '\e887';
}
.tp-icon-kaffeemaschine:before {
  content: '\e888';
}
.tp-icon-raucher:before {
  content: '\e889';
}
.tp-icon-snacks:before {
  content: '\e88a';
}
.tp-icon-fruehstueck:before {
  content: '\e88b';
}
.tp-icon-frisoer:before {
  content: '\e88c';
}
.tp-icon-fitnessraum:before {
  content: '\e88d';
}
.tp-icon-fax:before {
  content: '\e88e';
}
.tp-icon-fernsehraum:before {
  content: '\e88f';
}
.tp-icon-familienfreundlich:before {
  content: '\e890';
}
.tp-icon-fahrradabstellraum:before {
  content: '\e891';
}
.tp-icon-etagenbett:before {
  content: '\e892';
}
.tp-icon-essecke:before {
  content: '\e893';
}
.tp-icon-kinderbetreuung:before {
  content: '\e894';
}
.tp-icon-kinderbett:before {
  content: '\e895';
}
.tp-icon-kinderspielecke:before {
  content: '\e896';
}
.tp-icon-parkplatz-gratis:before {
  content: '\e897';
}
.tp-icon-nichtraucher:before {
  content: '\e898';
}
.tp-icon-minibar:before {
  content: '\e899';
}
.tp-icon-mikrowelle:before {
  content: '\e89a';
}
.tp-icon-massage:before {
  content: '\e89b';
}
.tp-icon-lobby:before {
  content: '\e89c';
}
.tp-icon-rezeption:before {
  content: '\e89d';
}
.tp-icon-safe:before {
  content: '\e89e';
}
.tp-icon-sauna:before {
  content: '\e89f';
}
.tp-icon-schlafraeume:before {
  content: '\e8a0';
}
.tp-icon-schreibtisch:before {
  content: '\e8a1';
}
.tp-icon-schwimmbad:before {
  content: '\e8a2';
}
.tp-icon-seesicht:before {
  content: '\e8a3';
}
.tp-icon-shop:before {
  content: '\e8a4';
}
.tp-icon-shuttle:before {
  content: '\e8a5';
}
.tp-icon-skiabstellraum:before {
  content: '\e8a6';
}
.tp-icon-sicherheitspersonal:before {
  content: '\e8a7';
}
.tp-icon-waeschetrockenraum:before {
  content: '\e8a8';
}
.tp-icon-waeschetrockner:before {
  content: '\e8a9';
}
.tp-icon-wanderwege:before {
  content: '\e8aa';
}
.tp-icon-waschmaschine:before {
  content: '\e8ab';
}
.tp-icon-wasserkocher:before {
  content: '\e8ac';
}
.tp-icon-wassersport:before {
  content: '\e8ad';
}
.tp-icon-wecker:before {
  content: '\e8ae';
}
.tp-icon-minus:before {
  content: '\e8af';
}
.tp-icon-cw:before {
  content: '\e8b0';
}
.tp-icon-home-1:before {
  content: '\e8b2';
}
.tp-icon-info-circled-alt:before {
  content: '\f086';
}
.tp-icon-instagram:before {
  content: '\f16d';
}
.tp-icon-pinterest:before {
  content: '\f231';
}
.tp-icon-whatsapp:before {
  content: '\f232';
}
.animate-spin {
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  display: inline-block;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.awesomplete [hidden] {
  display: none;
}
.awesomplete .visually-hidden {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}
.awesomplete {
  display: inline-block;
  position: relative;
}
.awesomplete > input {
  display: block;
}
.awesomplete > ul {
  position: absolute;
  left: 0;
  z-index: 1;
  min-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  padding: 0;
  margin: 0;
  background: #fff;
}
.awesomplete > ul:empty {
  display: none;
}
.awesomplete > ul {
  border-radius: 0.3em;
  margin: 0.2em 0 0;
  background: hsla(0, 0%, 100%, 0.9);
  background: -webkit-gradient(
    linear,
    left top,
    right bottom,
    from(#fff),
    to(hsla(0, 0%, 100%, 0.8))
  );
  background: -webkit-linear-gradient(top left, #fff, hsla(0, 0%, 100%, 0.8));
  background: -o-linear-gradient(top left, #fff, hsla(0, 0%, 100%, 0.8));
  background: linear-gradient(to bottom right, #fff, hsla(0, 0%, 100%, 0.8));
  border: 1px solid rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0.05em 0.2em 0.6em rgba(0, 0, 0, 0.2);
  box-shadow: 0.05em 0.2em 0.6em rgba(0, 0, 0, 0.2);
  text-shadow: none;
}
@supports ((-webkit-transform: scale(0)) or (transform: scale(0))) {
  .awesomplete > ul {
    -webkit-transition: 0.3s cubic-bezier(0.4, 0.2, 0.5, 1.4);
    -o-transition: 0.3s cubic-bezier(0.4, 0.2, 0.5, 1.4);
    transition: 0.3s cubic-bezier(0.4, 0.2, 0.5, 1.4);
    -webkit-transform-origin: 1.43em -0.43em;
    -ms-transform-origin: 1.43em -0.43em;
    transform-origin: 1.43em -0.43em;
  }
  .awesomplete > ul[hidden],
  .awesomplete > ul:empty {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    display: block;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
  }
}
.awesomplete > ul:before {
  content: '';
  position: absolute;
  top: -0.43em;
  left: 1em;
  width: 0;
  height: 0;
  padding: 0.4em;
  background: #fff;
  border: inherit;
  border-right: 0;
  border-bottom: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.awesomplete > ul > li {
  position: relative;
  padding: 0.2em 0.5em;
  cursor: pointer;
}
.awesomplete > ul > li:hover {
  background: #b7d2e0;
  color: #000;
}
.awesomplete > ul > li[aria-selected='true'] {
  background: #3d6c8e;
  color: #fff;
}
.awesomplete mark {
  background: #e9ff00;
}
.awesomplete li:hover mark {
  background: #b5d100;
}
.awesomplete li[aria-selected='true'] mark {
  background: #3c6b00;
  color: inherit;
}
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: 0 !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #ccc;
}
.mfp-preloader a:hover {
  color: #fff;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #fff;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #fff;
  margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0;
  margin: 0 auto;
}
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape),
  screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: 0;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[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;
}
.tooltipster-base {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  pointer-events: none;
  position: absolute;
}
.tooltipster-box {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.tooltipster-content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-height: 100%;
  max-width: 100%;
  overflow: auto;
}
.tooltipster-ruler {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
}
.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.tooltipster-fade.tooltipster-show {
  opacity: 1;
}
.tooltipster-grow {
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property:
    transform,
    -webkit-transform;
  -webkit-backface-visibility: hidden;
}
.tooltipster-grow.tooltipster-show {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  -ms-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  -webkit-transition-property: -webkit-transform, opacity;
  -o-transition-property: -o-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property:
    transform,
    -webkit-transform;
}
.tooltipster-swing.tooltipster-show {
  opacity: 1;
  -webkit-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -o-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
}
.tooltipster-fall {
  -webkit-transition-property: top;
  -o-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.tooltipster-fall.tooltipster-initial {
  top: 0 !important;
}
.tooltipster-fall.tooltipster-show {
}
.tooltipster-fall.tooltipster-dying {
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  top: 0 !important;
  opacity: 0;
}
.tooltipster-slide {
  -webkit-transition-property: left;
  -o-transition-property: left;
  transition-property: left;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.tooltipster-slide.tooltipster-initial {
  left: -40px !important;
}
.tooltipster-slide.tooltipster-show {
}
.tooltipster-slide.tooltipster-dying {
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  left: 0 !important;
  opacity: 0;
}
@-webkit-keyframes tooltipster-fading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes tooltipster-fading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.tooltipster-update-fade {
  -webkit-animation: tooltipster-fading 400ms;
  animation: tooltipster-fading 400ms;
}
@-webkit-keyframes tooltipster-rotating {
  25% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  75% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes tooltipster-rotating {
  25% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  75% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
.tooltipster-update-rotate {
  -webkit-animation: tooltipster-rotating 600ms;
  animation: tooltipster-rotating 600ms;
}
@-webkit-keyframes tooltipster-scaling {
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes tooltipster-scaling {
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.tooltipster-update-scale {
  -webkit-animation: tooltipster-scaling 600ms;
  animation: tooltipster-scaling 600ms;
}
.tooltipster-sidetip .tooltipster-box {
  background: #565656;
  border: 2px solid #000;
  border-radius: 4px;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
  margin-top: 8px;
}
.tooltipster-sidetip.tooltipster-left .tooltipster-box {
  margin-right: 8px;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-box {
  margin-left: 8px;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-box {
  margin-bottom: 8px;
}
.tooltipster-sidetip .tooltipster-content {
  color: #fff;
  line-height: 18px;
  padding: 6px 14px;
}
.tooltipster-sidetip .tooltipster-arrow {
  overflow: hidden;
  position: absolute;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
  height: 10px;
  margin-left: -10px;
  top: 0;
  width: 20px;
}
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  right: 0;
  top: 0;
  width: 10px;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  left: 0;
  top: 0;
  width: 10px;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
  bottom: 0;
  height: 10px;
  margin-left: -10px;
  width: 20px;
}
.tooltipster-sidetip .tooltipster-arrow-background,
.tooltipster-sidetip .tooltipster-arrow-border {
  height: 0;
  position: absolute;
  width: 0;
}
.tooltipster-sidetip .tooltipster-arrow-background {
  border: 10px solid transparent;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #565656;
  left: 0;
  top: 3px;
}
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
  border-left-color: #565656;
  left: -3px;
  top: 0;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
  border-right-color: #565656;
  left: 3px;
  top: 0;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #565656;
  left: 0;
  top: -3px;
}
.tooltipster-sidetip .tooltipster-arrow-border {
  border: 10px solid transparent;
  left: 0;
  top: 0;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: #000;
}
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
  border-left-color: #000;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
  border-right-color: #000;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #000;
}
.tooltipster-sidetip .tooltipster-arrow-uncropped {
  position: relative;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
  top: -10px;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
  left: -10px;
}
.pure-button {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  height: 34px;
  line-height: 24px;
  padding: 5px 14px;
  width: 100%;
}
.pure-button-stacked {
  overflow: hidden;
}
.pure-button-stacked .pure-button {
  clear: both;
  width: 100%;
  white-space: normal;
}
.pure-button-stacked .pure-button + .pure-button {
  margin-top: 5px;
}
.tp-quickfinder .pure-button {
  width: 100%;
}
.tp-cart .js-tp-cart-swisspass-validator {
  float: none;
  width: 100%;
}
.pure-button-group {
  display: inline-block;
}
.pure-button-group:before,
.pure-button-group:after {
  content: ' ';
  display: table;
}
.pure-button-group:after {
  clear: both;
}
.pure-button-group > .pure-button {
  float: left;
  border-radius: 0;
}
.pure-button-group > .pure-button + .pure-button {
  margin-left: -1px;
}
.pure-button-group > .pure-button:first-child {
  border-radius: 4px 0 0 4px;
}
.pure-button-group > .pure-button:last-child {
  border-radius: 0 4px 4px 0;
}
.pure-button-group.pure-button-stacked {
  float: left;
}
.pure-button-group.pure-button-stacked > .pure-button + .pure-button {
  border-radius: 0;
  margin-top: -1px;
  margin-left: 0;
}
.pure-button-group.pure-button-stacked > .pure-button:first-child {
  border-radius: 4px 4px 0 0;
}
.pure-button-group.pure-button-stacked > .pure-button:last-child {
  border-radius: 0 0 4px 4px;
}
.tp-tooltip-container.tp-tooltip-navbar .pure-button-stacked .pure-button,
.tp-tooltip-container.tp-tooltip-sortbar .pure-button-stacked .pure-button {
  border-color: transparent;
}
.pure-button-small {
  font-size: 13px;
  height: 30px;
  padding-bottom: 4px;
  padding-top: 4px;
}
.pure-form {
  margin-bottom: 0;
}
.pure-form.tp-box {
  overflow: visible;
}
.pure-form label {
  font-weight: 600;
  margin: 0;
}
.pure-form label > div {
  font-weight: 400;
}
.pure-form fieldset {
  padding: 0;
}
.pure-form input[type='text'],
.pure-form input[type='password'],
.pure-form input[type='email'],
.pure-form input[type='url'],
.pure-form input[type='date'],
.pure-form input[type='month'],
.pure-form input[type='time'],
.pure-form input[type='datetime'],
.pure-form input[type='datetime-local'],
.pure-form input[type='week'],
.pure-form input[type='number'],
.pure-form input[type='search'],
.pure-form input[type='tel'],
.pure-form input[type='color'],
.pure-form select,
.pure-form textarea {
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 3px #ddd;
  box-shadow: inset 0 1px 3px #ddd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  color: #333;
  height: 34px;
  padding: 5px 14px;
  vertical-align: middle;
}
.pure-form .tp-form-disabled input.tp-datepicker-field[type='text'][readonly],
.pure-form
  .tp-form-disabled
  input.tp-datepicker-field[type='text'][readonly]
  + .pure-input-group-addon,
.pure-form .tp-form-disabled input.tp-datepicker-field[type='text'][disabled],
.pure-form
  .tp-form-disabled
  input.tp-datepicker-field[type='text'][disabled]
  + .pure-input-group-addon {
  background-color: #eaeded;
  color: #cad2d3;
}
.pure-form input[type='text'][readonly],
.pure-form input[type='text'][readonly] + .pure-input-group-addon,
.pure-form input[type='text'][disabled],
.pure-form input[type='text'][disabled] + .pure-input-group-addon {
  background-color: #eaeded;
  color: #cad2d3;
}
.pure-form input.tp-datepicker-field[readonly],
.pure-form input.tp-datepicker-field[readonly] + .pure-input-group-addon {
  background-color: #fff;
  cursor: pointer;
}
.pure-form input[type='text'][disabled],
.pure-form input[type='text'][disabled] + .pure-input-group-addon {
  cursor: not-allowed;
}
.pure-form input.tp-datepicker-field[type='text'][readonly],
.pure-form
  input.tp-datepicker-field[type='text'][readonly]
  + .pure-input-group-addon,
.pure-form input.tp-datepicker-field[type='text'] + .pure-input-group-addon {
  color: #333;
}
.pure-form input.tp-datepicker-field[required='required'] {
  background: none repeat scroll 0 0 #ffebeb;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition:
    border 0.2s linear 0s,
    -webkit-box-shadow 0.2s linear 0s;
  transition:
    border 0.2s linear 0s,
    -webkit-box-shadow 0.2s linear 0s;
  -o-transition:
    border 0.2s linear 0s,
    box-shadow 0.2s linear 0s;
  transition:
    border 0.2s linear 0s,
    box-shadow 0.2s linear 0s;
  transition:
    border 0.2s linear 0s,
    box-shadow 0.2s linear 0s,
    -webkit-box-shadow 0.2s linear 0s;
}
.pure-form
  input.tp-datepicker-field[required='required']
  + .pure-input-group-addon {
  background: none repeat scroll 0 0 #ffebeb;
}
.pure-form textarea {
  min-height: 72px;
  max-height: 300px;
  max-width: 100%;
}
.pure-form textarea.pure-input-1 {
  min-width: 100%;
}
.pure-form input[required='required'],
.pure-form select[required='required'],
.pure-form textarea[required='required'] {
  background: none repeat scroll 0 0 #ffebeb;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition:
    border 0.2s linear 0s,
    -webkit-box-shadow 0.2s linear 0s;
  transition:
    border 0.2s linear 0s,
    -webkit-box-shadow 0.2s linear 0s;
  -o-transition:
    border 0.2s linear 0s,
    box-shadow 0.2s linear 0s;
  transition:
    border 0.2s linear 0s,
    box-shadow 0.2s linear 0s;
  transition:
    border 0.2s linear 0s,
    box-shadow 0.2s linear 0s,
    -webkit-box-shadow 0.2s linear 0s;
}
.pure-form-group {
  padding-bottom: 14px;
}
.pure-form .pure-checkbox {
  left: 1px;
  margin: 0;
  position: absolute;
  top: 2px;
}
.pure-input-group {
  position: relative;
}
.pure-input-group-addon {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  right: 5px;
}
.pure-checkbox-label {
  display: block;
  overflow: hidden;
  padding-left: 20px;
  position: relative;
}
.tp-twebsite-multi .pure-select {
  display: inline-block;
  position: relative;
}
.tp-twebsite-multi .pure-select select {
  background-image: url(/default/ng/img/base/styled-select.png);
  background-position: center right;
  background-repeat: no-repeat;
  border-color: #bcbcbc;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: 0;
  padding-right: 34px;
}
@media print, screen and (min-width: 568px) {
  .pure-button {
    float: right;
    width: auto;
  }
  .pure-button-left {
    float: left;
  }
}
.pure-table {
  border-left: 0;
  border-right: 0;
  width: 100%;
}
.pure-g,
.pure-g [class*='pure-u'] {
  font-family: 'Open Sans', sans-serif;
}
.pure-g-sm {
  margin-left: -5px;
  margin-right: -5px;
}
.pure-g-10 {
  margin-left: -10px;
  margin-right: -10px;
}
.pure-g-sm > div[class*='pure-u-'] {
  padding-left: 5px;
  padding-right: 5px;
}
.pure-g-10 > div[class*='pure-u-'] {
  padding-left: 10px;
  padding-right: 10px;
}
.tp-quickfinder div[class*='pure-u-sm-'],
.tp-results-list
  .tp-content:not(.tp-results-imagesearch-container-congress)
  div[class*='pure-u-'],
.tp-results .tp-content .tp-result-form div[class*='pure-u-1-2'],
.tp-results .tp-content-left .tp-result-form div[class*='pure-u-1-2'],
.tp-results .tp-content-left + .tp-result-form div[class*='pure-u-1-2'] {
  width: 100%;
}
.tp-quickfinder .pure-g .pure-u-qf-1 {
  width: 100%;
}
.tp-quickfinder .pure-g .pure-u-qf-1-2 {
  width: 50%;
}
@media print, screen and (min-width: 568px) {
  .tp-results-list
    .tp-content:not(.tp-results-imagesearch-container-congress)
    .tp-search-inline
    div[class*='pure-u-sb-1-2'] {
    width: 50%;
  }
}
@media print, screen and (min-width: 768px) {
  .tp-results-list .tp-content .tp-result-form div[class*='pure-u-md-1-2'],
  .tp-results .tp-content .tp-result-form div[class*='pure-u-1-2'] {
    width: 50%;
  }
  .tp-results .tp-content-left .tp-result-form div[class*='pure-u-1-2'] {
    width: 100%;
  }
}
.pure-g > .pure-u-1 > .pure-u-1 {
  width: 100%;
}
@media print, screen and (min-width: 568px) {
  .pure-g-sm > div[class*='pure-u-sm-'] {
    padding-left: 7px;
    padding-right: 7px;
  }
  .pure-g-10 > div[class*='pure-u-sm-'] {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .pure-g-sm > div[class*='pure-u-md-'] {
    padding-left: 7px;
    padding-right: 7px;
  }
  .pure-g-10 > div[class*='pure-u-md-'] {
    padding-left: 10px;
    padding-right: 10px;
  }
  .pure-u-md-1-3 div[class*='pure-u-sm-'],
  .pure-u-md-1-3 div[class*='pure-u-sm-'] {
    width: 100%;
  }
}
@media print, screen and (min-width: 992px) {
  .pure-g-sm > div[class*='pure-u-lg-'] {
    padding-left: 7px;
    padding-right: 7px;
  }
  .pure-g-10 > div[class*='pure-u-lg-'] {
    padding-left: 10px;
    padding-right: 10px;
  }
  .pure-u-md-4-12 div[class*='pure-u-lg-'],
  .pure-u-md-4-12 div[class*='pure-u-lg-'] {
    width: 100%;
  }
}
@media print, screen and (min-width: 1200px) {
  .pure-g-sm > div[class*='pure-u-xl-'] {
    padding-left: 7px;
    padding-right: 7px;
  }
  .pure-g-10 > div[class*='pure-u-xl-'] {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.tp-media .pure-g-10 + .pure-g-10 {
  margin-top: 10px;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src:
    url(https://tportal.tomas.travel/default/ng/font/open-sans-v34-latin-regular.woff2)
      format('woff2'),
    url(https://tportal.tomas.travel/default/ng/font/open-sans-v34-latin-regular.woff)
      format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src:
    url(https://tportal.tomas.travel/default/ng/font/open-sans-v34-latin-600.woff2)
      format('woff2'),
    url(https://tportal.tomas.travel/default/ng/font/open-sans-v34-latin-600.woff)
      format('woff');
  font-display: swap;
}
@font-face {
  font-family: tp-icons;
  src: url(https://tportal.tomas.travel/default/ng/font/tp-icons.eot?20150401);
  src:
    url(https://tportal.tomas.travel/default/ng//font/tp-icons.eot?20150401#iefix)
      format('embedded-opentype'),
    url(https://tportal.tomas.travel/default/ng//font/tp-icons.woff?20150401)
      format('woff'),
    url(https://tportal.tomas.travel/default/ng//font/tp-icons.ttf?20150401)
      format('truetype'),
    url(https://tportal.tomas.travel/default/ng//font/tp-icons.svg?20150401#tp-icons)
      format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
[class^='tp-icon-']:before,
[class*=' tp-icon-']:before {
  font-family: tp-icons;
  font-style: normal;
  font-weight: 400;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
}
.tp-icon-help-circled:before {
  content: '\e838';
}
:root {
  --cc-bg: #fff;
  --cc-text: #2d4156;
  --cc-btn-primary-bg: #2d4156;
  --cc-btn-primary-text: var(--cc-bg);
  --cc-btn-primary-hover-bg: #1d2e38;
  --cc-btn-secondary-bg: #2d4156;
  --cc-btn-secondary-text: var(--cc-bg);
  --cc-btn-secondary-hover-bg: #1d2e38;
  --cc-toggle-bg-off: #919ea6;
  --cc-toggle-bg-on: var(--cc-btn-primary-bg);
  --cc-toggle-bg-readonly: #d5dee2;
  --cc-toggle-knob-bg: #fff;
  --cc-toggle-knob-icon-color: #ecf2fa;
  --cc-block-text: var(--cc-text);
  --cc-cookie-category-block-bg: #f0f4f7;
  --cc-cookie-category-block-bg-hover: #e9eff4;
  --cc-section-border: #f1f3f5;
  --cc-cookie-table-border: #e9edf2;
  --cc-overlay-bg: rgba(4, 6, 8, 0.85);
  --cc-webkit-scrollbar-bg: #cfd5db;
  --cc-webkit-scrollbar-bg-hover: #9199a0;
}
.c_darkmode {
  --cc-bg: #181b1d;
  --cc-text: #d8e5ea;
  --cc-btn-primary-bg: #a6c4dd;
  --cc-btn-primary-text: #000;
  --cc-btn-primary-hover-bg: #c2dff7;
  --cc-btn-secondary-bg: #33383c;
  --cc-btn-secondary-text: var(--cc-text);
  --cc-btn-secondary-hover-bg: #3e454a;
  --cc-toggle-bg-off: #667481;
  --cc-toggle-bg-on: var(--cc-btn-primary-bg);
  --cc-toggle-bg-readonly: #454c54;
  --cc-toggle-knob-bg: var(--cc-cookie-category-block-bg);
  --cc-toggle-knob-icon-color: var(--cc-bg);
  --cc-block-text: #b3bfc5;
  --cc-cookie-category-block-bg: #23272a;
  --cc-cookie-category-block-bg-hover: #2b3035;
  --cc-section-border: #292d31;
  --cc-cookie-table-border: #2b3035;
  --cc-webkit-scrollbar-bg: #667481;
  --cc-webkit-scrollbar-bg-hover: #9199a0;
}
.cc_div *,
.cc_div :hover,
.cc_div :before,
.cc_div :after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: none;
  font-style: inherit;
  font-variant: normal;
  font-weight: inherit;
  font-family: inherit;
  line-height: 1.2;
  font-size: 1em;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-animation: none;
  animation: none;
  margin: 0;
  padding: 0;
  text-transform: none;
  letter-spacing: unset;
  color: inherit;
  background: 0 0;
  border: 0;
  border-radius: unset;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
  text-align: left;
  visibility: unset;
  height: auto;
  vertical-align: baseline;
}
.cc_div {
  font-size: 16px;
  font-weight: 400;
  font-family:
    -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial,
    sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  color: #2d4156;
  color: var(--cc-text);
}
.cc_div .c-bn,
.cc_div .b-tl,
#s-ttl,
#c-ttl,
#s-bl td:before {
  font-weight: 600;
}
#cm,
#s-inr,
.cc_div .c-bl,
.cc_div .b-tl,
#s-bl .act .b-acc {
  border-radius: 0.35em;
}
#s-bl .act .b-acc {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.cc_div input,
.cc_div button,
.cc_div a {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  overflow: hidden;
}
.cc_div a {
  border-bottom: 1px solid;
}
.cc_div a:hover {
  text-decoration: none;
  border-color: transparent;
}
.c--anim #cm,
.c--anim #s-cnt,
.c--anim #s-inr,
#cs-ov,
#cm-ov {
  -webkit-transition:
    visibility 0.25s linear,
    opacity 0.25s ease,
    -webkit-transform 0.25s ease !important;
  transition:
    visibility 0.25s linear,
    opacity 0.25s ease,
    -webkit-transform 0.25s ease !important;
  -o-transition:
    visibility 0.25s linear,
    opacity 0.25s ease,
    transform 0.25s ease !important;
  transition:
    visibility 0.25s linear,
    opacity 0.25s ease,
    transform 0.25s ease !important;
  transition:
    visibility 0.25s linear,
    opacity 0.25s ease,
    transform 0.25s ease,
    -webkit-transform 0.25s ease !important;
}
.c--anim .c-bn {
  -webkit-transition: background-color 0.25s ease !important;
  -o-transition: background-color 0.25s ease !important;
  transition: background-color 0.25s ease !important;
}
.c--anim #cm.bar.slide,
.c--anim .bar.slide #s-inr {
  -webkit-transition:
    visibility 0.4s ease,
    opacity 0.4s ease,
    -webkit-transform 0.4s ease !important;
  transition:
    visibility 0.4s ease,
    opacity 0.4s ease,
    -webkit-transform 0.4s ease !important;
  -o-transition:
    visibility 0.4s ease,
    opacity 0.4s ease,
    transform 0.4s ease !important;
  transition:
    visibility 0.4s ease,
    opacity 0.4s ease,
    transform 0.4s ease !important;
  transition:
    visibility 0.4s ease,
    opacity 0.4s ease,
    transform 0.4s ease,
    -webkit-transform 0.4s ease !important;
}
.c--anim #cm.bar.slide + #cm-ov,
.c--anim .bar.slide + #cs-ov {
  -webkit-transition:
    visibility 0.4s ease,
    opacity 0.4s ease,
    -webkit-transform 0.4s ease !important;
  transition:
    visibility 0.4s ease,
    opacity 0.4s ease,
    -webkit-transform 0.4s ease !important;
  -o-transition:
    visibility 0.4s ease,
    opacity 0.4s ease,
    transform 0.4s ease !important;
  transition:
    visibility 0.4s ease,
    opacity 0.4s ease,
    transform 0.4s ease !important;
  transition:
    visibility 0.4s ease,
    opacity 0.4s ease,
    transform 0.4s ease,
    -webkit-transform 0.4s ease !important;
}
#cm.bar.slide,
.cc_div .bar.slide #s-inr {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  opacity: 1;
}
#cm.bar.top.slide,
.cc_div .bar.left.slide #s-inr {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 1;
}
#cm.slide,
.cc_div .slide #s-inr {
  -webkit-transform: translateY(1.6em);
  -ms-transform: translateY(1.6em);
  transform: translateY(1.6em);
}
#cm.top.slide {
  -webkit-transform: translateY(-1.6em);
  -ms-transform: translateY(-1.6em);
  transform: translateY(-1.6em);
}
#cm.bar.slide {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
#cm.bar.top.slide {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.show--consent .c--anim #cm,
.show--consent .c--anim #cm.bar,
.show--settings .c--anim #s-inr,
.show--settings .c--anim .bar.slide #s-inr {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  visibility: visible !important;
}
.show--consent .c--anim #cm.box.middle,
.show--consent .c--anim #cm.cloud.middle {
  -webkit-transform: scale(1) translateY(-50%);
  -ms-transform: scale(1) translateY(-50%);
  transform: scale(1) translateY(-50%);
}
.show--settings .c--anim #s-cnt {
  visibility: visible !important;
}
.force--consent.show--consent .c--anim #cm-ov,
.show--settings .c--anim #cs-ov {
  visibility: visible !important;
  opacity: 1 !important;
}
#cm {
  font-family: inherit;
  padding: 1.1em 1.5em 1.4em;
  position: fixed;
  z-index: 1;
  background: #fff;
  background: var(--cc-bg);
  max-width: 24.2em;
  width: 100%;
  bottom: 1.25em;
  right: 1.25em;
  -webkit-box-shadow: 0 0.625em 1.875em #000;
  box-shadow: 0 0.625em 1.875em #000;
  -webkit-box-shadow: 0 0.625em 1.875em rgba(2, 2, 3, 0.28);
  box-shadow: 0 0.625em 1.875em rgba(2, 2, 3, 0.28);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
  line-height: initial;
}
#cc_div #cm {
  display: block !important;
}
#c-ttl {
  margin-bottom: 0.7em;
  font-size: 1.05em;
}
.cloud #c-ttl {
  margin-top: -0.15em;
}
#c-txt {
  font-size: 0.9em;
  line-height: 1.5em;
}
.cc_div #c-bns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 1.4em;
}
.cc_div .c-bn {
  color: #40505a;
  color: var(--cc-btn-secondary-text);
  background: #e5ebef;
  background: var(--cc-btn-secondary-bg);
  padding: 1em 1.7em;
  display: inline-block;
  cursor: pointer;
  font-size: 0.82em;
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
  border-radius: 4px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#c-bns button + button,
#s-cnt button + button,
#s-c-bn {
  float: right;
  margin-left: 1em;
}
#s-cnt #s-rall-bn {
  float: none;
}
#cm .c_link:hover,
#cm .c_link:active,
#s-cnt button + button:hover,
#s-cnt button + button:active,
#s-c-bn:active,
#s-c-bn:hover {
  background: #d8e0e6;
  background: var(--cc-btn-secondary-hover-bg);
}
#s-cnt {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 101;
  display: table;
  height: 100%;
  visibility: hidden;
}
#s-bl {
  outline: 0;
}
#s-bl .title {
  margin-top: 1.4em;
}
#s-bl .title:first-child {
  margin-top: 0;
}
#s-bl .b-bn {
  margin-top: 0;
}
#s-bl .b-acc .p {
  margin-top: 0;
  padding: 1em;
}
#s-cnt .b-bn .b-tl {
  display: block;
  font-family: inherit;
  font-size: 0.95em;
  width: 100%;
  position: relative;
  padding: 1.3em 6.4em 1.3em 2.7em;
  background: 0 0;
  -webkit-transition: background-color 0.25s ease;
  -o-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
}
#s-cnt .b-bn .b-tl.exp {
  cursor: pointer;
}
#s-cnt .act .b-bn .b-tl {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
#s-cnt .b-bn .b-tl:active,
#s-cnt .b-bn .b-tl:hover {
  background: #e9eff4;
  background: var(--cc-cookie-category-block-bg-hover);
}
#s-bl .b-bn {
  position: relative;
}
#s-bl .c-bl {
  padding: 1em;
  margin-bottom: 0.5em;
  border: 1px solid #f1f3f5;
  border-color: var(--cc-section-border);
  -webkit-transition: background-color 0.25s ease;
  -o-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
}
#s-bl .c-bl:hover {
  background: #f0f4f7;
  background: var(--cc-cookie-category-block-bg);
}
#s-bl .c-bl:last-child {
  margin-bottom: 0.5em;
}
#s-bl .c-bl:first-child {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  padding: 0;
  margin-top: 0;
  border: 0;
  margin-bottom: 2em;
}
#s-bl .c-bl:not(.b-ex):first-child:hover {
  background: transparent;
  background: unset;
}
#s-bl .c-bl.b-ex {
  padding: 0;
  border: 0;
  background: #f0f4f7;
  background: var(--cc-cookie-category-block-bg);
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
#s-bl .c-bl.b-ex + .c-bl {
  margin-top: 2em;
}
#s-bl .c-bl.b-ex + .c-bl.b-ex {
  margin-top: 0;
}
#s-bl .c-bl.b-ex:first-child {
  margin-bottom: 1em;
}
#s-bl .c-bl.b-ex:first-child {
  margin-bottom: 0.5em;
}
#s-bl .b-acc {
  max-height: 0;
  overflow: hidden;
  padding-top: 0;
  margin-bottom: 0;
  display: none;
}
#s-bl .act .b-acc {
  max-height: 100%;
  display: block;
  overflow: hidden;
}
#s-cnt .p {
  font-size: 0.9em;
  line-height: 1.5em;
  margin-top: 0.85em;
  color: #2d4156;
  color: var(--cc-block-text);
}
.cc_div .b-tg .c-tgl:disabled {
  cursor: not-allowed;
}
#c-vln {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
#cs {
  padding: 0 1.7em;
  width: 100%;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
}
#s-inr {
  max-width: 45em;
  margin: 0 auto;
  -webkit-transform: scale(0.96);
  -ms-transform: scale(0.96);
  transform: scale(0.96);
  opacity: 0;
  padding-top: 4.75em;
  padding-bottom: 4.75em;
  position: relative;
  height: 100%;
  overflow: hidden;
  visibility: hidden;
  -webkit-box-shadow: rgba(3, 6, 9, 0.26) 0 13px 27px -5px;
  box-shadow: rgba(3, 6, 9, 0.26) 0 13px 27px -5px;
}
#s-inr,
#s-hdr,
#s-bns {
  background: #fff;
  background: var(--cc-bg);
}
#s-bl {
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
  height: 100%;
  padding: 1.3em 1.8em;
  display: block;
  width: 100%;
}
#s-bns {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1em 1.8em;
  border-top: 1px solid #f1f3f5;
  border-color: var(--cc-section-border);
  height: 4.75em;
}
.cc_div .cc-link {
  color: #253b48;
  color: var(--cc-btn-primary-bg);
  border-bottom: 1px solid #253b48;
  border-color: var(--cc-btn-primary-bg);
  display: inline;
  padding-bottom: 0;
  text-decoration: none;
  cursor: pointer;
  font-weight: 600;
}
.cc_div .cc-link:hover,
.cc_div .cc-link:active {
  border-color: transparent;
}
#c-bns button:first-child,
#s-bns button:first-child {
  color: #fff;
  color: var(--cc-btn-primary-text);
  background: #253b48;
  background: var(--cc-btn-primary-bg);
}
#c-bns.swap button:first-child {
  color: #40505a;
  color: var(--cc-btn-secondary-text);
  background: #e5ebef;
  background: var(--cc-btn-secondary-bg);
}
#c-bns.swap button:last-child {
  color: #fff;
  color: var(--cc-btn-primary-text);
  background: #253b48;
  background: var(--cc-btn-primary-bg);
}
.cc_div .b-tg .c-tgl:checked ~ .c-tg {
  background: #253b48;
  background: var(--cc-toggle-bg-on);
}
#c-bns button:first-child:active,
#c-bns button:first-child:hover,
#s-bns button:first-child:active,
#s-bns button:first-child:hover,
#c-bns.swap button:last-child:active,
#c-bns.swap button:last-child:hover {
  background: #1d2e38;
  background: var(--cc-btn-primary-hover-bg);
}
#c-bns.swap button:first-child:active,
#c-bns.swap button:first-child:hover {
  background: #d8e0e6;
  background: var(--cc-btn-secondary-hover-bg);
}
#s-hdr {
  position: absolute;
  top: 0;
  width: 100%;
  display: table;
  padding: 0 1.8em;
  height: 4.75em;
  vertical-align: middle;
  z-index: 2;
  border-bottom: 1px solid #f1f3f5;
  border-color: var(--cc-section-border);
}
#s-ttl {
  display: table-cell;
  vertical-align: middle;
  font-size: 1em;
}
#s-c-bn {
  padding: 0;
  width: 1.7em;
  height: 1.7em;
  font-size: 1.45em;
  margin: 0;
  font-weight: initial;
  position: relative;
  overflow: hidden;
}
#s-c-bnc {
  display: table-cell;
  vertical-align: middle;
}
.cc_div span.t-lb {
  position: absolute;
  top: 0;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
}
#c_policy__text {
  height: 31.25em;
  overflow-y: auto;
  margin-top: 1.25em;
}
#c-s-in {
  position: relative;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  height: 100%;
  height: calc(97.5%);
  max-height: 37.5em;
}
@media screen and (min-width: 688px) {
  #s-bl::-webkit-scrollbar {
    width: 0.9em;
    height: 100%;
    background: transparent;
    border-radius: 0 0.25em 0.25em 0;
  }
  #s-bl::-webkit-scrollbar-thumb {
    border: 0.25em solid var(--cc-bg);
    background: #cfd5db;
    background: var(--cc-webkit-scrollbar-bg);
    border-radius: 100em;
  }
  #s-bl::-webkit-scrollbar-thumb:hover {
    background: #9199a0;
    background: var(--cc-webkit-scrollbar-bg-hover);
  }
  #s-bl::-webkit-scrollbar-button {
    width: 10px;
    height: 5px;
  }
}
.cc_div .b-tg {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: inline-block;
  margin: auto;
  right: 1.2em;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
}
.cc_div .b-tg .c-tgl {
  position: absolute;
  cursor: pointer;
  display: block;
  top: 0;
  left: 0;
  margin: 0;
  border: 0;
}
.cc_div .b-tg .c-tg {
  position: absolute;
  background: #919ea6;
  background: var(--cc-toggle-bg-off);
  -webkit-transition:
    background-color 0.25s ease,
    -webkit-box-shadow 0.25s ease;
  transition:
    background-color 0.25s ease,
    -webkit-box-shadow 0.25s ease;
  -o-transition:
    background-color 0.25s ease,
    box-shadow 0.25s ease;
  transition:
    background-color 0.25s ease,
    box-shadow 0.25s ease;
  transition:
    background-color 0.25s ease,
    box-shadow 0.25s ease,
    -webkit-box-shadow 0.25s ease;
  pointer-events: none;
}
.cc_div span.t-lb,
.cc_div .b-tg,
.cc_div .b-tg .c-tg,
.cc_div .b-tg .c-tgl {
  width: 3.4em;
  height: 1.5em;
  border-radius: 4em;
}
.cc_div .b-tg .c-tg.c-ro {
  cursor: not-allowed;
}
.cc_div .b-tg .c-tgl ~ .c-tg.c-ro {
  background: #d5dee2;
  background: var(--cc-toggle-bg-readonly);
}
.cc_div .b-tg .c-tgl ~ .c-tg.c-ro:after {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.cc_div .b-tg .c-tg:after {
  content: '';
  position: relative;
  display: block;
  left: 0.125em;
  top: 0.125em;
  width: 1.25em;
  height: 1.25em;
  border: 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  background: #fff;
  background: var(--cc-toggle-knob-bg);
  -webkit-box-shadow: 0 1px 2px rgba(24, 32, 35, 0.36);
  box-shadow: 0 1px 2px rgba(24, 32, 35, 0.36);
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  -o-transition: transform 0.25s ease;
  transition: transform 0.25s ease;
  transition:
    transform 0.25s ease,
    -webkit-transform 0.25s ease;
  border-radius: 100%;
}
.cc_div .b-tg .c-tgl:checked ~ .c-tg:after {
  -webkit-transform: translateX(1.9em);
  -ms-transform: translateX(1.9em);
  transform: translateX(1.9em);
}
#s-bl table,
#s-bl th,
#s-bl td {
  border: 0;
}
#s-bl tbody tr {
  -webkit-transition: background-color 0.25s ease;
  -o-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
}
#s-bl tbody tr:hover {
  background: #e9eff4;
  background: var(--cc-cookie-category-block-bg-hover);
}
#s-bl table {
  text-align: left;
  border-collapse: collapse;
  width: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
#s-bl td,
#s-bl th {
  padding: 0.8em 0.625em;
  text-align: left;
  vertical-align: top;
  font-size: 0.8em;
  padding-left: 1.2em;
}
#s-bl th {
  font-family: inherit;
  padding: 1.2em;
}
#s-bl thead tr:first-child {
  border-bottom: 1px solid #e9edf2;
  border-color: var(--cc-cookie-table-border);
}
.force--consent #s-cnt,
.force--consent #cs {
  width: 100vw;
}
#cm-ov,
#cs-ov {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  visibility: hidden;
  opacity: 0;
  background: #070707;
  background: rgba(4, 6, 8, 0.85);
  background: var(--cc-overlay-bg);
  display: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.show--settings #cs-ov,
.c--anim #cs-ov,
.force--consent .c--anim #cm-ov,
.force--consent.show--consent #cm-ov {
  display: block;
}
#cs-ov {
  z-index: 2;
}
.force--consent .cc_div {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  width: 100vw;
  visibility: hidden;
  -webkit-transition: visibility 0.25s linear;
  -o-transition: visibility 0.25s linear;
  transition: visibility 0.25s linear;
}
.force--consent.show--consent .c--anim .cc_div,
.force--consent.show--settings .c--anim .cc_div {
  visibility: visible;
}
.force--consent #cm {
  position: absolute;
}
.force--consent #cm.bar {
  width: 100vw;
  max-width: 100vw;
}
html.force--consent.show--consent {
  overflow-y: hidden !important;
}
html.force--consent.show--consent,
html.force--consent.show--consent body {
  height: auto !important;
  overflow-x: hidden !important;
}
.cc_div .b-bn .exp::before,
.cc_div .act .b-bn .exp::before {
  border: solid #2d4156;
  border-color: var(--cc-btn-secondary-text);
  border-width: 0 2px 2px 0;
  padding: 0.2em;
  display: inline-block;
  content: '';
  margin-right: 15px;
  position: absolute;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  left: 1.2em;
  top: 50%;
}
.cc_div .act .b-bn .b-tl::before {
  -webkit-transform: translateY(-20%) rotate(225deg);
  -ms-transform: translateY(-20%) rotate(225deg);
  transform: translateY(-20%) rotate(225deg);
}
.cc_div .on-i::before {
  border: solid #fff;
  border-color: var(--cc-toggle-knob-icon-color);
  border-width: 0 2px 2px 0;
  padding: 0.1em;
  display: inline-block;
  padding-bottom: 0.45em;
  content: '';
  margin: 0 auto;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0.37em;
  left: 0.75em;
  position: absolute;
}
#s-c-bn::before,
#s-c-bn::after {
  content: '';
  position: absolute;
  left: 0.82em;
  top: 0.58em;
  height: 0.6em;
  width: 1.5px;
  background: #444d53;
  background: var(--cc-btn-secondary-text);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 1em;
  margin: 0 auto;
}
#s-c-bn::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cc_div .off-i,
.cc_div .on-i {
  height: 100%;
  width: 50%;
  position: absolute;
  right: 0;
  display: block;
  text-align: center;
  -webkit-transition: opacity 0.15s ease;
  -o-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}
.cc_div .on-i {
  left: 0;
  opacity: 0;
}
.cc_div .off-i::before,
.cc_div .off-i::after {
  right: 0.8em;
  top: 0.42em;
  content: ' ';
  height: 0.7em;
  width: 0.09375em;
  display: block;
  background: #cdd6dc;
  background: var(--cc-toggle-knob-icon-color);
  margin: 0 auto;
  position: absolute;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}
.cc_div .off-i::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cc_div .off-i::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cc_div .b-tg .c-tgl:checked ~ .c-tg .on-i {
  opacity: 1;
}
.cc_div .b-tg .c-tgl:checked ~ .c-tg .off-i {
  opacity: 0;
}
#cm.box.middle,
#cm.cloud.middle {
  top: 50%;
  -webkit-transform: translateY(-37%);
  -ms-transform: translateY(-37%);
  transform: translateY(-37%);
  bottom: auto;
}
#cm.box.middle.zoom,
#cm.cloud.middle.zoom {
  -webkit-transform: scale(0.95) translateY(-50%);
  -ms-transform: scale(0.95) translateY(-50%);
  transform: scale(0.95) translateY(-50%);
}
#cm.box.center {
  left: 1em;
  right: 1em;
  margin: 0 auto;
}
#cm.cloud {
  max-width: 50em;
  margin: 0 auto;
  text-align: center;
  left: 1em;
  right: 1em;
  overflow: hidden;
  padding: 1.3em 2em;
  width: unset;
}
.cc_div .cloud #c-inr {
  display: table;
  width: 100%;
}
.cc_div .cloud #c-inr-i {
  width: 70%;
  display: table-cell;
  vertical-align: top;
  padding-right: 2.4em;
}
.cc_div .cloud #c-txt {
  font-size: 0.85em;
}
.cc_div .cloud #c-bns {
  min-width: 170px;
  display: table-cell;
  vertical-align: middle;
}
#cm.cloud .c-bn {
  margin: 0.625em 0 0;
  width: 100%;
}
#cm.cloud .c-bn:first-child {
  margin: 0;
}
#cm.cloud.left {
  margin-right: 1.25em;
}
#cm.cloud.right {
  margin-left: 1.25em;
}
#cm.bar {
  width: 100%;
  max-width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 0;
  position: fixed;
  padding: 2em;
}
#cm.bar #c-inr {
  max-width: 32em;
  margin: 0 auto;
}
#cm.bar #c-bns {
  max-width: 33.75em;
}
#cm.bar #cs {
  padding: 0;
}
.cc_div .bar #c-s-in {
  top: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  height: 100%;
  max-height: 100%;
}
.cc_div .bar #s-hdr,
.cc_div .bar #s-bl,
.cc_div .bar #s-bns {
  padding-left: 1.6em;
  padding-right: 1.6em;
}
.cc_div .bar #cs {
  padding: 0;
}
.cc_div .bar #s-inr {
  margin: 0;
  margin-left: auto;
  margin-right: 0;
  border-radius: 0;
  max-width: 32em;
}
.cc_div .bar.left #s-inr {
  margin-left: 0;
  margin-right: auto;
}
.cc_div .bar #s-bl table,
.cc_div .bar #s-bl thead,
.cc_div .bar #s-bl tbody,
.cc_div .bar #s-bl th,
.cc_div .bar #s-bl td,
.cc_div .bar #s-bl tr,
.cc_div .bar #s-cnt {
  display: block;
}
.cc_div .bar #s-bl thead tr {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
.cc_div .bar #s-bl tr {
  border-top: 1px solid #e3e7ed;
  border-color: var(--cc-cookie-table-border);
}
.cc_div .bar #s-bl td {
  border: 0;
  position: relative;
  padding-left: 35%;
}
.cc_div .bar #s-bl td:before {
  position: absolute;
  left: 1em;
  padding-right: 0.625em;
  white-space: nowrap;
  content: attr(data-column);
  color: #000;
  color: var(--cc-text);
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
#cm.top {
  bottom: auto;
  top: 1.25em;
}
#cm.left {
  right: auto;
  left: 1.25em;
}
#cm.right {
  left: auto;
  right: 1.25em;
}
#cm.bar.left,
#cm.bar.right {
  left: 0;
  right: 0;
}
#cm.bar.top {
  top: 0;
}
@media screen and (max-width: 688px) {
  #cm,
  #cm.cloud,
  #cm.left,
  #cm.right {
    width: auto;
    max-width: 100%;
    margin: 0;
    padding: 1.4em !important;
    right: 1em;
    left: 1em;
    bottom: 1em;
    display: block;
  }
  .force--consent #cm,
  .force--consent #cm.cloud {
    width: auto;
    max-width: 100vw;
  }
  #cm.top {
    top: 1em;
    bottom: auto;
  }
  #cm.bottom {
    bottom: 1em;
    top: auto;
  }
  #cm.bar.bottom {
    bottom: 0;
  }
  #cm.cloud .c-bn {
    font-size: 0.85em;
  }
  #s-bns,
  .cc_div .bar #s-bns {
    padding: 1em 1.3em;
  }
  .cc_div .bar #s-inr {
    max-width: 100%;
    width: 100%;
  }
  .cc_div .cloud #c-inr-i {
    padding-right: 0;
  }
  #cs {
    border-radius: 0;
    padding: 0;
  }
  #c-s-in {
    max-height: 100%;
    height: 100%;
    top: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .cc_div .b-tg {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    right: 1.1em;
  }
  #s-inr {
    margin: 0;
    padding-bottom: 7.9em;
    border-radius: 0;
  }
  #s-bns {
    height: 7.9em;
  }
  #s-bl,
  .cc_div .bar #s-bl {
    padding: 1.3em;
  }
  #s-hdr,
  .cc_div .bar #s-hdr {
    padding: 0 1.3em;
  }
  #s-bl table {
    width: 100%;
  }
  #s-inr.bns-t {
    padding-bottom: 10.5em;
  }
  .bns-t #s-bns {
    height: 10.5em;
  }
  .cc_div .bns-t .c-bn {
    font-size: 0.83em;
    padding: 0.9em 1.6em;
  }
  #s-cnt .b-bn .b-tl {
    padding-top: 1.2em;
    padding-bottom: 1.2em;
  }
  #s-bl table,
  #s-bl thead,
  #s-bl tbody,
  #s-bl th,
  #s-bl td,
  #s-bl tr,
  #s-cnt {
    display: block;
  }
  #s-bl thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  #s-bl tr {
    border-top: 1px solid #e3e7ed;
    border-color: var(--cc-cookie-table-border);
  }
  #s-bl td {
    border: 0;
    position: relative;
    padding-left: 35%;
  }
  #s-bl td:before {
    position: absolute;
    left: 1em;
    padding-right: 0.625em;
    white-space: nowrap;
    content: attr(data-column);
    color: #000;
    color: var(--cc-text);
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }
  #cm .c-bn,
  .cc_div .c-bn {
    width: 100%;
    margin-right: 0;
  }
  #s-cnt #s-rall-bn {
    margin-left: 0;
  }
  .cc_div #c-bns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #c-bns button + button,
  #s-cnt button + button {
    margin-top: 0.625em;
    margin-left: 0;
    float: unset;
  }
  #cm.cloud,
  #cm.box {
    left: 1em;
    right: 1em;
    width: auto;
  }
  #cm.cloud.right,
  #cm.cloud.left {
    margin: 0;
  }
  .cc_div .cloud #c-bns,
  .cc_div .cloud #c-inr,
  .cc_div .cloud #c-inr-i {
    display: block;
    width: auto;
    min-width: unset;
  }
  .cc_div .cloud #c-txt {
    font-size: 0.9em;
  }
  .cc_div .cloud #c-bns {
    margin-top: 1.625em;
  }
}
.cc_div.ie #c-vln {
  height: 100%;
  padding-top: 5.62em;
}
.cc_div.ie .bar #c-vln {
  padding-top: 0;
}
.cc_div.ie #cs {
  max-height: 37.5em;
  position: relative;
  top: 0;
  margin-top: -5.625em;
}
.cc_div.ie .bar #cs {
  margin-top: 0;
  max-height: 100%;
}
.cc_div.ie #cm {
  border: 1px solid #dee6e9;
}
.cc_div.ie #c-s-in {
  top: 0;
}
.cc_div.ie .b-tg {
  padding-left: 1em;
  margin-bottom: 0.7em;
}
.cc_div.ie .b-tg .c-tgl:checked ~ .c-tg:after {
  left: 1.95em;
}
.cc_div.ie #s-bl table {
  overflow: auto;
}
.cc_div.ie .b-tg .c-tg {
  display: none;
}
.cc_div.ie .b-tg .c-tgl {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0.2em;
  height: auto;
}
.cc_div.ie #s-cnt .b-bn .b-tl {
  padding: 1.3em 6.4em 1.3em 1.4em;
}
.cc_div.ie .bar #s-bl td:before {
  display: none;
}
.cc_div.ie .bar #s-bl td {
  padding: 0.8em 0.625em 0.8em 1.2em;
}
.cc_div.ie .bar #s-bl thead tr {
  position: relative;
}
.cc_div.ie .b-tg .t-lb {
  filter: alpha(opacity=0);
}
.cc_div.ie #cm-ov,
.cc_div.ie #cs-ov {
  filter: alpha(opacity=80);
}
.tp-wrapper {
  color: #000;
  font-size: 14px;
}
.tp-wrapper * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Open Sans', sans-serif;
}
.tp-wrapper:focus {
  outline: 0;
  text-decoration: none;
}
.tp-wrapper input[type='radio'],
.tp-wrapper .tp-wrapper input[type='checkbox'] {
  margin: 0;
}
.tp-wrapper h1,
.tp-wrapper h2,
.tp-wrapper h3,
.tp-wrapper h4,
.tp-wrapper p,
.tp-wrapper div {
  font-family: 'Open Sans', sans-serif;
}
.tp-wrapper img {
  max-width: 100%;
  vertical-align: middle;
}
.tp-main {
  margin-top: 30px;
}
.tp-main + .tp-main {
  margin-top: 0;
}
.tp-wrapper [data-bg],
.tp-wrapper [data-tp-src] {
  opacity: 0;
}
.tp-wrapper .lazy-loaded {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.tp-wrapper #infscr-loading {
  margin-bottom: 20px;
  padding: 0 10px;
  letter-spacing: normal;
}
.tp-wrapper #infscr-loading img {
  display: none;
}
.tp-wrapper #infscr-loading .tp-icon-spinner.animate-spin {
  display: inline-block;
}
.tp-icon-spinner.animate-spin {
  -webkit-animation: spin 0.7s infinite linear;
  animation: spin 0.7s infinite linear;
  display: inline-block;
  line-height: 0;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  vertical-align: baseline;
}
.tp-loading-curtain {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999999;
}
.tp-related-ajax .tp-loading-curtain {
  top: -7px;
}
.tp-calendar .tp-loading-curtain,
.tp-datepicker .tp-loading-curtain,
.tp-related-ajax .tp-loading-curtain {
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
}
.tp-calendar .tp-loading-curtain,
.tp-related-ajax .tp-loading-curtain {
  z-index: 900;
}
.tp-map .tp-loading-curtain {
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
}
.tp-loading-curtain a {
  color: #fff;
  font-size: 13px;
  text-decoration: none;
}
.tp-loading-curtain a:hover,
.tp-loading-curtain a:focus {
  color: #fff;
  font-size: 13px;
  text-decoration: underline;
}
.tp-loading-curtain-inner {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  font-size: 200%;
  text-align: center;
}
.tp-calendar .tp-loading-curtain-inner,
.tp-calendar .tp-loading-curtain a,
.tp-calendar .tp-loading-curtain a:hover,
.tp-calendar .tp-loading-curtain a:focus,
.tp-datepicker .tp-loading-curtain-inner,
.tp-datepicker .tp-loading-curtain a,
.tp-datepicker .tp-loading-curtain a:hover,
.tp-datepicker .tp-loading-curtain a:focus,
.tp-related-ajax .tp-loading-curtain-inner,
.tp-related-ajax .tp-loading-curtain a,
.tp-related-ajax .tp-loading-curtain a:hover,
.tp-related-ajax .tp-loading-curtain a:focus {
  color: rgba(0, 0, 0, 0.5);
}
.pure-button > .tp-icon-spinner + br {
  display: none;
}
.tp-wrapper div.awesomplete {
  display: block;
}
.tp-wrapper div.awesomplete > ul {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.tp-wrapper div.awesomplete > ul > li {
  padding: 7px 14px;
}
.tp-wrapper div.awesomplete > ul > li:hover {
  background: #f5f5f5;
}
.tp-wrapper div.awesomplete mark,
.tp-wrapper div.awesomplete li:hover mark {
  background: #ff0;
}
.js .tp-wrapper .tp-more-inline-hidden {
  font-size: 0;
  -webkit-transition: font-size 0.5 ease;
  -o-transition: font-size 0.5 ease;
  transition: font-size 0.5 ease;
}
.js .tp-wrapper .tp-more-inline-hidden:before {
  content: ' ' attr(data-tp-more);
  cursor: pointer;
  font-size: 12px;
}
.js .tp-wrapper .tp-more-list {
  margin-top: -14px;
}
[class*='tp-hidden-']:not(.tp-hidden-lg):not(.tp-hidden-md):not(.tp-hidden-sm) {
  display: none;
}
@media print, screen and (max-width: 567px) {
  .tp-hidden-sm {
    display: none !important;
  }
}
@media print, screen and (max-width: 767px) {
  .tp-hidden-md {
    display: none !important;
  }
}
@media print, screen and (max-width: 991px) {
  .tp-hidden-lg {
    display: none !important;
  }
}
@media print, screen and (min-width: 568px) {
  .tp-visible-sm {
    display: none !important;
  }
}
@media print, screen and (min-width: 768px) {
  .tp-visible-md {
    display: none !important;
  }
}
@media print, screen and (min-width: 992px) {
  .tp-visible-lg {
    display: none !important;
  }
}
.tp-text-left {
  text-align: left;
}
.tp-text-center {
  text-align: center;
}
.tp-text-right {
  text-align: right;
}
.tp-right {
  float: right;
}
.tp-left {
  float: left;
}
@media print, screen and (min-width: 568px) {
  .tp-text-left-sm {
    text-align: left;
  }
  .tp-text-center-sm {
    text-align: center;
  }
  .tp-text-right-sm {
    text-align: right;
  }
  .tp-right-sm {
    float: right;
  }
  .tp-left-sm {
    float: left;
  }
}
.tp-list-inline,
.tp-list-unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tp-list-inline {
  overflow: hidden;
}
.tp-list-inline > li {
  display: inline-block;
  float: left;
}
div[class*='tp-icon-'] {
  display: inline;
}
[class^='tp-icon-']:before,
[class*=' tp-icon-']:before {
  line-height: 75%;
}
.tp-wrapper .tp-label-hidden {
  visibility: hidden;
}
.tp-wrapper {
}
.tp-wrapper .tp-btn-back,
.tp-wrapper .tp-btn-backtowebsite {
  float: left;
}
.tp-wrapper .tp-services .tp-btn-demand-htg,
.tp-wrapper .tp-media .tp-btn-vacancy {
  margin-top: 10px;
}
.tp-wrapper .tp-btn-wrapper {
  overflow: hidden;
}
.tp-wrapper .tp-btn-search {
  height: 34px;
}
.tp-wrapper .tp-box-btn-insideout .tp-btn-insideout {
  position: absolute;
  right: 0;
  top: -40px;
}
.tp-wrapper .tp-btn-booking > [class*='tp-icon-'] {
  margin-right: -14px;
}
.tp-wrapper .tp-search-checkbox-link:after {
  content: ' Â»';
}
.tp-wrapper .tp-aside-button-container {
  overflow: hidden;
}
.tp-wrapper .tp-aside-button-container .tp-btn-call,
.tp-wrapper .tp-aside-button-container .tp-btn-email,
.tp-wrapper .tp-aside-button-container .tp-btn-demand,
.tp-wrapper .tp-aside-button-container .tp-btn-dates {
  float: left;
}
.tp-wrapper .tp-aside-specialoffertext-house .tp-btn-specialoffer {
  float: none;
}
.tp-wrapper .tp-aside-specialoffertext-house * + .tp-btn-specialoffer,
.tp-wrapper .tp-aside-specialoffertext-house .tp-btn-specialoffer + * {
  margin-top: 10px;
}
.tp-wrapper .tp-btn-call {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 200%;
  padding: 5px 3px;
}
.tp-wrapper .tp-btn-facebook,
.tp-wrapper .tp-btn-facebook:hover,
.tp-wrapper .tp-btn-facebook:focus {
  background: #3b5998;
  color: #fff;
}
.tp-wrapper .tp-btn-twitter,
.tp-wrapper .tp-btn-twitter:hover,
.tp-wrapper .tp-btn-twitter:focus {
  background: #00a0d1;
  color: #fff;
}
.tp-wrapper .tp-btn-gplus,
.tp-wrapper .tp-btn-gplus:hover,
.tp-wrapper .tp-btn-gplus:focus {
  background: #d34836;
  color: #fff;
}
.tp-wrapper .tp-btn-mail,
.tp-wrapper .tp-btn-mail:hover,
.tp-wrapper .tp-btn-mail:focus {
  background: #fff;
  color: #666;
}
.tp-wrapper .tp-btn-pinterest,
.tp-wrapper .tp-btn-pinterest:hover,
.tp-wrapper .tp-btn-pinterest:focus {
  background: #e60023;
  color: #fff;
}
.tp-wrapper .tp-btn-whatsapp,
.tp-wrapper .tp-btn-whatsapp:hover,
.tp-wrapper .tp-btn-whatsapp:focus {
  background: #25d366;
  color: #fff;
}
@media print, screen and (min-width: 568px) {
  .tp-wrapper .tp-results-gallery .tp-box-results .tp-btn-dates,
  .tp-wrapper .tp-results-gallery .tp-box-results .tp-btn-clipboard-remove,
  .tp-wrapper .tp-results-gallery .tp-box-results .tp-btn-clipboard-add,
  .tp-wrapper .tp-results-gallery .tp-box-results .tp-btn-call,
  .tp-wrapper .tp-results-gallery .tp-box-results .tp-btn-details,
  .tp-wrapper .tp-results-gallery .tp-box-results .tp-btn-add,
  .tp-wrapper .tp-results-gallery .tp-box-results form .pure-form-group {
    display: none;
  }
}
.tp-wrapper .tp-btn-ukv-house-link {
  background: none repeat scroll 0 0 red;
  border-radius: 0;
  color: #fff;
  font-weight: 700;
  height: auto;
  margin-bottom: 20px;
  padding: 14px;
  text-align: left;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .tp-wrapper .tp-btn-ukv-house-link {
    margin-left: 20px;
    width: calc(100% - 20px);
  }
}
.tp-wrapper .tp-btn-ukv-house-link:hover {
  background: none repeat scroll 0 0 #e60000;
  color: #fff;
}
.tp-wrapper
  .tp-results-header-btn-clipboard
  a.pure-button.tp-btn-clipboard-addall,
.tp-wrapper
  .tp-results-header-btn-clipboard
  a.pure-button.tp-btn-clipboard-addall:hover,
.tp-wrapper
  .tp-results-header-btn-clipboard
  a.pure-button.tp-btn-clipboard-addall:focus {
  border-left: 1px solid #ddd;
}
.tp-wysiwyg + .tp-wysiwyg {
  margin-top: 10px;
}
.tp-wysiwyg:not(.tp-tooltip-container) {
  position: relative;
}
.tp-wysiwyg :first-child {
  margin-top: 0;
}
.tp-wysiwyg h3 {
  font-size: 17px;
  font-weight: 600;
  line-height: 1;
  margin: 15px 0 10px;
}
.tp-wysiwyg p,
.tp-wysiwyg li,
.tp-wysiwyg td {
  font-size: 13px;
  line-height: 1.4;
  margin: 0;
}
.tp-wysiwyg p + p {
  margin-top: 10px;
}
.tp-wysiwyg + .tp-panel {
  margin-top: 15px;
}
.tp-iframe {
  position: relative;
}
.tp-iframe iframe {
  border: 0;
  max-width: 100%;
  width: 100%;
}
@media print, screen and (max-width: 567px) {
  #rc-imageselect,
  .g-recaptcha {
    -ms-transform: scale(0.89);
    transform: scale(0.89);
    -webkit-transform: scale(0.89);
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
  #rc-imageselect > div,
  .g-recaptcha > div {
    width: 270px !important;
  }
}
.tp-wrapper .tp-back-to-top-button {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
  bottom: -4em;
  display: block;
  font-size: 0.75rem;
  height: 4em;
  padding: 0;
  position: fixed;
  right: 1.75em;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  width: 4em;
  z-index: 800;
}
.tp-wrapper .tp-back-to-top-button::before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
}
.tp-wrapper .tp-back-to-top-button::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
}
.tp-wrapper .tp-back-to-top-button::after,
.tp-wrapper .tp-back-to-top-button::before {
  background-color: #515151;
  content: '';
  display: block;
  height: 1em;
  left: 50%;
  margin: -0.3em 0 0 -0.18em;
  position: absolute;
  top: 50%;
  width: 0.36em;
}
.tp-wrapper .tp-back-to-top-button.tp-back-to-top-displayed {
  bottom: 5.5em;
}
.tp-wrapper .tp-back-to-top-button .tp-sr-only {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.tp-body .tp-cc-message {
  font-size: 0.75em;
  margin-right: 20px;
}
.tp-body .tp-cc-allow {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  border: 0;
  color: #000 !important;
  background: #f1d600 !important;
  min-width: 140px;
  margin-left: 10px;
}
.tp-body .tp-cc-dismiss {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  border: 0;
  color: #000 !important;
  background: #f1d600 !important;
}
@media screen and (max-width: 414px) and (orientation: portrait),
  screen and (max-width: 736px) and (orientation: landscape) {
  .tp-body .tp-cc-message {
    margin-right: 0;
  }
}
.tp-body .cc-theme-block {
  line-height: 1em;
}
.tp-body .tp-ticket-seatmap-iframe iframe {
  background: #fff;
}
.tp-wrapper .tp-text-stroked {
  text-decoration: line-through;
}
.tp-wrapper .tp-toggle-box {
  position: relative;
}
.tp-wrapper .tp-toggle-box .tp-toggle-box__content {
  position: relative;
  overflow: hidden;
  max-height: 100px;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.tp-wrapper .tp-toggle-box .tp-toggle-box__content_small {
  max-height: 60px;
}
.tp-wrapper .tp-toggle-box .tp-toggle-box__gradient {
  height: 50px;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(255, 255, 255, 0)),
    color-stop(70%, #fff)
  );
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, #fff 70%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0, #fff 70%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #fff 70%);
}
.tp-wrapper .tp-toggle-box .tp-toggle-box_toggler {
  display: block;
  margin-bottom: 1em;
}
.tp-wrapper .tp-toggle-box .tp-toggle-box__content_open {
  max-height: 10000px;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.tp-wrapper
  .tp-toggle-box
  .tp-toggle-box__content_open
  .tp-toggle-box__gradient {
  display: none;
}
.tp-wrapper .tp-home-experience a svg {
  width: 24px;
  height: 24px;
  margin-bottom: -6px;
}
.tp-wrapper .tp-home-experience .tp-booking-advantages h3 {
  margin-right: 20px;
}
.tp-wrapper .tp-home-experience .tp-booking-advantages ul {
  margin-bottom: 30px;
}
.tp-wrapper .tp-home-experience .tp-booking-advantages li {
  margin-right: 20px;
}
.tp-wrapper .tp-home-experience .tp-booking-advantages svg {
  width: 24px;
  height: 24px;
  margin-bottom: -6px;
}
.tp-wrapper .tp-home-experience .slick-slider {
  padding: 0;
}
.tp-wrapper .tp-home-experience .tp-icon-angle-left,
.tp-wrapper .tp-home-experience .tp-icon-angle-right {
  color: #fff;
  -webkit-box-shadow: #0a0a0a;
  box-shadow: #0a0a0a;
}
@media print, screen and (min-width: 1200px) {
  .o-container {
    max-width: 1170px !important;
  }
}
.tp-container {
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}
.tp-container:before,
.tp-container:after {
  content: ' ';
  display: table;
}
.tp-container:after {
  clear: both;
}
.tp-container p {
  margin: 0;
}
.tp-container p + form,
.tp-container form + p,
.tp-container p + p,
.tp-container div + p,
.tp-container p + div > p:first-child,
.tp-container p + div.tp-price,
.tp-container div + div.tp-price,
.tp-container p + div > div.tp-price:first-child,
.tp-container div.tp-price + form,
.tp-container form + div.tp-price {
  margin-top: 10px;
}
@media print, screen and (min-width: 768px) {
  .tp-container {
    max-width: 930px;
  }
}
@media print, screen and (min-width: 992px) {
  .tp-container {
    max-width: 970px;
  }
}
@media print, screen and (min-width: 1200px) {
  .tp-container {
    max-width: 1170px;
  }
}
.tp-box {
  background-color: #fff;
  border: 1px solid #ddd;
  display: block;
  font-size: 13px;
  line-height: 1.4;
  margin-bottom: 9px;
  overflow: hidden;
}
.tp-box legend {
  font-size: 13px;
}
.tp-box-rounded {
  border-radius: 4px;
}
.tp-box-btn-insideout {
  margin-top: 60px;
  overflow: inherit;
}
.tp-box-frame .tp-box-frame {
  padding-left: 0;
  padding-right: 0;
}
.tp-box-frame .tp-box:last-child {
  margin-bottom: 0;
}
.tp-box > .tp-box-frame {
  padding: 14px;
}
.tp-box
  > .tp-box-frame
  + .tp-box-frame:not(.tp-modal-footer):not([data-tp-collapse-target]) {
  padding-top: 0;
}
.tp-box-headline {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 15px;
}
time + .tp-box-headline.tp-box-frame,
time + .tp-box-headline {
  margin-top: 10px;
}
.tp-box-headline.tp-box-frame {
  margin: 0;
}
.tp-box-subheadline {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 10px;
}
.tp-box-transparent {
  background-color: transparent;
  border: 0;
}
.tp-box-bordered {
  background-color: transparent;
}
@media print, screen and (max-width: 567px) {
  .tp-box-transparent .tp-box-headline {
    display: none;
  }
  .tp-box-btn-insideout {
    margin-top: 0;
  }
}
@media print, screen and (min-width: 568px) {
  .tp-search .tp-box-headline {
    display: none;
  }
  .tp-search-detail-congress .tp-box-headline {
    display: block;
  }
  .tp-search-offer .tp-box-headline,
  .tp-search-ticket .tp-box-headline,
  .tp-search-package .tp-box-headline,
  .tp-search-guide .tp-box-headline,
  .tp-quickfinder .tp-search .tp-box-headline {
    display: block;
  }
  .tp-search .tp-box-frame + .tp-box-frame {
    padding-top: 14px;
  }
}
.tp-search-package + .tp-map {
  margin-top: 20px;
}
.tp-results-gallery .tp-results-imagesearch > .tp-box-frame,
.tp-results-dynamic .tp-results-imagesearch > .tp-box-frame,
.tp-results-imagesearch-container-congress
  .tp-results-imagesearch
  > .tp-box-frame,
.tp-box-results > .tp-box-frame,
.tp-offer-teaser-wrapper .tp-box-frame,
.tp-results-imagesearch-container .tp-results-imagesearch > .tp-box-frame {
  overflow: hidden;
  padding: 4px;
}
.tp-services .tp-box-subheadline {
  font-size: 15px;
}
@media print, screen and (min-width: 568px) {
  .tp-box {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .tp-aside-right > .tp-box {
    margin-left: 20px;
  }
}
@media print, screen and (min-width: 568px) {
  .tp-results-package .tp-quickfinder ~ .tp-results-header > div,
  .tp-results-package .tp-quickfinder ~ .tp-results-container > div,
  .tp-results-package
    .tp-quickfinder
    ~ .tp-results-container
    > .tp-infinite-show-more {
    border-left: 1px solid #ddd;
  }
}
.tp-results-package .tp-results-container > div .tp-box {
  border-width: 1px 0 0;
  margin-bottom: 10px;
}
.tp-results-package .tp-results-container > div .tp-box-frame {
  padding-top: 10px;
}
.tp-results-package .tp-results-container > div:first-child .tp-box {
  border-top-width: 0;
}
.tp-results-package .tp-quickfinder .tp-box-frame {
  padding-left: 5px;
  padding-right: 5px;
}
.tp-results-package .tp-results-header-headline {
  padding-top: 14px;
}
.tp-subnav {
  background-color: rgba(51, 51, 51, 0.85);
  -webkit-box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  position: relative;
  z-index: 999;
}
.tp-subnav-meta {
  float: right;
}
.tp-subnav-item {
  position: relative;
}
.tp-subnav-item-hidden {
  display: none !important;
}
.tp-subnav-item + .tp-subnav-item {
  border-left: 1px solid rgba(255, 224, 222, 0.1);
}
.tp-subnav-item + .tp-subnav-item:before {
  border-left: 1px solid rgba(68, 68, 68, 0.1);
  content: '';
  height: 100%;
  left: -2px;
  position: absolute;
  top: 0;
}
.tp-subnav-item .tp-subnav-link,
.tp-subnav-item .tp-subnav-link:hover,
.tp-subnav-item .tp-subnav-link:focus {
  color: #fff;
}
.tp-subnav-link {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-size: 13px;
  padding: 12px 9px;
  position: relative;
  text-decoration: none;
}
.tp-subnav-link:hover,
.tp-subnav-link:focus {
  background-color: rgba(51, 51, 51, 0.85);
  text-decoration: none;
}
.tp-subnav-text {
  display: none;
}
@media print, screen and (min-width: 568px) {
  .tp-subnav-link {
    padding: 19px 14px;
  }
}
@media print, screen and (min-width: 768px) {
  .tp-subnav-main .tp-subnav-text {
    display: inline;
  }
}
.tp-subnav-wrapper {
  margin-bottom: 20px;
}
.tp-subnav-sticky .tp-subnav {
  border-bottom: 1px solid rgba(255, 224, 222, 0.1);
}
.tp-subnav-sticky .tp-subnav-link {
  padding: 9px;
  -webkit-transition: padding 0.7s ease;
  -o-transition: padding 0.7s ease;
  transition: padding 0.7s ease;
}
@media print, screen and (min-width: 568px) {
  .tp-subnav-sticky .tp-subnav-link {
    padding: 14px;
  }
}
@media print, screen and (max-width: 767px) {
  .tp-subnav-sticky .tp-subnav {
    left: 0 !important;
    width: 100% !important;
  }
}
[data-tp-collapse] > .tp-icon-plus-circled,
[data-tp-collapse] > .tp-icon-minus-circled,
[data-tp-collapse-ajax] > .tp-icon-plus-circled,
[data-tp-collapse-ajax] > .tp-icon-minus-circled {
  display: none;
}
@media print, screen and (max-width: 567px) {
  .js .tp-content [data-tp-collapse],
  .js .tp-content [data-tp-collapse-ajax] {
    cursor: pointer;
    position: relative;
  }
  .js .tp-content [data-tp-collapse] > .tp-icon-plus-circled,
  .js .tp-content [data-tp-collapse-ajax] > .tp-icon-plus-circled {
    display: block;
    left: 0;
    padding-right: 14px;
    position: absolute;
    right: 0;
    text-align: right;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .js .tp-content [data-tp-collapse] > .tp-icon-plus-circled:before,
  .js .tp-content [data-tp-collapse-ajax] > .tp-icon-plus-circled:before {
    margin: 0;
    width: auto;
  }
  .js .tp-content .tp-collapse-open > .tp-icon-plus-circled:before {
    content: '\e80e';
  }
  .js .tp-content [data-tp-collapse-target]:not(.tp-collapse-visible-sm) {
    display: none;
  }
  .js .tp-content [data-tp-collapse-target].tp-collapse-target-open {
    display: block;
  }
}
@media print, screen and (max-width: 767px) {
  .js .tp-quickfinder [data-tp-collapse],
  .js .tp-quickfinder [data-tp-collapse-ajax] {
    cursor: pointer;
    position: relative;
  }
  .js .tp-quickfinder [data-tp-collapse] > .tp-quickfinder-mobile-icon,
  .js .tp-quickfinder [data-tp-collapse-ajax] > .tp-quickfinder-mobile-icon {
    display: block;
    font-size: 20px;
    left: 0;
    padding-right: 14px;
    position: absolute;
    right: 0;
    text-align: right;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .js .tp-quickfinder [data-tp-collapse] > .tp-quickfinder-mobile-icon:before,
  .js
    .tp-quickfinder
    [data-tp-collapse-ajax]
    > .tp-quickfinder-mobile-icon:before {
    margin: 0;
    width: auto;
  }
  .js .tp-quickfinder [data-tp-collapse-target]:not(.tp-collapse-visible-sm) {
    display: none;
  }
  .js .tp-quickfinder [data-tp-collapse-target].tp-collapse-target-open {
    display: block;
  }
}
@media print, screen and (min-width: 568px) {
  .js .tp-quickfinder.tp-quickfinder-compact [data-tp-collapse],
  .js .tp-quickfinder.tp-quickfinder-compact [data-tp-collapse-ajax] {
    cursor: pointer;
    position: relative;
  }
  .js
    .tp-quickfinder.tp-quickfinder-compact
    [data-tp-collapse]
    > .tp-quickfinder-mobile-icon,
  .js
    .tp-quickfinder.tp-quickfinder-compact
    [data-tp-collapse-ajax]
    > .tp-quickfinder-mobile-icon {
    display: block;
    font-size: 20px;
    left: 0;
    padding-right: 14px;
    position: absolute;
    right: 0;
    text-align: right;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .js
    .tp-quickfinder.tp-quickfinder-compact
    [data-tp-collapse]
    > .tp-quickfinder-mobile-icon:before,
  .js
    .tp-quickfinder.tp-quickfinder-compact
    [data-tp-collapse-ajax]
    > .tp-quickfinder-mobile-icon:before {
    margin: 0;
    width: auto;
  }
  .js
    .tp-quickfinder.tp-quickfinder-compact
    [data-tp-collapse-target]:not(.tp-collapse-visible-sm) {
    display: none;
  }
  .js
    .tp-quickfinder.tp-quickfinder-compact
    [data-tp-collapse-target].tp-collapse-target-open {
    display: block;
  }
}
.no-touchevents .tp-address-phone {
  cursor: text;
}
.no-touchevents .tp-link-phone {
  pointer-events: none;
}
.tp-address {
  position: relative;
}
.tp-address .tp-box-headline-has-rating {
  float: left;
}
.tp-address-block-city {
  clear: right;
  font-weight: 600;
}
.tp-address-block-city + .tp-address-block-address,
.tp-address-block-distance,
.tp-address-block-details {
  margin-top: 0;
}
.tp-address-block-distance-dynamic .tp-icon-sort-down:before {
  position: relative;
  top: -2px;
}
.tp-address-features li + li {
  margin-top: 5px;
}
.tp-address-features [class*='tp-icon'] {
  border: 1px solid #000;
  border-radius: 4px;
  font-size: 1.5em;
  padding: 0.1em 0;
}
.tp-address-social-buttons-link {
  display: inline-block;
  padding: 2px 5px;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  -o-transition: transform 0.25s ease;
  transition: transform 0.25s ease;
  transition:
    transform 0.25s ease,
    -webkit-transform 0.25s ease;
}
.tp-address-social-buttons-link:hover {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
@media print, screen and (max-width: 567px) {
  .tp-address .tp-box-headline {
    float: none;
  }
  .tp-address .tp-box-headline-has-rating {
    float: left;
  }
}
@media print, screen and (min-width: 568px) {
  .tp-results-gallery .tp-address-block-description,
  .tp-results-gallery .tp-address-block-address,
  .tp-results-gallery .tp-address-block-details {
    display: none;
  }
}
.tp-box-subheadline + .tp-address-block-contact,
.tp-box-subheadline + .tp-address-block-companyname {
  margin-top: -10px;
}
.tp-stars + .tp-address-block-city {
  margin-top: 0;
}
.tp-rating-preview + .tp-address-block-city {
  margin-top: 0;
}
.tp-address-block-details .tp-address-email,
.tp-address-block-details .tp-address-url {
  display: block;
}
.tp-awards {
  position: relative;
}
.tp-awards-container {
  margin-left: -5px;
  margin-top: -5px;
  overflow: hidden;
}
.tp-awards-item {
  display: inline-block;
  float: left;
  margin-top: 4px;
  margin-left: 4px;
  position: relative;
}
.tp-awards-item img {
  height: auto;
  width: 80px;
}
.tp-awards-inline {
  margin: 10px 0 10px 1px;
}
.tp-awards-inline .tp-awards-item img {
  width: 40px;
}
@media print, screen and (min-width: 568px) {
  .tp-results-gallery .tp-awards-inline {
    display: none;
  }
}
.tp-booking {
  position: relative;
}
.tp-booking-info {
  margin-top: 14px;
  margin-bottom: 14px;
}
.tp-booking-info-room {
  font-weight: 600;
}
.tp-booking-info .tp-icon-thumbs-up {
  font-size: 150%;
  line-height: 0;
  position: relative;
  top: 11px;
}
.tp-price + .tp-booking-info-dayprice {
  margin-top: 0;
}
.tp-price-parts > ul {
  padding: 0;
}
.tp-price-parts > ul > li {
  list-style: none;
}
.tp-price-parts > ul > li:before {
  content: '\e805 \00a0';
  display: inline-block;
  font-family: tp-icons;
  text-decoration: none;
}
.tp-container .tp-services-flexsearch-text {
  margin-bottom: 5px;
}
.tp-container .tp-services-flexsearch-text + p {
  margin-top: 5px;
}
.tp-container .tp-services-flexsearch-text + .tp-services-searchdate-text {
  margin-left: 5px;
}
.tp-services-searchdate-text + .tp-booking-multiple {
  margin-top: 10px;
}
.tp-booking-package {
  background-color: #f5f5f5;
}
.tp-booking-package .pure-button + a {
  clear: both;
  margin-top: 10px;
}
.tp-cart {
}
.tp-cart-online-payment-form p {
  margin-bottom: 10px;
}
.tp-cart .tp-box-subheadline + .tp-box {
  margin-top: 10px;
}
.tp-cart .tp-booking-info {
  margin: 0;
}
.tp-cart .tp-booking-info .tp-booking-details + .tp-booking-details {
  margin-top: 10px;
}
.tp-cart .tp-box-frame + .tp-box-frame > .tp-box-headline {
  border-top: 1px solid #ddd;
  padding-top: 15px;
}
.tp-cart .tp-cart-header {
  margin-bottom: 0;
  overflow: hidden;
}
.tp-cart .tp-cart-header > .tp-btn-print {
  float: none;
}
.tp-cart .tp-cart-header-steps {
  clear: both;
  float: left;
  margin-bottom: 20px;
}
.tp-cart .tp-cart-header-currency {
  float: right;
  margin-bottom: 20px;
}
.tp-cart .tp-cart-header-ssl {
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  margin-bottom: 20px;
  padding: 14px;
}
.tp-cart .tp-cart-header-steps {
}
.tp-cart .tp-cart-header-steps .tp-badge {
  border-radius: 4px;
  padding: 9px 10px;
}
.tp-cart .tp-cart-header-steps .tp-badge-active {
  background-color: #737373;
}
.tp-cart .tp-cart-header-steps .tp-badge-inactive {
  background-color: #c5c5c5;
}
.tp-cart a.tp-link-delete,
.tp-cart a.tp-link-delete:hover,
.tp-cart a.tp-link-delete:focus {
  color: red;
}
.tp-cart .tp-cart-item-service + .tp-cart-item-service {
  padding-top: 15px;
}
@media print, screen and (max-width: 567px) {
  .tp-cart .pure-button-group {
    display: block;
  }
  .tp-cart .pure-button-group > .pure-button {
    border-radius: 0;
  }
  .tp-cart .pure-button-group > .pure-button:first-child {
    border-radius: 4px 4px 0 0;
  }
  .tp-cart .pure-button-group > .pure-button:last-child {
    border-radius: 0 0 4px 4px;
  }
  .tp-cart .pure-button-group > .pure-button + .pure-button {
    margin-top: -1px;
    margin-left: 0;
  }
  .tp-cart .tp-cart-header-currency,
  .tp-cart .tp-cart-header-steps,
  .tp-cart .tp-cart-header-ssl,
  .tp-cart .tp-cart-header-currency {
    float: none;
  }
  .tp-cart .tp-cart-header-currency + .tp-cart-header-ssl {
    margin-top: 10px;
  }
  .tp-cart .tp-cart-header-steps .tp-badge {
    display: block;
  }
  .tp-cart .tp-cart-header-steps .tp-badge + .tp-badge {
    margin-top: 10px;
  }
  .tp-cart .tp-cart-item-service .tp-media-image {
    display: none;
  }
  .tp-cart .tp-cart-item-service .tp-cart-item-priceparts > .tp-box-headline {
    padding-top: 15px;
  }
}
@media print, screen and (max-width: 767px) {
  .tp-cart .tp-cart-item-price {
    margin-top: 20px;
  }
  .tp-cart .tp-cart-item-service .tp-cart-item-priceparts > .tp-box-headline {
    padding-top: 15px;
  }
}
@media print, screen and (min-width: 568px) {
  .tp-cart .tp-btn-participant {
    float: left;
  }
}
.tp-cart .tp-cart-checkbox {
  left: 0;
  position: absolute;
  top: 2px;
}
.tp-cart .tp-cart-checkbox-label {
  display: block;
  font-weight: 400;
  overflow: hidden;
  padding-left: 20px;
  position: relative;
}
.tp-cart .tp-cart-participant {
  display: block;
  position: relative;
}
.tp-cart .tp-cart-participant-item-hidden {
  display: none;
}
.tp-cart
  .tp-cart-participant
  .tp-cart-participant-item
  + .tp-cart-participant-item {
  margin-top: 14px;
}
.tp-cart
  .tp-participant-selection-box
  input[class*='js-tp-']:not(.tp-participant-disabled) {
  cursor: pointer;
}
.tp-cart
  .tp-participant-selection-box
  input[class*='js-tp-']:not(.tp-participant-disabled)
  + label {
  cursor: pointer;
}
.tp-cart [class*='tp-participant-select-'] + label {
  display: inline;
}
.tp-cart .tp-participant-disabled,
.tp-cart .tp-participant-disabled + label {
  color: #ddd;
}
.tp-cart .tp-cart-erv-item {
  border-top: 1px solid #ddd;
  overflow: hidden;
  padding-left: 25px;
  padding-top: 15px;
  margin-top: 10px;
  position: relative;
}
.tp-cart .tp-cart-erv-item input {
  left: 3px;
  position: absolute;
  top: 15px;
}
.tp-cart .tp-cart-erv-item-name {
  font-weight: 700;
  margin-bottom: 0;
}
.tp-cart .tp-cart-erv-item-name > .tp-price {
  float: right;
}
.tp-cart-checkout + .tp-cart-checkout > .tp-box-headline {
  border-top: 1px solid #ddd;
  padding-top: 15px;
}
.tp-cart .tp-booking-option-item {
  margin: 10px 0;
}
.tp-cart .tp-booking-option-item .tp-icon-ok {
  color: #3cab2d;
}
.tp-cart .tp-booking-option-item-added [class^='tp-icon-'] {
  float: left;
}
.tp-cart .tp-booking-option-item-added [class^='tp-icon-'] + strong {
  display: block;
  margin-left: 18px;
  margin-left: calc(1em + 0.4em);
}
.tp-cart .tp-booking-option-item-added a > [class^='tp-icon-'] {
  display: block;
  margin-left: 18px;
  margin-left: calc(1em + 0.2em);
}
.tp-cart .tp-booking-option-item-add {
}
.tp-cart .tp-booking-option-item-add [class^='tp-icon-'] {
  float: left;
}
.tp-cart .tp-booking-option-item-add [class^='tp-icon-'] + strong {
  display: block;
  margin-left: calc(1em + 0.2em);
}
.tp-cart .tp-booking-option .tp-booking-option-item .tp-cart-checkbox:hover,
.tp-cart .tp-booking-option .tp-additional-option-item .tp-cart-checkbox:hover,
.tp-cart
  .tp-booking-option
  .tp-booking-option-item
  .tp-cart-checkbox-label:hover,
.tp-cart
  .tp-booking-option
  .tp-additional-option-item
  .tp-cart-checkbox-label:hover {
  cursor: pointer;
}
.tp-cart-item {
}
.tp-cart-item-price,
.tp-cart-item-price-summary {
  text-align: right;
}
.tp-cart-item .tp-booking + .tp-booking {
  border-top: 1px solid #ddd;
  margin-top: 15px;
  padding-top: 15px;
}
.tp-cart-item-details .tp-btn-delete {
  float: none;
}
.tp-cart-item-details .tp-booking-service-item-price {
  float: right;
}
.tp-cart-item-details .tp-booking-serviceprovider + .tp-booking-address {
  margin-top: 10px;
}
.tp-cart-item .tp-booking-service-item {
  border-top: 1px solid #ddd;
  padding-top: 10px;
  overflow: hidden;
}
.tp-cart-item .tp-booking-service-item + .tp-booking-service-item {
  padding-top: 10px;
  margin-top: 10px;
}
.tp-cart-item-code {
  float: left;
}
.tp-cart-item-code .tp-btn-sendcode {
  margin-left: 10px;
}
+ .tp-cart-item-code-code {
  margin-left: 10px;
}
@media print, screen and (max-width: 567px) {
  .tp-cart-item-code {
    float: none;
  }
  .tp-cart-item-code input {
    width: 100%;
  }
  .tp-cart-item-code input + .tp-btn-sendcode {
    margin: 0;
    margin-top: 5px;
  }
  .tp-cart-item-code + .tp-cart-item-code {
    margin-left: 0;
  }
  .tp-cart-item.tp-box-transparent .tp-box-headline {
    display: block;
  }
}
.tp-cart-checkout {
}
.tp-cart-checkout .tp-cart-item .tp-payment-info + .tp-payment-info {
  margin-top: 10px;
}
.tp-cart-checkout .tp-cart-item-service + .tp-cart-item-service {
  border-top: 1px solid #ddd;
  margin-top: 15px;
  padding-top: 15px;
}
.tp-cart-document-box {
  display: block;
  margin-bottom: 40px;
  margin-top: 10px;
}
.tp-detail .tp-included-services ul {
  padding: 0;
}
.tp-detail .tp-included-services ul li {
  list-style: none;
  text-indent: -8px;
  padding-left: 16px;
}
.tp-detail .tp-included-services ul li:before {
  content: '\e805 \00a0';
  display: inline-block;
  font-family: tp-icons;
  text-decoration: none;
}
.tp-detail .tp-package-included-services .tp-icon-ok {
  position: absolute;
  top: 0;
  left: 0;
}
.tp-detail .tp-package-services-label {
  cursor: pointer;
}
.tp-detail-meta {
  margin-bottom: 30px;
}
.tp-detail-meta:before,
.tp-detail-meta:after {
  content: ' ';
  display: table;
}
.tp-detail-meta:after {
  clear: both;
}
.tp-detail-meta-currency {
  float: right;
}
.tp-detail .tp-detail-preheadline {
  margin-bottom: 20px;
  text-align: left;
}
.tp-detail .tp-detail-preheadline .tp-detail-preheadline__location {
  color: #999;
}
.tp-detail .tp-detail-preheadline .tp-detail-preheadline__location a {
  color: #999;
}
.tp-detail
  .tp-detail-preheadline
  .tp-detail-preheadline__location
  a:last-child {
  font-weight: 700;
}
.tp-feature-duration {
  border-spacing: 14px 0;
  display: table;
  margin: 0 -14px;
}
.tp-feature-duration span[class^='tp-icon-'] {
  color: #999;
  font-size: 40px;
}
.tp-feature-duration-text {
  color: #999;
}
.tp-feature-duration-target-group,
.tp-feature-duration-duration {
  background-color: #efefef;
  display: table-cell;
  padding: 9px;
  text-align: center;
  width: 50%;
}
.tp-wrapper {
}
.tp-wrapper .tp-features-arrival-text {
  font-size: 1.1em;
}
.tp-wrapper .tp-features-arrival-text span {
  font-weight: 700;
}
.tp-wrapper .tp-description .tp-box {
  border: 0;
}
.tp-wrapper .tp-feature-guidelines .tp-feature-guidelines__list {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
}
.tp-wrapper .tp-feature-guidelines .tp-feature-guidelines__list div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.tp-wrapper .tp-feature-guidelines .tp-feature-guidelines__list li {
  margin: 0 0 5px;
}
.tp-wrapper
  .tp-feature-guidelines
  .tp-feature-guidelines__list
  .tp-guidelines__icon {
  background-position: -35px -1px;
  background-repeat: no-repeat;
  display: inline-block;
  height: 32px;
  width: 32px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 32px;
  -ms-flex: 0 0 32px;
  flex: 0 0 32px;
}
.tp-wrapper
  .tp-feature-guidelines
  .tp-feature-guidelines__list
  .tp-guidelines__text {
  display: inline-block;
  padding: 0.57em 0.5em;
}
.tp-wrapper .tp-accessibility-proinfirmis {
  border-spacing: 0 5px;
  display: table;
  width: 100%;
}
.tp-wrapper .tp-accessibility-proinfirmis.tp-box-frame {
  padding-top: 5px;
}
.tp-wrapper .tp-accessibility-proinfirmis-line {
  display: table-row;
}
.tp-wrapper
  .tp-accessibility-proinfirmis-line
  > .tp-accessibility-proinfirmis-item {
  display: table-cell;
  width: 50%;
}
.tp-wrapper
  .tp-accessibility-proinfirmis-line
  .tp-accessibility-proinfirmis-icon,
.tp-wrapper
  .tp-accessibility-proinfirmis-line
  .tp-accessibility-proinfirmis-text {
  display: table-cell;
  vertical-align: middle;
}
.tp-wrapper
  .tp-accessibility-proinfirmis-line
  .tp-accessibility-proinfirmis-icon {
  width: 40px;
}
.tp-wrapper
  .tp-accessibility-proinfirmis-line
  .tp-accessibility-proinfirmis-icon
  > img {
  width: 100%;
}
.tp-wrapper
  .tp-accessibility-proinfirmis-line
  .tp-accessibility-proinfirmis-text {
  padding-left: 10px;
}
.tp-wrapper
  .tp-accessibility-proinfirmis
  .tp-accessibility-proinfirmis-line
  + .tp-accessibility-proinfirmis-line {
  margin-top: 10px;
}
.tp-wrapper .tp-experience-included-services ul {
  margin-top: 0;
  margin-bottom: 0;
}
.tp-wrapper .tp-experience-included-services > .tp-box-frame:nth-last-child(1) {
  padding-top: 0;
}
.tp-gallery {
  position: relative;
}
.tp-gallery img {
  height: auto;
  max-width: 100%;
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.tp-gallery-first {
  background-color: #fff;
  display: block;
  line-height: 0;
  position: relative;
  text-align: center;
}
.tp-gallery-preview {
  display: none;
  text-align: center;
}
.tp-gallery-preview-item {
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 5px;
  max-height: 60px;
  overflow: hidden;
  position: relative;
}
.tp-gallery-preview-item:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.tp-gallery-preview-item:nth-child(n + 7) {
  display: none;
}
.tp-gallery-preview-item + .tp-gallery-preview-item {
  margin-left: 5px;
}
.tp-gallery-preview-image {
  max-height: 60px;
}
.tp-gallery-preview-text {
  background-color: #f2f2f2;
  color: #2c3033;
  font-size: 22px;
  font-weight: 600;
  padding: 25% 0;
  position: absolute;
  text-align: center;
  text-shadow: 1px 1px 1px #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}
.tp-gallery-hidden-images {
  height: 0;
  overflow: hidden;
  position: absolute;
}
.tp-gallery .tp-gallery-panorama-link {
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
  background-color: #2c3033;
  color: #fff;
  font-size: 20px;
  padding: 10px;
  position: absolute;
  right: 15px;
  text-align: center;
  top: 0;
  z-index: 2;
}
.tp-gallery .tp-gallery-panorama-link:hover,
.tp-gallery .tp-gallery-panorama-link:focus {
  color: #fff;
}
.tp-gallery .tp-gallery-panorama-link-2 {
  display: block;
  font-size: 14px;
}
@media print, screen and (min-width: 568px) {
  .tp-gallery-preview {
    display: block;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 991px) {
  .tp-gallery-preview-item:nth-child(n + 5) {
    display: none;
  }
  .tp-gallery-preview-item:last-child {
    display: inline-block;
  }
}
.tp-gallery-compact img {
  height: 250px;
}
.object-fit .tp-gallery-compact img {
  -o-object-fit: none;
  object-fit: none;
  width: 100%;
}
.tp-gallery-compact .tp-gallery-first {
  background-color: #fff;
}
.tp-gallery-first .tp-icon-picture,
.tp-gallery-compact .tp-icon-picture {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background-color: rgba(11, 11, 11, 0.5);
  border-radius: 2px;
  bottom: 5px;
  color: #fff;
  font-size: 18px;
  padding: 7px 2px 6px 1px;
  position: absolute;
  right: 5px;
}
.tp-magnific-gallery .mfp-title {
  font-size: 14px;
}
.tp-magnific-gallery .mfp-counter {
  width: auto;
}
.tp-header {
  margin-bottom: 20px;
  position: relative;
}
.tp-header-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tp-wrapper .tp-header-headline {
  font-size: 28px;
  margin: 0;
}
.tp-wrapper .tp-header-flex .tp-header-headline {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: 0 10px 10px 0;
}
.tp-wrapper .tp-header-flex .tp-header-headline + .tp-box-bookmark {
  float: none;
  margin: 0;
}
.tp-header-subheadline,
.tp-header-location {
  font-size: 17px;
  margin: 10px 0 0;
}
.tp-header-flex .tp-header-subheadline,
.tp-header-flex .tp-header-location {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.tp-header-secondsubheadline {
  font-size: 17px;
  font-weight: 400;
  margin: 60px 0 0;
}
.tp-header-flex .tp-header-secondsubheadline {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.tp-header p {
  margin-top: 10px;
}
.tp-header-intro {
  font-size: 17px;
}
.tp-header-flex .tp-header-intro {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.tp-header-headline-block {
  display: block;
}
.tp-header-subheadline-inline {
  display: inline;
}
.tp-map {
  position: relative;
}
.tp-map-container {
  padding-bottom: 14px;
}
.tp-box-frame > .tp-map-container {
  margin-right: -14px;
  margin-left: -14px;
}
.tp-map-dynamic {
  min-height: 500px;
}
.tp-map:not(.tp-content):not(.tw-map) .tp-map-container {
  margin-top: -14px;
}
.tp-map:not(.tp-content):not(.tw-map) .tp-map-dynamic {
  min-height: 250px;
}
.tp-map:not(.tp-content):not(.tw-map) .tp-map-dynamic:not(.tp-map-loaded) {
  min-height: auto;
}
@media print, screen and (min-width: 768px) {
  .tp-aside-right .tp-map:not(.tp-content):not(.tw-map) .tp-map-dynamic {
    min-height: 170px;
  }
}
.tp-wrapper {
}
.tp-wrapper .tp-map-message-image {
  max-height: 150px;
  overflow: hidden;
}
.tp-wrapper .tp-map-message-image img {
  width: 100%;
}
.tp-wrapper .tp-map-message-caption {
  padding: 8px;
}
.tp-wrapper .tp-map-message-caption strong {
  display: block;
  font-size: 14px;
  line-height: 15px;
}
.tp-wrapper .tp-map-message-caption p {
  margin: 5px 0 0;
}
.tp-wrapper .tp-map-message-caption-price {
  margin-top: 10px;
}
.tp-wrapper .tp-map-message-caption-price-value {
  font-weight: 700;
}
.tp-wrapper .tp-map-message-action {
  display: table;
  margin-top: 5px;
}
.tp-wrapper .tp-map-message-action-info {
  display: table-cell;
  text-align: left;
  width: 150px;
  padding: 8px;
  background: #e8e8e8;
}
.tp-wrapper .tp-map-message-action-button {
  display: table-cell;
  text-align: center;
  width: 70px;
  background: #333;
  vertical-align: middle;
}
.tp-wrapper .tp-map-message-action-button a,
.tp-wrapper .tp-map-message-action-button a:hover {
  font-weight: 700;
  color: #fff;
  display: block;
  padding: 8px;
  text-decoration: none;
}
.tp-wrapper .tp-map-message-action-button a:hover,
.tp-wrapper .tp-map-message-action-button a:hover:hover {
  text-decoration: none;
}
.tp-wrapper .tp-map-popup a.tp-map-popup-close-button,
.tp-wrapper .tp-map-popup a.tp-map-popup-close-button:hover {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  font-size: 16px;
  text-decoration: none;
  padding: 0;
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: #000;
  background-color: rgba(255, 255, 255, 0.5);
  text-align: center;
  vertical-align: middle;
}
.tp-wrapper .tp-map-popup .tp-map-popup-tip-container {
  width: 40px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-left: -14px;
  overflow: hidden;
  pointer-events: none;
}
.tp-wrapper .tp-map-popup .tp-map-popup-tip-container .tp-map-popup-tip {
  background: #e8e8e8;
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.tp-wrapper .tp-map-popup .tp-map-popup-content-wrapper {
  background-color: #fff;
  overflow: hidden;
  width: 220px;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: #fff;
  color: #333;
  -webkit-box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}
.tp-wrapper .tp-map-popup .tp-map-popup-content-wrapper .tp-map-popup-content {
  margin: 0;
  padding: 0;
  width: 221px;
}
.tp-wrapper .mtk-control-button {
  height: 25px;
}
.tp-wrapper .leaflet-popup .leaflet-popup-content-wrapper {
  width: 200px !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 0 !important;
}
.tp-wrapper .leaflet-popup-content {
  margin: 0;
}
.tp-wrapper .tp-map-popup-content-wrapper {
  min-height: 240px;
}
.tp-message {
  border-width: 1px;
  border-style: solid;
  position: relative;
}
.tp-message-well {
  background-color: #f5f5f5;
}
.tp-message a {
  border-bottom: 1px dotted;
}
.tp-debug {
  background-color: #000 !important;
  border: 0 !important;
  color: #fff !important;
  padding: 7px 10px !important;
  position: relative;
}
.tp-debug:before {
  color: #ff0;
  content: 'SYSTEM MESSAGE';
  display: block;
}
.tp-debug a {
  color: #fff !important;
  border-bottom: 1px solid #fff;
}
.tp-debug .pure-button {
  color: #000 !important;
  float: none !important;
  margin-top: 5px;
}
.tp-debug .tp-panel-headline {
  background-color: transparent;
  color: #ff0 !important;
}
.tp-debug .tp-panel-headline:before {
  content: '+ ';
}
.tp-quickfinder {
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition:
    transform 0.3s,
    -webkit-transform 0.3s;
  width: 280px;
  z-index: 11;
}
.tp-quickfinder .tp-message-error-search {
  display: none;
}
.tp-is-fixed .tp-quickfinder {
  overflow: auto;
  position: fixed;
  -webkit-overflow-scrolling: touch;
}
.tp-quickfinder.tp-quickfinder-visible {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.tp-quickfinder.tp-quickfinder-visible .tp-message-error-search {
  display: block;
}
.tp-quickfinder-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-shadow: 4px 4px 20px transparent;
  box-shadow: 4px 4px 20px transparent;
  height: 100%;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  -o-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition:
    box-shadow 0.3s,
    -webkit-box-shadow 0.3s;
  width: 260px;
}
.tp-quickfinder-facet-subheadline {
  display: block;
  font-weight: 600;
}
.tp-panel-showmore + .tp-quickfinder-facet-subheadline {
  margin-top: 10px;
}
.tp-quickfinder-info-start {
  display: block;
}
.tp-clipboard .tp-detail-meta {
  margin: 30px 0 0;
}
.tp-quickfinder-clipboard .pure-button {
  float: none;
}
.tp-quickfinder-facet-label {
  display: block;
  font-weight: 400;
  padding-left: 15px;
  text-indent: -15px;
}
.tp-quickfinder-facet-label + .tp-quickfinder-facet-label,
.tp-quickfinder-facet-label + .tp-quickfinder-more {
  margin-top: 5px;
}
.tp-quickfinder-facet-label + .tp-quickfinder-facet-subheadline {
  margin-top: 10px;
}
.tp-quickfinder-facet-count {
  float: right;
  padding-left: 5px;
  text-align: right;
  text-indent: 0;
}
.tp-quickfinder-facet-text {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  padding-left: 0;
}
.tp-quickfinder-facet-checkbox {
  width: 13px;
  height: 13px;
  padding: 0;
  margin: 0;
  vertical-align: bottom;
  position: relative;
  top: -4px;
  overflow: hidden;
}
.tp-quickfinder-facet-icons:before,
.tp-quickfinder-facet-icons:after {
  content: ' ';
  display: table;
}
.tp-quickfinder-facet-icons:after {
  clear: both;
}
.tp-quickfinder-facet-icons .tp-quickfinder-facet-label {
  background-repeat: no-repeat;
  background-position: -34px 0;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 34px;
  margin-left: 7px;
  width: 34px;
}
.tp-quickfinder-facet-icons .tp-quickfinder-facet-label:first-of-type {
  margin-left: 0;
}
.tp-quickfinder-facet-icons .tp-quickfinder-facet-label:nth-of-type(5n + 1) {
  margin-left: 0;
}
.tp-quickfinder-facet-icons .tp-quickfinder-facet-label:nth-of-type(1n + 6) {
  margin-top: 10px;
}
.tp-quickfinder-facet-icons
  .tp-quickfinder-facet-label
  + .tp-quickfinder-facet-label {
  margin-top: 0;
}
.tp-quickfinder-facet-icons
  .tp-quickfinder-facet-checkbox:checked
  + .tp-quickfinder-facet-label {
  background-position: 0 0;
}
.tp-quickfinder-facet-icons
  .tp-quickfinder-facet-checkbox:disabled
  + .tp-quickfinder-facet-label {
  background-position: -68px 0;
}
.tp-quickfinder-facet-icons .tp-quickfinder-facet-count,
.tp-quickfinder-facet-icons .tp-quickfinder-facet-checkbox,
.tp-quickfinder-facet-icons .tp-quickfinder-facet-text {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}
.tp-quickfinder-facet-icons [class*='tp-quickfinder-facet-stars-'] {
  background-image: url(/default/ng/img/quickfinder/facet-stars.png);
}
.tp-quickfinder-facet-icons .tp-quickfinder-facet-stars-1 {
  background-position: -34px 0;
}
.tp-quickfinder-facet-icons
  .tp-quickfinder-facet-checkbox:checked
  + .tp-quickfinder-facet-stars-1 {
  background-position: 0 0;
}
.tp-quickfinder-facet-icons .tp-quickfinder-facet-stars-2 {
  background-position: -34px -40px;
}
.tp-quickfinder-facet-icons
  .tp-quickfinder-facet-checkbox:checked
  + .tp-quickfinder-facet-stars-2 {
  background-position: 0 -40px;
}
.tp-quickfinder-facet-icons .tp-quickfinder-facet-stars-3 {
  background-position: -34px -80px;
}
.tp-quickfinder-facet-icons
  .tp-quickfinder-facet-checkbox:checked
  + .tp-quickfinder-facet-stars-3 {
  background-position: 0 -80px;
}
.tp-quickfinder-facet-icons .tp-quickfinder-facet-stars-4 {
  background-position: -34px -120px;
}
.tp-quickfinder-facet-icons
  .tp-quickfinder-facet-checkbox:checked
  + .tp-quickfinder-facet-stars-4 {
  background-position: 0 -120px;
}
.tp-quickfinder-facet-icons .tp-quickfinder-facet-stars-5 {
  background-position: -34px -160px;
}
.tp-quickfinder-facet-icons
  .tp-quickfinder-facet-checkbox:checked
  + .tp-quickfinder-facet-stars-5 {
  background-position: 0 -160px;
}
.tp-quickfinder-facet-icons
  .tp-quickfinder-facet-checkbox:disabled
  + .tp-quickfinder-facet-stars-1 {
  background-position: -68px 0;
}
.tp-quickfinder-facet-icons
  .tp-quickfinder-facet-checkbox:disabled
  + .tp-quickfinder-facet-stars-2 {
  background-position: -68px -40px;
}
.tp-quickfinder-facet-icons
  .tp-quickfinder-facet-checkbox:disabled
  + .tp-quickfinder-facet-stars-3 {
  background-position: -68px -80px;
}
.tp-quickfinder-facet-icons
  .tp-quickfinder-facet-checkbox:disabled
  + .tp-quickfinder-facet-stars-4 {
  background-position: -68px -120px;
}
.tp-quickfinder-facet-icons
  .tp-quickfinder-facet-checkbox:disabled
  + .tp-quickfinder-facet-stars-5 {
  background-position: -68px -160px;
}
.tp-quickfinder-facet-icons .tp-quickfinder-facet-checkbox:disabled + label {
  cursor: not-allowed;
}
@media print, screen and (max-width: 767px) {
  .tp-quickfinder .tp-quickfinder-search-headline,
  .tp-quickfinder .tp-quickfinder-facets-headline {
    display: none;
  }
  .tp-quickfinder [data-tp-collapse='quickfinder-search'],
  .tp-quickfinder [data-tp-collapse='quickfinder-facets'] {
    min-height: 48px;
  }
  .tp-quickfinder.tp-quickfinder-visible .tp-quickfinder-container {
    border: 1px solid #ddd;
    -webkit-box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.2);
  }
  .tp-quickfinder.tp-quickfinder-visible
    .tp-quickfinder-container
    .tp-quickfinder-search-headline,
  .tp-quickfinder.tp-quickfinder-visible
    .tp-quickfinder-container
    .tp-quickfinder-facets-headline {
    display: inline-block;
  }
  .tp-quickfinder-container {
    background-color: #fff;
    border: 1px solid #ddd;
  }
  .tp-quickfinder .tp-box {
    border: 0;
    margin-bottom: 0;
  }
  .tp-quickfinder-close {
    opacity: 0;
    left: 0;
  }
  .tp-quickfinder-visible + .tp-quickfinder-close {
    background-color: #fff;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    -webkit-box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.2);
    clip: rect(0, 60px, 60px, 0);
    cursor: pointer;
    font-size: 20px;
    height: 48px;
    line-height: 48px;
    margin: 0 auto;
    opacity: 1;
    position: absolute;
    left: 259px;
    text-align: center;
    top: 0;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 48px;
    z-index: 11;
  }
  .tp-is-fixed .tp-quickfinder-close {
    position: fixed;
  }
  .tp-quickfinder-info {
    display: none;
  }
  .tp-quickfinder-visible .tp-quickfinder-info,
  .tp-quickfinder-info.tp-quickfinder-info-prospekt,
  .tp-quickfinder-info.tp-quickfinder-info-messe {
    display: block;
  }
}
@media print, screen and (max-width: 767px) {
  .tp-quickfinder {
    left: 0 !important;
  }
}
@media print, screen and (min-width: 568px) {
  .tp-quickfinder-compact {
    left: 0 !important;
  }
  .tp-quickfinder-compact .tp-quickfinder-search-headline,
  .tp-quickfinder-compact .tp-quickfinder-facets-headline {
    display: none;
  }
  .tp-quickfinder-compact [data-tp-collapse='quickfinder-search'],
  .tp-quickfinder-compact [data-tp-collapse='quickfinder-facets'] {
    min-height: 48px;
  }
  .tp-quickfinder-compact.tp-quickfinder-visible .tp-quickfinder-container {
    border: 1px solid #ddd;
    border-left: 0;
    border-top: 0;
    -webkit-box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.2);
  }
  .tp-quickfinder-compact.tp-quickfinder-visible
    .tp-quickfinder-container
    .tp-quickfinder-search-headline,
  .tp-quickfinder-compact.tp-quickfinder-visible
    .tp-quickfinder-container
    .tp-quickfinder-facets-headline {
    display: inline-block;
  }
  .tp-quickfinder-compact.tp-quickfinder-visible
    .tp-quickfinder-container
    .tp-quickfinder-container {
    background-color: #fff;
    border: 1px solid #ddd;
  }
  .tp-quickfinder-compact.tp-quickfinder-visible
    .tp-quickfinder-container
    .tp-box {
    border: 0;
    margin-bottom: 0;
  }
  .tp-quickfinder-close-compact {
    opacity: 0;
    border-top: 0;
    border-bottom: 0;
    left: 0;
  }
  .tp-quickfinder-visible + .tp-quickfinder-close-compact {
    background-color: #fff;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    -webkit-box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.2);
    clip: rect(0, 60px, 60px, 0);
    cursor: pointer;
    font-size: 20px;
    height: 48px;
    line-height: 48px;
    margin: 0 auto;
    opacity: 1;
    position: absolute;
    left: 259px;
    text-align: center;
    top: 0;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 48px;
    z-index: 11;
  }
  .tp-is-fixed .tp-quickfinder-close-compact {
    position: fixed;
  }
}
.tp-quickfinder-compact.tp-quickfinder.tp-quickfinder-visible
  .tp-quickfinder-container,
.tp-quickfinder-compact.tp-quickfinder.tp-quickfinder-visible
  + .tp-quickfinder-close-compact {
  border-left: 0;
  border-top: 0;
}
.tp-quickfinder-compact .tp-quickfinder-container {
  border: 0;
}
@media print, screen and (min-width: 568px) {
  .tp-quickfinder {
    -webkit-transform: translate(-75%, 0);
    -ms-transform: translate(-75%, 0);
    transform: translate(-75%, 0);
    -webkit-transform: translate(calc(-100% + 68px), 0);
    -ms-transform: translate(calc(-100% + 68px), 0);
    transform: translate(calc(-100% + 68px), 0);
  }
  .tp-quickfinder-container {
    -webkit-box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.2);
  }
}
@media print, screen and (min-width: 768px) {
  .tp-quickfinder {
    left: 10px;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .tp-quickfinder-container {
    -webkit-box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .tp-quickfinder-close {
    display: none;
  }
  .tp-quickfinder-mobile-icon {
    display: none;
  }
}
@media print, screen and (min-width: 568px) {
  .tp-quickfinder-compact {
    left: 10px;
    -webkit-transform: translate(-75%, 0);
    -ms-transform: translate(-75%, 0);
    transform: translate(-75%, 0);
    -webkit-transform: translate(calc(-100% + 68px), 0);
    -ms-transform: translate(calc(-100% + 68px), 0);
    transform: translate(calc(-100% + 68px), 0);
  }
  .tp-quickfinder-compact .tp-quickfinder-container {
    -webkit-box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .tp-quickfinder-compact .tp-quickfinder-mobile-icon {
    display: none;
  }
  .tp-quickfinder-close-compact {
    display: none;
  }
}
.tp-results-package .tp-quickfinder-container .tp-box {
  border: 0;
}
.tp-quickfinder-block .tp-quickfinder-container .tp-search {
  background-color: #e6e6e6 !important;
}
.tp-quickfinder-block .tp-quickfinder-container .pure-form-group {
  padding-bottom: 5px;
}
.tp-quickfinder-block .tp-quickfinder-container .pure-input-group-addon {
  border-left: 1px solid #bcbcbc;
  line-height: 32px;
  right: 1px;
  text-align: center;
  width: 34px;
}
.tp-quickfinder-block .tp-quickfinder-container .tp-datepicker-field {
  padding-right: 34px;
}
.tp-quickfinder-block .tp-quickfinder-container label[for='tp-search--from'],
.tp-quickfinder-block .tp-quickfinder-container label[for='tp-search--to'],
.tp-quickfinder-block .tp-quickfinder-container label[for='tp-search--fuzzy'] {
  display: none;
}
.tp-quickfinder-block .tp-quickfinder-container input {
  border-color: #bcbcbc;
}
.tp-related {
  display: none;
  position: relative;
}
.tp-related-ajax {
  min-height: 50px;
  position: relative;
}
.tp-related-item {
  display: block;
  opacity: 1;
  overflow: hidden;
  -webkit-transition: opacity ease 0.5s;
  -o-transition: opacity ease 0.5s;
  transition: opacity ease 0.5s;
}
.tp-related-item-hidden {
  display: none;
  opacity: 0;
  -webkit-transition: opacity ease 0.5s;
  -o-transition: opacity ease 0.5s;
  transition: opacity ease 0.5s;
}
.tp-related-item + .tp-related-item {
  border-top: 1px solid #ddd;
  clear: both;
  margin-top: 10px;
  padding-top: 10px;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .tp-related {
    display: block;
  }
}
.tp-related-compact {
  display: block;
}
.tp-related-compact .tp-related-item + .tp-related-item {
  border-top: 0;
  padding-top: 0;
}
.tp-stars + .tp-related-city {
  margin-top: 0;
}
.tp-results {
  position: relative;
}
.tp-results .tp-infinite-show-more {
  position: relative;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  letter-spacing: normal;
}
.tp-results .tp-infinite-show-more .tp-icon-plus {
  color: #a1a1a1;
}
.tp-results-package {
  border-top: 0;
  margin-top: 0;
}
.tp-results-item {
  display: block;
}
.tp-results-item .tp-included-services > ul {
  padding: 0;
}
.tp-results-item .tp-included-services > ul > li {
  list-style: none;
  text-indent: -8px;
  padding-left: 16px;
}
.tp-results-item .tp-included-services > ul > li:before {
  content: '\e805 \00a0';
  display: inline-block;
  font-family: tp-icons;
  text-decoration: none;
}
.tp-results-item p + .tp-address-block-inclusive-services,
.tp-results-item .tp-address-block-inclusive-services + p {
  margin-top: 10px;
}
.tp-results-item .pure-button + .pure-button {
  margin-right: 5px;
}
@media print, screen and (max-width: 567px) {
  .tp-results-item .pure-button + .pure-button {
    margin-top: 10px;
  }
}
.tp-results-partnerstate {
  height: 24px;
  position: relative;
  top: -2px;
}
@media print, screen and (min-width: 568px) {
  .tp-results > .tp-content {
    clear: both;
    float: right;
    width: calc(100% - 34px);
  }
  .tp-results > .tp-content-left {
    clear: both;
    float: left;
    width: auto;
  }
  .tp-results-full-line > .tp-content {
    float: none;
    width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  .tp-results > .tp-content {
    clear: both;
    width: calc(100% - 260px);
  }
  .tp-results .tp-content-left {
    clear: both;
    float: left;
    position: relative;
    width: calc(100% - 260px);
  }
  .tp-results .tp-content-left .tp-aside-right {
    position: absolute;
    left: calc(100% - 20px);
    top: 0;
    width: 300px;
  }
  .tp-results-full-line > .tp-content {
    float: none;
    width: 100%;
  }
}
.tp-results .tp-detail-preheadline {
  margin-bottom: 16px;
  text-align: right;
}
.tp-results .tp-detail-preheadline .tp-detail-preheadline__location {
  color: #999;
}
.tp-results .tp-detail-preheadline .tp-detail-preheadline__location a {
  color: #999;
}
.tp-results
  .tp-detail-preheadline
  .tp-detail-preheadline__location
  a:last-child {
  font-weight: 700;
}
@media print, screen and (min-width: 568px) {
  .tp-results.tp-results-package > .tp-content {
    clear: both;
    float: none;
    width: auto;
  }
  .tp-results.tp-results-package .tp-quickfinder-compact ~ .tp-content {
    clear: both;
    float: right;
    width: calc(100% - 34px);
  }
  .tp-results.tp-results-package .tp-quickfinder-compact ~ .tp-content-left {
    clear: both;
    float: left;
    width: auto;
  }
}
.tp-results.tp-results-package .tp-quickfinder-compact ~ .tp-results-footer {
  border-left: 1px solid #ddd;
}
.tp-results.tp-results-package .tp-results-footer {
  margin-bottom: 0;
  padding-bottom: 6px;
}
@media print, screen and (min-width: 768px) {
  .tp-results-list .tp-content.tp-content-left {
    clear: both;
    float: left;
    position: relative;
    width: calc(100% - 260px);
  }
  .tp-results-list .tp-content.tp-content-left div.tp-aside-right {
    position: absolute;
    left: calc(100% - 20px);
    top: 0;
    width: 300px;
  }
}
.tp-results-dynamic .tp-results-container {
  margin-bottom: 30px;
  overflow: visible;
  position: relative;
}
.tp-results-dynamic .tp-results-container .tp-infinite-show-more {
  bottom: -30px;
  position: absolute;
}
.tp-results-dynamic .tp-results-container #infscr-loading {
  bottom: -30px;
  left: 10px;
  margin-bottom: 0;
  padding: 0;
  position: absolute;
}
@media print, screen and (min-width: 768px) {
  .tp-results-dynamic .tp-results-container.tp-content-left {
    position: relative;
  }
  .tp-results-dynamic .tp-results-container.tp-content-left .tp-aside-right {
    left: calc(100% - 20px);
    top: 0;
  }
}
.tp-results-dynamic .tp-results-container .tp-results-preheadline {
  text-align: left;
}
.tp-results-gallery .tp-results-preheadline {
  display: none;
}
@media print, screen and (min-width: 568px) {
  .tp-results-gallery .tp-box-results {
    height: 325px;
  }
}
@media print, screen and (min-width: 768px) {
  .tp-results-gallery .tp-box-results {
    height: 345px;
  }
}
@media print, screen and (min-width: 992px) {
  .tp-results-gallery .tp-box-results {
    height: 335px;
  }
}
@media print, screen and (min-width: 1200px) {
  .tp-results-gallery .tp-box-results {
    height: 385px;
  }
}
.tp-results-hotelpackage-headline {
  display: none;
}
.tp-results-list .tp-results-hotelpackage-headline {
  display: block;
  font-size: 13px;
  margin-bottom: 10px;
}
.tp-results-hotelpackage .tp-results-partnerstate {
  display: none;
}
.tp-results-imagesearch {
  position: relative;
}
@media print, screen and (max-width: 567px) {
  .tp-results-imagesearch-container:not(
    .tp-results-imagesearch-container-congress
  ) {
    display: none;
  }
}
.tp-results-toppackage-container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
}
.tp-results-toppackage-container .tp-results-toppackage {
  position: relative;
}
.tp-results-toppackage-container .tp-results-toppackage > .pure-button {
  bottom: 4px;
  max-width: calc(100% - 8px);
  position: absolute;
  right: 4px;
}
.tp-results-toppackage-container .tp-media-image {
  float: none;
  overflow: hidden;
  width: 100%;
}
.tp-results-toppackage-container .tp-media-image + .tp-media-text {
  margin: 0;
  padding: 10px;
}
.tp-results-toppackage-container > div[class*='pure-u'] {
  float: none;
  margin: 0 -0.2px;
  margin-bottom: 30px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
}
.tp-results-toppackage-container > div[class*='pure-u'] > div,
.tp-results-toppackage-container > div[class*='pure-u'] > section {
  margin-bottom: 0;
  width: 100%;
}
.tp-results-toppackage-container > div[class*='pure-u'] .tp-box-frame {
  height: auto;
}
.tp-results-toppackage-container .tp-btn-toppackage-holder {
  visibility: hidden;
}
.tp-results-package .tp-results-header {
  margin-bottom: 0;
}
.tp-results-package .tp-results-header-headline .tp-box-headline {
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
@media print, screen and (min-width: 768px) and (max-width: 991px) {
  .tp-results-package .tp-media-image,
  .tp-results-package .tp-media-text {
    float: none;
    margin-left: 0 !important;
    width: 100%;
  }
}
@media print, screen and (min-width: 568px) {
  .tp-results-package .tp-media-text-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .tp-results-package .tp-media-text-flex p:last-of-type {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .tp-results-package .tp-media-text-flex .tp-booking-info-more {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
  }
  .tp-results-package .tp-media-text-flex:after {
    content: '';
    width: 100%;
  }
}
.tp-results-header {
  margin-bottom: 14px;
}
.tp-results-header:before,
.tp-results-header:after {
  content: ' ';
  display: table;
}
.tp-results-header:after {
  clear: both;
}
.tp-results-header-btn-clipboard {
  float: right;
}
.tp-results-header-btn-clipboard,
.tp-results-header-btn-pdf {
  margin-bottom: 14px;
}
.tp-results-header-btn-clipboard + .tp-results-header-btn-pdf {
  margin-right: 5px;
}
.tp-results-header-count {
  font-weight: 600;
  margin-bottom: 14px;
}
.tp-results-header-count em {
  font-style: normal;
  font-weight: 400;
}
.tp-results-header-facets {
  margin-bottom: 14px;
}
.tp-results-header-view {
  float: left;
}
.tp-results-header-view-container {
  clear: both;
  float: left;
}
.tp-results-header-currency-sort-container {
  float: right;
}
.tp-results-header-sort,
.tp-results-header-currency {
  float: right;
}
.tp-results-header-sort + .tp-results-header-currency {
  margin-right: 10px;
}
.tp-results-header-sortbar {
  margin-top: 9px;
}
.tp-results-header-sortbar,
.tp-results-header-sortbar .tp-results-header-label {
  clear: both;
  float: left;
}
.tp-results-package .tp-results-header-count {
  margin-top: 14px;
}
.tp-results .tp-results-header-label {
  font-weight: 400;
  height: 34px;
  line-height: 34px;
  margin-right: 5px;
}
.tp-results .tp-results-header-sortbar .pure-button-group .pure-button-active,
.tp-results
  .tp-results-header-sortbar
  .pure-button-group
  .pure-button-active:hover,
.tp-results
  .tp-results-header-sortbar
  .pure-button-group
  .pure-button-active:focus {
  background: #f5f5f5;
}
.tp-results-header-btn-quickfinder-search,
.tp-results-header-btn-quickfinder-facets {
  width: auto;
  margin-top: 9px;
}
@media print, screen and (max-width: 567px) {
  .tp-results-header-btn-clipboard,
  .tp-results-header-btn-pdf,
  .tp-results-header-view-container,
  .tp-results-header-currency-sort-container .tp-results-header-currency,
  .tp-results-header-facets {
    display: none;
  }
  .tp-results-header-currency-sort-container,
  .tp-results-header-currency-sort-container .tp-results-header-sort,
  .tp-results-header-sortbar {
    float: none;
  }
  .tp-results-header-sortbar .pure-button-group {
    width: 100%;
  }
  .tp-results-footer-view-container
    .tp-pagination
    .tp-pagination-item.pure-button {
    width: auto;
  }
  .tp-results .tp-results-preheadline {
    text-align: left;
  }
}
.tp-experience-start-list .tp-box-headline {
  font-size: 1.3em;
}
.tp-search {
  position: relative;
}
.tp-search label {
  font-weight: 400;
}
.tp-search-package,
.tp-search-ticket.tp-search-detail {
  margin-bottom: 0;
}
.tp-search-package + .tp-detail-meta,
.tp-search-ticket.tp-search-detail + .tp-detail-meta {
  margin-top: 20px;
}
.tp-search-more {
  background-color: #efefef;
  border-radius: 4px;
  padding: 14px 14px 0;
}
.tp-search-more + .tp-search-btn {
  margin-top: 0;
}
.js .tp-search-more {
  display: none;
}
.tp-search-room-headline {
  display: inline-block;
  padding-top: 14px;
  padding-bottom: 9px;
}
.tp-search-reset {
  clear: both;
  display: inline-block;
  margin-top: 10px;
}
.tp-search-checkbox-label {
  display: block;
  position: relative;
}
.tp-search-checkbox-text {
  font-weight: 400;
}
.tp-search-checkbox-label .tp-search-checkbox {
  margin-top: 0;
  vertical-align: middle;
}
.tp-search-has-results fieldset > .tp-wysiwyg {
  margin-bottom: 10px;
}
.tp-search-has-results .tp-search-results {
  border-top: 1px solid #ddd;
  clear: both;
  overflow: hidden;
  padding: 15px;
  padding-bottom: 0;
  position: relative;
}
.tp-search-has-results .tp-search-result-item {
  margin-bottom: 14px;
  margin-top: 5px;
  position: relative;
}
.tp-search-has-results .tp-search-result-item:not(:first-child) {
  padding-top: 10px;
}
.tp-search-has-results .tp-search-result-item:not(:first-child):before {
  border-top: 1px solid #ddd;
  content: '';
  display: block;
  left: 10px;
  position: absolute;
  right: 10px;
  top: 0;
}
.tp-search-has-results .tp-search-offer-datetime {
  font-size: 16px;
}
.tp-search-has-results .tp-search-offer-time {
  color: #999;
}
.tp-search-has-results .tp-search-offer-time:before {
  content: '| ';
}
.tp-search-has-results .tp-search-offer-subtext {
  font-size: 12px;
}
.tp-search-has-results .tp-search-offer-subtext-label:after {
  content: ':';
}
.tp-search-has-results .tp-search-offer-price + .tp-search-detail-terms {
  margin-top: 10px;
}
.tp-search-offer-time-min {
  position: relative;
}
.tp-search-offer-time-min:before {
  bottom: 8px;
  content: ':';
  left: -2px;
  position: absolute;
}
.tp-search-offer-time-min > label {
  visibility: hidden;
}
@media print, screen and (max-width: 567px) {
  .tp-search-has-results .tp-search-result-item .tp-search-offer-price,
  .tp-search-has-results .tp-search-result-item .tp-btn-booking {
    margin-top: 10px;
  }
  .tp-search-guide .tp-btn-search {
    margin-top: 10px;
  }
}
.tp-search-offer .tp-btn-search {
  margin-top: 10px;
}
.tp-panel-open > .tp-panel-content > .tp-search-more {
  display: block;
}
.tp-home .tp-search-label-term,
.tp-home .tp-search-label-city,
.tp-home .tp-search-label-category {
  display: none;
}
.tp-toggle-open.tp-search-more + .tp-search-btn {
  margin-top: 14px;
}
.js .tp-toggle-by-value {
  display: none;
}
.js .tp-toggle-open {
  display: block;
}
.js .tp-search-room-1 {
  display: block;
}
.tw-quickfinder {
  text-align: center;
}
.tp-wrapper .tp-search.tw-box.tw-quickfinder {
  background-color: transparent;
}
.tp-wrapper .tp-search.tw-box.tw-quickfinder h2 {
  color: inherit;
}
.js .tw-quickfinder .tp-panel-headline > .tp-icon-plus-circled {
  position: static;
}
.tw-quickfinder .tp-btn-search {
  display: block;
  width: 100%;
  float: none;
}
.tw-quickfinder.tp-search .tp-panel {
  text-align: left;
}
.tw-quickfinder-service {
  margin-top: 20px;
}
.tp-wrapper a.tw-quickfinder-service-item {
  color: inherit;
  display: inline-block;
  padding: 0.3em 1em 0 0;
}
.tp-wrapper a.tw-quickfinder-service-item:last-of-type {
  padding-right: 0;
}
.tp-wrapper a.tw-quickfinder-service-item:hover,
.tp-wrapper a.tw-quickfinder-service-item:focus {
  color: inherit;
}
.tp-services {
  position: relative;
}
.tp-services-cal-btn,
.tp-services-cal-btn-text {
  display: none;
}
@media print, screen and (max-width: 567px) {
  .tp-services {
    background-color: transparent;
    border: 0;
  }
  .js .tp-services [data-tp-collapse] {
    padding: 14px;
  }
  .js .tp-services [data-tp-collapse].tp-collapse-open {
    border-bottom: 0;
  }
  .js .tp-services [data-tp-collapse],
  .js .tp-services [data-tp-collapse-target].tp-collapse-target-open {
    background-color: #fff;
    border: 1px solid #ddd;
  }
  .js .tp-services [data-tp-collapse-target].tp-collapse-target-open {
    border-top: 0;
    padding-top: 14px;
  }
  .js .tp-services [data-tp-collapse-target] + [data-tp-collapse] {
    margin-top: 9px;
  }
}
@media print, screen and (min-width: 568px) {
  .tp-services-cal-btn {
    display: inline-block;
    position: relative;
    top: 34px;
    z-index: 2;
  }
}
@media print, screen and (min-width: 992px) {
  .tp-services-cal-btn-text {
    display: inline;
  }
}
@media print, screen and (min-width: 568px) {
  .tp-media .tp-services-cal-btn {
    float: none;
    margin-top: 10px;
    position: static;
  }
}
.tp-services-rit-prefix,
.tp-services-rit-ticketname {
  display: block;
}
.tp-package-services
  .tp-package-services-chooseable
  + .tp-package-services-chooseable {
  border-top: 1px solid #ddd;
  padding-top: 14px;
}
.tp-standalone-navbar {
  border-bottom: 1px solid #ddd;
  overflow: hidden;
  position: relative;
}
.tp-standalone-navbar-meta {
  float: right;
}
.tp-standalone-navbar-meta .tp-standalone-navbar-text {
  display: none;
}
.tp-standalone-navbar-main {
  display: none;
}
.tp-standalone-navbar-item {
  position: relative;
}
.js .tp-standalone-navbar .tp-standalone-navbar-item {
  cursor: pointer;
}
.tp-standalone-navbar-link {
  display: inline-block;
  padding: 12px 7px;
  text-transform: uppercase;
}
@media print, screen and (min-width: 568px) {
  .tp-standalone-navbar-main {
    display: block;
  }
  .tp-standalone-navbar-main-mobile {
    display: none;
  }
}
@media print, screen and (min-width: 992px) {
  .tp-standalone-navbar-meta .tp-standalone-navbar-text {
    display: inline;
  }
}
.tp-standalone-header {
  position: relative;
}
.tp-standalone-header img {
  width: 100%;
}
.tp-standalone-header-logo-container,
.tp-standalone-header-button-container {
  padding: 20px 0 25px;
}
.tp-standalone-header-logo-container,
.tp-standalone-header-logo {
  float: left;
}
.tp-standalone-header-button-container,
.tp-standalone-header-button {
  float: right;
}
.tp-standalone-header-logo-container
  + .tp-standalone-header-button-container
  .tp-standalone-header-button {
  position: absolute;
  bottom: 25px;
  right: 10px;
  margin-bottom: 0;
}
.tp-standalone-footer {
  font-size: 12px;
  padding-bottom: 20px;
  padding-top: 20px;
  position: relative;
}
@media print, screen and (min-width: 568px) {
  .tp-standalone-footer-meta {
    float: right;
  }
}
.tp-header-standalone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  max-width: 1150px;
}
.tp-standalone-header {
  margin: 0 auto;
  max-width: 1150px;
}
.tp-skiticket .tp-header-standalone,
.tp-skiticket .tp-standalone-header,
.tp-skiticket .tp-navigation-standalone,
.tp-skiticket .tp-hero {
  max-width: 1138px;
}
.tp-header-standalone__logo-link {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 216px;
  width: 40%;
}
.tp-contact-standalone {
  margin-left: auto;
  padding: 1em;
}
.tp-contact-standalone__mail {
  margin-right: 1rem;
}
.tp-contact-standalone__mail span {
  position: absolute;
  overflow: hidden;
  height: 1px;
  width: 1px;
}
.tp-contact-standalone__phone {
  white-space: nowrap;
}
.tp-hero {
  margin: 0 auto;
  max-width: 1150px;
}
.tp-hero,
.tp-hero__figure {
  position: relative;
}
.tp-hero__figure {
  margin: 0;
  min-height: 15em;
}
.tp-hero__image {
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.tp-hero__badge {
  position: absolute;
  right: 1em;
  bottom: 1em;
  height: 80px;
  width: 80px;
}
.tp-hero__content {
  padding: 1rem;
  background: #fff;
}
.tp-hero__content > ul {
  font-size: 0.8125rem;
  list-style: none;
  padding-left: 0;
}
.tp-hero__content > ul > li {
  margin-bottom: 0.25rem;
  font-weight: 700;
}
.tp-hero__content > ul > li:before {
  content: '\e805 \00a0';
  display: inline-block;
  font-family: tp-icons;
  text-decoration: none;
}
@media print, screen and (min-width: 768px) {
  .tp-contact-standalone__mail span,
  .tp-navigation-standalone__list span {
    position: static;
    height: auto;
    width: auto;
  }
  .tp-hero__content {
    width: 386px;
  }
  .tp-hero__figure {
    min-height: 28.5rem;
  }
  .tp-hero__figure + .tp-hero__content {
    position: absolute;
    left: 0;
    bottom: 2em;
  }
  .tp-hero__badge {
    right: 2em;
    bottom: 2em;
    height: 100px;
    width: 100px;
  }
  .tp-hero--variant .tp-hero__figure + .tp-hero__content {
    right: 0;
    left: auto;
  }
  .tp-hero--variant .tp-hero__badge {
    right: auto;
    left: 2em;
  }
}
.tp-video {
  position: relative;
}
.tp-video .tp-box-headline {
  display: none;
}
.tp-video .tp-video-container {
  height: 0;
  overflow: hidden;
  padding-bottom: 55%;
  padding-top: 15px;
  position: relative;
}
.tp-video .tp-video-container > iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.tp-voucher label {
  font-weight: 400;
}
.tp-voucher label.tp-voucher-label-select {
  margin-right: 15px;
}
.tp-voucher p {
  margin-bottom: 10px;
}
.tp-voucher .pure-form input[required='required'],
.tp-voucher .pure-form select[required='required'],
.tp-voucher .pure-form textarea[required='required'] {
  background: transparent;
}
.tp-voucher-template {
  height: 0;
  overflow: hidden;
  position: relative;
  -webkit-transition: height ease 0.5s;
  -o-transition: height ease 0.5s;
  transition: height ease 0.5s;
}
.tp-voucher-template.slick-slide {
  height: auto;
}
.tp-voucher-template.inactive {
  display: none;
}
.tp-voucher-template label {
  display: block;
  padding: 10px 15px;
  position: relative;
}
.tp-voucher-template input {
  left: 20px;
  position: absolute;
  top: 20px;
  z-index: 9;
}
.tp-voucher-template img {
  outline: 1px solid #c7c7c7;
  max-width: 100%;
  position: relative;
  width: 100%;
  z-index: 10;
}
.tp-voucher-template input:checked + img {
  -webkit-box-shadow: 0 1px 10px 2px rgba(58, 58, 58, 0.4);
  box-shadow: 0 1px 10px 2px rgba(58, 58, 58, 0.4);
  outline: 1px solid rgba(58, 58, 58, 0.4);
}
.tp-voucher-template-selected {
  display: none;
}
input:checked ~ .tp-voucher-template-selected {
  bottom: 0;
  color: #fff;
  display: block;
  font-size: 15px;
  font-weight: 400;
  left: 0;
  margin: 10px 15px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 12;
}
input:checked ~ .tp-voucher-template-selected .tp-voucher-status {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  text-align: center;
  width: 100%;
}
input:checked ~ .tp-voucher-template-selected .tp-voucher-status span {
  background-color: #2cb8db;
  border-radius: 4px;
  display: inline-block;
  line-height: 34px;
  height: 34px;
  width: 34px;
}
.tp-voucher-template-hover {
  display: none;
  line-height: 1.1;
}
label:hover .tp-voucher-template-hover {
  background-color: rgba(51, 51, 51, 0.5);
  color: #fff;
  cursor: pointer;
  bottom: 0;
  display: block;
  font-size: 15px;
  font-weight: 400;
  left: 0;
  margin: 10px 15px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 11;
}
label:hover .tp-voucher-template-hover .tp-voucher-status {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  text-align: center;
  width: 100%;
}
input:checked ~ .tp-voucher-template-hover {
  display: none;
}
.tp-voucher-meta {
  padding: 0 15px;
}
.tp-voucher-template-print,
.tp-voucher-template-email,
.tp-voucher-template-gift {
  display: inline-block;
  float: right;
}
.tp-voucher-personal > .tp-box-frame {
  overflow: hidden;
}
.tp-voucher-delivery-item {
  overflow: hidden;
  padding-left: 25px;
  position: relative;
}
.tp-voucher-delivery-item input {
  left: 3px;
  position: absolute;
  top: 0;
}
.tp-voucher-delivery-item label img {
  border: 1px solid #e8e8e8;
  float: left;
  width: 50%;
}
.tp-voucher-delivery-item label p {
  margin-left: calc(50% + 10px);
}
.tp-voucher-msg-chars {
  display: none;
}
.tp-voucher-msg-chars.show {
  display: block;
  float: left;
}
.tp-voucher-msg-chars.prevent {
  color: red;
}
.tp-voucher-preview-complete {
  float: right;
}
@media print, screen and (max-width: 567px) {
  .tp-voucher select {
    width: 100%;
  }
  .tp-voucher-delivery-item label img {
    width: 30%;
  }
  .tp-voucher-delivery-item label p {
    margin-left: calc(30% + 10px);
  }
}
.tp-badge {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background-color: #999;
  border-radius: 10px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  min-width: 10px;
  padding: 3px 5px 1px;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
}
.tp-badge-btn {
  border-radius: 4px;
  max-width: 100%;
  padding: 5px 5px 4px;
  white-space: normal;
}
.tp-badge-well {
  background-color: #f5f5f5;
}
.tp-badge-facet {
  margin: 3px;
  margin-left: 0;
  padding: 5px 6px 3px;
  border-radius: 4px;
}
.tp-badge-facet.js-tp-facet-check:hover {
  cursor: pointer;
}
@media print, screen and (max-width: 567px) {
  .tp-tabs .tp-panel-headline .tp-badge {
    font-size: 14px;
  }
}
.tp-standalone-navbar-link .tp-icon-bookmark + .tp-badge,
.tp-standalone-navbar-link .tp-icon-basket + .tp-badge {
  -webkit-box-shadow: 0 0 2px;
  box-shadow: 0 0 2px;
  left: 16px;
  opacity: 0.8;
  position: absolute;
  top: 3px;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
.tp-cart .tp-badge {
  font-size: 16px;
  padding: 9px 10px;
}
.tp-calendar {
  position: relative;
}
@media print, screen and (max-width: 567px) {
  .tp-calendar > div:not(.tp-calendar) {
    margin-left: -14px;
    margin-right: -14px;
  }
}
.tp-calendar table {
  border: 0;
  width: 100%;
}
.tp-calendar thead {
  background-color: #fff;
}
.tp-calendar tbody {
  background: #d5d5d5;
}
.tp-calendar td,
.tp-calendar th {
  background-color: #fff;
  border-bottom: 1px solid #fff;
  border-left-color: #fff;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  width: 14.2857%;
}
@media print, screen and (max-width: 567px) {
  .tp-calendar td,
  .tp-calendar th {
    padding: 1px 0;
  }
}
@media print, screen and (min-width: 568px) {
  .tp-calendar td,
  .tp-calendar th {
    padding: 1px 5px;
  }
}
.tp-calendar th {
  color: #000;
  text-align: center;
}
.tp-calendar + .tp-calendar {
  margin-top: 15px;
}
.tp-calendar .tp-calendar-legend .tp-calendar-free:before,
.tp-calendar .tp-calendar-free {
  background: #95c966;
}
.tp-calendar .tp-calendar-legend .tp-calendar-freego:before,
.tp-calendar .tp-calendar-legend .tp-calendar-freeGo:before,
.tp-calendar .tp-calendar-freego,
.tp-calendar .tp-calendar-freeGo {
  background: #288c1d;
}
.tp-calendar .tp-calendar-legend .tp-calendar-busy:before,
.tp-calendar .tp-calendar-busy {
  background: #d5d5d5;
}
.tp-calendar .tp-calendar-onDemand {
  background: #95c966;
}
.tp-calendar .tp-calendar-onDemandGo {
  background: #288c1d;
}
.tp-calendar .tp-calendar-free-busy {
  background: #95c966;
  background: -webkit-linear-gradient(315deg, #95c966 50%, #d5d5d5 50%);
  background: -o-linear-gradient(315deg, #95c966 50%, #d5d5d5 50%);
  background: linear-gradient(135deg, #95c966 50%, #d5d5d5 50%);
}
.tp-calendar .tp-calendar-free-busy-arrival {
  background: #288c1d;
  background: -webkit-linear-gradient(315deg, #288c1d 50%, #d5d5d5 50%);
  background: -o-linear-gradient(315deg, #288c1d 50%, #d5d5d5 50%);
  background: linear-gradient(135deg, #288c1d 50%, #d5d5d5 50%);
}
.tp-calendar .tp-calendar-busy-free {
  background: #95c966;
  background: -webkit-linear-gradient(315deg, #d5d5d5 50%, #95c966 50%);
  background: -o-linear-gradient(315deg, #d5d5d5 50%, #95c966 50%);
  background: linear-gradient(135deg, #d5d5d5 50%, #95c966 50%);
}
.tp-calendar .tp-calendar-busy-free-arrival {
  background: #d5d5d5;
  background: -webkit-linear-gradient(315deg, #d5d5d5 50%, #288c1d 50%);
  background: -o-linear-gradient(315deg, #d5d5d5 50%, #288c1d 50%);
  background: linear-gradient(135deg, #d5d5d5 50%, #288c1d 50%);
}
.tp-calendar .tp-calendar-free-arrival {
  background: #288c1d;
}
.tp-calendar .tp-calendar-btn {
  display: block;
  font-size: 150%;
  width: 100%;
}
.tp-calendar [class*='tp-icon-angle-']:before {
  margin: 0;
  width: auto;
}
.tp-calendar-bestprice {
  margin-bottom: -14px;
  table-layout: fixed;
}
.tp-calendar-bestprice [data-offer] {
  cursor: pointer;
}
.tp-calendar-bestprice [data-offer]:hover {
  outline: 1px dotted #333;
}
.tp-calendar-bestprice tbody {
  background: #fff;
}
.tp-calendar-bestprice td {
  background-color: #e6e6e6;
  border: 1px solid #ddd;
  font-weight: 400;
  padding: 4px;
  text-align: left;
  vertical-align: top;
}
.tp-calendar-bestprice
  td.tp-calendar-bestprice-free:not(.tp-calendar-bestprice-offer) {
  background-color: #fff;
}
.tp-calendar-bestprice th,
.tp-calendar-bestprice td {
  overflow: hidden;
}
.tp-calendar-bestprice th:nth-child(7),
.tp-calendar-bestprice td:nth-child(7) {
  border-right-width: 0;
}
@media print, screen and (min-width: 568px) {
  .tp-calendar-bestprice {
    margin-left: -7px;
    margin-right: -8px;
  }
}
@media print, screen and (max-width: 567px) {
  .tp-calendar-bestprice tr,
  .tp-calendar-bestprice td {
    display: block;
    width: 100% !important;
  }
  .tp-calendar-bestprice th,
  .tp-calendar-bestprice td {
    border-bottom-width: 0;
    border-left-width: 0;
    border-right-width: 0;
  }
  .tp-calendar-bestprice-empty {
    display: none !important;
  }
}
.tp-calendar-bestprice-head {
  padding-bottom: 10px;
  text-align: center;
}
.tp-calendar-bestprice-head select {
  min-width: 140px;
  width: 28.5%;
}
.tp-calendar-bestprice-body thead th {
  border-bottom: 1px solid #ddd;
}
@media print, screen and (max-width: 567px) {
  .tp-calendar-bestprice-body {
    border-top: 1px solid #ddd;
    max-height: 250px;
    overflow: auto;
  }
  .tp-calendar-bestprice-body > table {
    margin-top: -1px;
  }
}
.tp-calendar-bestprice-offer span {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #fff !important;
}
.tp-calendar-bestprice-label {
  font-weight: 600;
  line-height: 1;
  padding-top: 4px;
}
@media print, screen and (min-width: 768px) and (max-width: 1199px) {
  .tp-calendar-bestprice-label {
    max-width: 45px;
  }
}
@media print, screen and (min-width: 568px) {
  .tp-calendar-bestprice-label {
    float: left;
  }
}
@media print, screen and (max-width: 567px) {
  .tp-calendar-bestprice-label {
    float: right;
  }
}
@media print, screen and (min-width: 568px) {
  .tp-calendar-bestprice-weekday {
    display: none !important;
  }
}
@media print, screen and (max-width: 567px) {
  .tp-calendar-bestprice-weekday {
    display: block;
    font-weight: 400;
  }
}
.tp-calendar-bestprice-day {
  font-size: 12px;
}
@media print, screen and (min-width: 568px) {
  .tp-calendar-bestprice-day {
    float: right;
  }
}
@media print, screen and (max-width: 567px) {
  .tp-calendar-bestprice-day {
    float: left;
    font-weight: 600;
    min-height: 60px;
    width: 50px;
  }
}
.tp-calendar-bestprice-nights {
  display: block;
}
@media print, screen and (min-width: 568px) {
  .tp-calendar-bestprice-nights {
    clear: both;
    padding-top: 7px;
  }
}
.tp-calendar-bestprice .tp-calendar-btn {
  float: left;
  max-width: 40px;
}
.tp-calendar-bestprice .tp-calendar-btn[class*='right'] {
  float: right;
}
.tp-calendar-bestprice + .tp-calendar-bestprice-nodates {
  margin-top: 14px;
}
@media print, screen and (min-width: 992px) {
  .tp-calendar
    .pure-u-1:first-child
    thead
    tr:first-child
    th:last-child
    .tp-calendar-btn,
  .tp-calendar
    .pure-u-1:nth-child(2)
    thead
    tr:first-child
    th:first-child
    .tp-calendar-btn {
    display: none !important;
  }
}
.js .tp-calendar-btn,
.js td.tp-calendar-busy-free-arrival,
.js td.tp-calendar-freego,
.js td.tp-calendar-freeGo {
  cursor: pointer;
}
.js .tp-calendar-btn:hover,
.js .tp-calendar-btn:focus,
.js td.tp-calendar-freego:hover,
.js td.tp-calendar-freego:focus,
.js td.tp-calendar-freeGo:hover,
.js td.tp-calendar-freeGo:focus,
.js td.tp-calendar-free-arrival:hover,
.js td.tp-calendar-free-arrival:focus,
.js td.tp-calendar-busy-free-arrival:hover,
.js td.tp-calendar-busy-free-arrival:focus {
  outline: 1px dotted #333;
}
.tp-calendar-legend {
  margin-top: 5px;
}
.tp-calendar-legend .tp-calendar-busy,
.tp-calendar-legend .tp-calendar-freego,
.tp-calendar-legend .tp-calendar-freeGo,
.tp-calendar-legend .tp-calendar-free {
  background-color: transparent;
  display: inline-block;
  margin-top: 5px;
  margin-right: 10px;
}
.tp-calendar-legend > div:before {
  display: inline-block;
  content: '';
  height: 20px;
  margin-right: 5px;
  position: relative;
  top: 4px;
  width: 40px;
}
@media print, screen and (max-width: 567px) {
  .tp-calendar-legend .tp-calendar-busy,
  .tp-calendar-legend .tp-calendar-freego,
  .tp-calendar-legend .tp-calendar-freeGo,
  .tp-calendar-legend .tp-calendar-free {
    display: block;
  }
}
.tp-calendar-legend-hide .tp-calendar-legend {
  display: none;
}
.tp-congress {
}
.tp-congress-line {
  margin: 15px 0 25px;
}
.tp-congress-line:first-of-type {
  margin-top: 0;
}
.tp-congress-line:last-of-type {
  margin-bottom: 0;
}
.tp-congress-line .tp-box-subheadline {
  font-size: 15px;
  margin-top: 30px;
}
.tp-congress-items {
  overflow: hidden;
}
.tp-congress-items + .tp-box-subheadline {
  margin-top: 25px;
}
.tp-congress-item {
  padding: 10px 7px;
}
.tp-congress-item-title {
  display: inline-block;
  font-weight: 600;
  width: 75%;
}
.tp-congress-item-value {
  display: inline-block;
  padding-left: 7px;
  width: 25%;
}
.tp-congress-summary {
  margin: 10px 0 20px -7px;
}
@media print, screen and (max-width: 567px) {
  .tp-congress-summary {
    margin: 10px 0 20px;
  }
}
@media print, screen and (max-width: 991px) {
  .tp-congress-summary .tp-congress-item:nth-child(odd) {
    background-color: #efefef;
  }
  .tp-congress-summary .tp-congress-item:nth-child(even) {
    background-color: #fff;
  }
  .tp-congress-summary .tp-congress-item-value {
    text-align: right;
    width: 23%;
  }
}
@media print, screen and (min-width: 992px) {
  .tp-congress-summary .tp-congress-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .tp-congress-summary .tp-congress-item {
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    float: left;
    width: 33.333333%;
  }
  .tp-congress-summary .tp-congress-item:nth-child(6n + 1),
  .tp-congress-summary .tp-congress-item:nth-child(6n + 2),
  .tp-congress-summary .tp-congress-item:nth-child(6n + 3) {
    background-color: #efefef;
  }
}
.tp-congress-overview h3,
.tp-congress-overview h4 {
  clear: both;
}
@media print, screen and (max-width: 567px) {
  .tp-congress-overview .tp-congress-item:nth-child(odd) {
    background-color: #efefef;
  }
  .tp-congress-overview .tp-congress-item:nth-child(even) {
    background-color: #fff;
  }
  .tp-congress-overview .tp-congress-item-value {
    text-align: right;
    width: 23%;
  }
}
@media print, screen and (min-width: 568px) {
  .tp-congress-overview .tp-congress-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .tp-congress-overview .tp-congress-item {
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    float: left;
    padding: 10px;
    width: calc(50% - 7px);
  }
  .tp-congress-overview .tp-congress-item:nth-child(4n + 1),
  .tp-congress-overview .tp-congress-item:nth-child(4n + 2) {
    background-color: #efefef;
  }
  .tp-congress-overview .tp-congress-item:nth-child(odd) {
    margin-right: 7px;
  }
  .tp-congress-overview .tp-congress-item:nth-child(even) {
    margin-left: 7px;
  }
  .tp-congress-overview .tp-congress-item-value {
    text-align: right;
  }
}
@media print, screen and (min-width: 768px) {
  .tp-congress-overview .tp-congress-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .tp-congress-overview .tp-congress-item {
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    float: left;
    padding: 10px;
    width: calc(50% - 7px);
  }
  .tp-congress-overview .tp-congress-item:nth-child(4n + 1),
  .tp-congress-overview .tp-congress-item:nth-child(4n + 2) {
    background-color: #efefef;
  }
  .tp-congress-overview .tp-congress-item:nth-child(odd) {
    margin-right: 7px;
  }
  .tp-congress-overview .tp-congress-item:nth-child(even) {
    margin-left: 7px;
  }
  .tp-congress-overview .tp-congress-item-value {
    text-align: right;
  }
}
.tp-congress-room .tp-media {
  overflow: hidden;
}
.tp-congress-room .tp-media + .tp-congress-seating {
  margin-top: 15px;
  margin-bottom: 20px;
}
.tp-congress-room .tp-congress-setting {
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
}
.tp-congress-room .tp-media + .tp-congress-setting {
  margin-top: 10px;
}
.tp-congress-room .tp-congress-setting:last-of-type {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.tp-congress-room .tp-congress-setting .tp-congress-room-items {
  margin-bottom: 20px;
}
.tp-congress-room-items {
  float: left;
  margin-right: 9px;
  width: calc(33% - 7px);
}
@media print, screen and (max-width: 567px) {
  .tp-congress-room-items {
    margin-right: 0;
    width: calc(100%);
  }
}
.tp-congress-room-items:nth-child(3n) {
}
.tp-congress-room .tp-box-frame {
  overflow: hidden;
}
.tp-congress-setting {
  padding: 15px;
  padding-top: 0;
  overflow: hidden;
}
.tp-congress-seating-preview {
  margin: 5px 10px 10px 0;
  width: 60px;
}
.tp-congress-seating-preview-full {
  margin-bottom: 10px;
  width: 120px;
}
.tp-datepicker {
  border-radius: 4px;
  direction: ltr;
  padding: 4px;
}
.tp-datepicker-field,
.tp-datepicker-field[readonly] {
  background-color: #fff;
}
.tp-datepicker-inline {
  width: 220px;
}
.tp-datepicker-dropdown {
  top: 0;
  left: 0;
}
.tp-datepicker-dropdown:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
  display: inline-block;
  left: 6px;
  position: absolute;
  top: -7px;
}
.tp-datepicker-dropdown:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  display: inline-block;
  left: 7px;
  position: absolute;
  top: -6px;
}
.tp-datepicker.tp-datepicker-rtl {
  direction: rtl;
}
.tp-datepicker.tp-datepicker-rtl table tr td span {
  float: right;
}
.tp-datepicker > div {
  display: none;
}
.tp-datepicker.days div.tp-datepicker-days {
  display: block;
}
.tp-datepicker.months div.tp-datepicker-months {
  display: block;
}
.tp-datepicker.years div.tp-datepicker-years {
  display: block;
}
.tp-datepicker table tr td.day:hover {
  background: #eee;
  cursor: pointer;
}
.tp-datepicker table tr td.old,
.tp-datepicker table tr td.new {
  color: #999;
}
.tp-datepicker table tr td.disabled,
.tp-datepicker table tr td.disabled:hover {
  background-color: #d5d5d5;
  color: #fff;
  cursor: default;
}
.tp-datepicker table tr td.today,
.tp-datepicker table tr td.today:hover,
.tp-datepicker table tr td.today.disabled,
.tp-datepicker table tr td.today.disabled:hover {
  background-color: #fde19a;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fdd49a),
    to(#fdf59a)
  );
  background-image: -webkit-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -o-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  border-color: #fff;
  color: #000;
}
.tp-datepicker table tr td.active,
.tp-datepicker table tr td.active:hover,
.tp-datepicker table tr td.active.disabled,
.tp-datepicker table tr td.active.disabled:hover,
.tp-datepicker table tr td.active.today,
.tp-datepicker table tr td.active.today:hover,
.tp-datepicker table tr td.active.disabled.today,
.tp-datepicker table tr td.active.disabled.today:hover {
  background-color: #06c;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#08c),
    to(#04c)
  );
  background-image: -webkit-linear-gradient(top, #08c, #04c);
  background-image: -o-linear-gradient(top, #08c, #04c);
  background-image: linear-gradient(to bottom, #08c, #04c);
  background-repeat: repeat-x;
  border-color: #04c #04c #002a80;
  border-color: #fff;
  color: #fff;
  text-shadow: 0;
}
.tp-datepicker table tr td span {
  border-radius: 4px;
  cursor: pointer;
  display: block;
  float: left;
  height: 54px;
  line-height: 54px;
  margin: 1%;
  width: 23%;
}
.tp-datepicker table tr td span:hover {
  background: #eee;
}
.tp-datepicker table tr td span.disabled,
.tp-datepicker table tr td span.disabled:hover {
  background: 0 0;
  color: #999;
  cursor: default;
}
.tp-datepicker table tr td span.old {
  color: #999;
}
.tp-datepicker th.switch {
  width: 145px;
}
.tp-datepicker thead tr:first-child th,
.tp-datepicker tfoot tr:first-child th {
  cursor: pointer;
}
.tp-datepicker thead tr:first-child th:hover,
.tp-datepicker tfoot tr:first-child th:hover,
.tp-datepicker thead tr:first-child th:hover,
.tp-datepicker tfoot tr:first-child th:hover {
  background: #eee;
}
.tp-datepicker .cw {
  font-size: 10px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
  width: 12px;
}
.tp-datepicker thead tr:first-child th.cw {
  background-color: transparent;
  cursor: default;
}
.tp-datepicker table {
  border-color: #fff;
}
.tp-datepicker thead {
  background-color: transparent;
}
.tp-datepicker th,
.tp-datepicker td {
  border-bottom-color: #fff;
  border-left-color: #fff;
  height: 20px;
  line-height: 20px;
  padding: 0;
  text-align: center;
  width: 20px;
}
.tp-datepicker-content {
  display: none;
}
.tp-datepicker .input-append.date .add-on i,
.tp-datepicker .input-prepend.date .add-on i {
  cursor: pointer;
  display: block;
  height: 16px;
  width: 16px;
}
.tp-datepicker > .tp-datepicker-legend {
  color: #000;
  margin-top: 10px;
  display: block !important;
}
.tp-datepicker > .tp-datepicker-legend .tp-datepicker-busy,
.tp-datepicker > .tp-datepicker-legend .tp-datepicker-freeGo,
.tp-datepicker > .tp-datepicker-legend .tp-datepicker-onDemandGo,
.tp-datepicker > .tp-datepicker-legend .tp-datepicker-onDemand,
.tp-datepicker > .tp-datepicker-legend .tp-datepicker-free {
  background-color: transparent;
  display: block !important;
  margin: 0;
}
.tp-datepicker > .tp-datepicker-legend .tp-datepicker-busy:before {
  background: #d5d5d5;
}
.tp-datepicker > .tp-datepicker-legend .tp-datepicker-onDemandGo:before,
.tp-datepicker > .tp-datepicker-legend .tp-datepicker-freeGo:before {
  background: #288c1d;
}
.tp-datepicker > .tp-datepicker-legend .tp-datepicker-free:before,
.tp-datepicker > .tp-datepicker-legend .tp-datepicker-onDemand:before {
  background: #95c966;
}
.tp-datepicker > .tp-datepicker-legend > div:before {
  content: '';
  display: inline-block !important;
  height: 16px;
  margin-right: 5px;
  position: relative;
  top: 4px;
  width: 16px;
}
.tp-datepicker .tp-datepicker-days table tr td {
}
.tp-datepicker
  .tp-datepicker-days
  table
  tr
  td.day:not(.new):not(.disabled):not(.today):not(.active):not(
    [class*='tp-datepicker-']
  ) {
  color: #000;
}
.tp-datepicker .tp-datepicker-days table tr td[class*='tp-datepicker-'],
.tp-datepicker .tp-datepicker-days table tr td[class*='tp-datepicker-']:hover {
  border-color: #fff !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  color: #fff;
}
.tp-datepicker .tp-datepicker-days table tr td.tp-selected-date,
.tp-datepicker .tp-datepicker-days table tr td.tp-selected-date:hover {
  background: #bdbdbd;
  color: #999;
}
.tp-datepicker
  .tp-datepicker-days
  table
  tr
  td[class*='tp-datepicker-'].disabled,
.tp-datepicker
  .tp-datepicker-days
  table
  tr
  td[class*='tp-datepicker-'].disabled:hover,
.tp-datepicker .tp-datepicker-days table tr td.tp-datepicker-busy,
.tp-datepicker .tp-datepicker-days table tr td.tp-datepicker-busy:hover {
  background: #d5d5d5;
}
.tp-datepicker .tp-datepicker-days table tr td.disabled.tp-selected-date,
.tp-datepicker .tp-datepicker-days table tr td.disabled.tp-selected-date:hover,
.tp-datepicker
  .tp-datepicker-days
  table
  tr
  td[class*='tp-datepicker-'].disabled.tp-selected-date,
.tp-datepicker
  .tp-datepicker-days
  table
  tr
  td[class*='tp-datepicker-'].disabled.tp-selected-date:hover,
.tp-datepicker
  .tp-datepicker-days
  table
  tr
  td.tp-datepicker-busy.tp-selected-date,
.tp-datepicker
  .tp-datepicker-days
  table
  tr
  td.tp-datepicker-busy.tp-selected-date:hover {
  background: #bdbdbd;
  color: #999;
}
.tp-datepicker .tp-datepicker-days table tr td.tp-datepicker-free,
.tp-datepicker .tp-datepicker-days table tr td.tp-datepicker-free:hover,
.tp-datepicker .tp-datepicker-days table tr td.tp-datepicker-free.disabled,
.tp-datepicker
  .tp-datepicker-days
  table
  tr
  td.tp-datepicker-free.disabled:hover,
.tp-datepicker .tp-datepicker-days table tr td.tp-datepicker-onDemand,
.tp-datepicker .tp-datepicker-days table tr td.tp-datepicker-onDemand:hover,
.tp-datepicker .tp-datepicker-days table tr td.tp-datepicker-onDemand.disabled,
.tp-datepicker
  .tp-datepicker-days
  table
  tr
  td.tp-datepicker-onDemand.disabled:hover {
  background: #95c966;
}
.tp-datepicker
  .tp-datepicker-days
  table
  tr
  td.tp-datepicker-free.tp-selected-date,
.tp-datepicker
  .tp-datepicker-days
  table
  tr
  td.tp-datepicker-free.tp-selected-date:hover,
.tp-datepicker
  .tp-datepicker-days
  table
  tr
  td.tp-datepicker-free.tp-selected-date.disabled,
.tp-datepicker
  .tp-datepicker-days
  table
  tr
  td.tp-datepicker-free.tp-selected-date.disabled:hover,
.tp-datepicker
  .tp-datepicker-days
  table
  tr
  td.tp-datepicker-onDemand.tp-selected-date,
.tp-datepicker
  .tp-datepicker-days
  table
  tr
  td.tp-datepicker-onDemand.tp-selected-date:hover,
.tp-datepicker
  .tp-datepicker-days
  table
  tr
  td.tp-datepicker-onDemand.tp-selected-date.disabled,
.tp-datepicker
  .tp-datepicker-days
  table
  tr
  td.tp-datepicker-onDemand.tp-selected-date.disabled:hover {
  background: #79b544;
  color: #999;
}
.tp-datepicker .tp-datepicker-days table tr td.tp-datepicker-freeGo,
.tp-datepicker .tp-datepicker-days table tr td.tp-datepicker-freeGo.disabled,
.tp-datepicker
  .tp-datepicker-days
  table
  tr
  td.tp-datepicker-freeGo.disabled:hover {
  background: #288c1d;
}
.tp-datepicker
  .tp-datepicker-days
  table
  tr
  td.tp-datepicker-freeGo.tp-selected-date,
.tp-datepicker .tp-datepicker-days table tr td.tp-datepicker-freeGo:hover,
.tp-datepicker
  .tp-datepicker-days
  table
  tr
  td.tp-datepicker-freeGo.tp-selected-date.disabled,
.tp-datepicker
  .tp-datepicker-days
  table
  tr
  td.tp-datepicker-freeGo.tp-selected-date.disabled:hover {
  background: #217318;
  color: #999;
}
.tp-datepicker .tp-datepicker-days table tr td.tp-datepicker-onDemandGo,
.tp-datepicker
  .tp-datepicker-days
  table
  tr
  td.tp-datepicker-onDemandGo.disabled,
.tp-datepicker
  .tp-datepicker-days
  table
  tr
  td.tp-datepicker-onDemandGo.disabled:hover {
  background: #288c1d;
}
.tp-datepicker
  .tp-datepicker-days
  table
  tr
  td.tp-datepicker-onDemandGo.tp-selected-date,
.tp-datepicker .tp-datepicker-days table tr td.tp-datepicker-onDemandGo:hover,
.tp-datepicker
  .tp-datepicker-days
  table
  tr
  td.tp-datepicker-onDemandGo.tp-selected-date.disabled,
.tp-datepicker
  .tp-datepicker-days
  table
  tr
  td.tp-datepicker-onDemandGo.tp-selected-date.disabled:hover {
  background: #217318;
  color: #999;
}
.tp-datepicker .tp-datepicker-days table tr td.tp-datepicker-free-busy,
.tp-datepicker .tp-datepicker-days table tr td.tp-datepicker-free-busy.disabled,
.tp-datepicker
  .tp-datepicker-days
  table
  tr
  td.tp-datepicker-free-busy.disabled:hover {
  background: #95c966;
  background: -webkit-linear-gradient(315deg, #95c966 50%, #d5d5d5 50%);
  background: -o-linear-gradient(315deg, #95c966 50%, #d5d5d5 50%);
  background: linear-gradient(135deg, #95c966 50%, #d5d5d5 50%);
}
.tp-datepicker
  .tp-datepicker-days
  table
  tr
  td.tp-datepicker-free-busy.tp-selected-date,
.tp-datepicker
  .tp-datepicker-days
  table
  tr
  td.tp-datepicker-free-busy:not(.disabled):hover,
.tp-datepicker
  .tp-datepicker-days
  table
  tr
  td.tp-datepicker-free-busy.tp-selected-date.disabled,
.tp-datepicker
  .tp-datepicker-days
  table
  tr
  td.tp-datepicker-free-busy.tp-selected-date.disabled:hover {
  background: #79b544;
  background: -webkit-linear-gradient(315deg, #79b544 50%, #bdbdbd 50%);
  background: -o-linear-gradient(315deg, #79b544 50%, #bdbdbd 50%);
  background: linear-gradient(135deg, #79b544 50%, #bdbdbd 50%);
  color: #999;
}
.tp-datepicker .tp-datepicker-days table tr td.tp-datepicker-free-busy-arrival,
.tp-datepicker
  .tp-datepicker-days
  table
  tr
  td.tp-datepicker-free-busy-arrival.disabled,
.tp-datepicker
  .tp-datepicker-days
  table
  tr
  td.tp-datepicker-free-busy-arrival.disabled:hover {
  background: #288c1d;
  background: -webkit-linear-gradient(315deg, #288c1d 50%, #d5d5d5 50%);
  background: -o-linear-gradient(315deg, #288c1d 50%, #d5d5d5 50%);
  background: linear-gradient(135deg, #288c1d 50%, #d5d5d5 50%);
}
.tp-datepicker
  .tp-datepicker-days
  table
  tr
  td.tp-datepicker-free-busy-arrival.tp-selected-date,
.tp-datepicker
  .tp-datepicker-days
  table
  tr
  td.tp-datepicker-free-busy-arrival:hover,
.tp-datepicker
  .tp-datepicker-days
  table
  tr
  td.tp-datepicker-free-busy-arrival.tp-selected-date.disabled,
.tp-datepicker
  .tp-datepicker-days
  table
  tr
  td.tp-datepicker-free-busy-arrival.tp-selected-date.disabled:hover {
  background: #217318;
  background: -webkit-linear-gradient(315deg, #217318 50%, #bdbdbd 50%);
  background: -o-linear-gradient(315deg, #217318 50%, #bdbdbd 50%);
  background: linear-gradient(135deg, #217318 50%, #bdbdbd 50%);
  color: #999;
}
.tp-datepicker .tp-datepicker-days table tr td.tp-datepicker-busy-free,
.tp-datepicker .tp-datepicker-days table tr td.tp-datepicker-busy-free.disabled,
.tp-datepicker
  .tp-datepicker-days
  table
  tr
  td.tp-datepicker-busy-free.disabled:hover {
  background: #95c966;
  background: -webkit-linear-gradient(315deg, #d5d5d5 50%, #95c966 50%);
  background: -o-linear-gradient(315deg, #d5d5d5 50%, #95c966 50%);
  background: linear-gradient(135deg, #d5d5d5 50%, #95c966 50%);
}
.tp-datepicker
  .tp-datepicker-days
  table
  tr
  td.tp-datepicker-busy-free.tp-selected-date,
.tp-datepicker
  .tp-datepicker-days
  table
  tr
  td.tp-datepicker-busy-free:not(.disabled):hover,
.tp-datepicker
  .tp-datepicker-days
  table
  tr
  td.tp-datepicker-busy-free.tp-selected-date.disabled,
.tp-datepicker
  .tp-datepicker-days
  table
  tr
  td.tp-datepicker-busy-free.tp-selected-date.disabled:hover {
  background: #79b544;
  background: -webkit-linear-gradient(315deg, #bdbdbd 50%, #79b544 50%);
  background: -o-linear-gradient(315deg, #bdbdbd 50%, #79b544 50%);
  background: linear-gradient(135deg, #bdbdbd 50%, #79b544 50%);
  color: #999;
}
.tp-datepicker .tp-datepicker-days table tr td.tp-datepicker-busy-free-arrival,
.tp-datepicker
  .tp-datepicker-days
  table
  tr
  td.tp-datepicker-busy-free-arrival.disabled,
.tp-datepicker
  .tp-datepicker-days
  table
  tr
  td.tp-datepicker-busy-free-arrival.disabled:hover {
  background: #288c1d;
  background: -webkit-linear-gradient(315deg, #d5d5d5 50%, #288c1d 50%);
  background: -o-linear-gradient(315deg, #d5d5d5 50%, #288c1d 50%);
  background: linear-gradient(135deg, #d5d5d5 50%, #288c1d 50%);
}
.tp-datepicker
  .tp-datepicker-days
  table
  tr
  td.tp-datepicker-busy-free-arrival.tp-selected-date,
.tp-datepicker
  .tp-datepicker-days
  table
  tr
  td.tp-datepicker-busy-free-arrival:hover,
.tp-datepicker
  .tp-datepicker-days
  table
  tr
  td.tp-datepicker-busy-free-arrival.tp-selected-date.disabled,
.tp-datepicker
  .tp-datepicker-days
  table
  tr
  td.tp-datepicker-busy-free-arrival.tp-selected-date.disabled:hover {
  background: #217318;
  background: -webkit-linear-gradient(315deg, #bdbdbd 50%, #217318 50%);
  background: -o-linear-gradient(315deg, #bdbdbd 50%, #217318 50%);
  background: linear-gradient(135deg, #bdbdbd 50%, #217318 50%);
  color: #999;
}
.tp-datepicker .tp-datepicker-days table tr td.tp-datepicker-free-arrival,
.tp-datepicker
  .tp-datepicker-days
  table
  tr
  td.tp-datepicker-free-arrival.disabled,
.tp-datepicker
  .tp-datepicker-days
  table
  tr
  td.tp-datepicker-free-arrival.disabled:hover {
  background: #288c1d;
}
.tp-datepicker
  .tp-datepicker-days
  table
  tr
  td.tp-datepicker-free-arrival.tp-selected-date,
.tp-datepicker .tp-datepicker-days table tr td.tp-datepicker-free-arrival:hover,
.tp-datepicker
  .tp-datepicker-days
  table
  tr
  td.tp-datepicker-free-arrival.tp-selected-date.disabled,
.tp-datepicker
  .tp-datepicker-days
  table
  tr
  td.tp-datepicker-free-arrival.tp-selected-date.disabled:hover {
  background: #217318;
  color: #999;
}
[class^='tp-flag-']:before,
[class*=' tp-flag-']:before {
  background: url(/default/ng/img/flags/flags.png) no-repeat;
  content: '';
  display: inline-block;
  height: 11px;
  position: relative;
  width: 16px;
}
.tp-flag-jp:before {
  background-position: 0 0;
}
.tp-flag-ad:before {
  background-position: -16px 0;
}
.tp-flag-al:before {
  background-position: -32px 0;
}
.tp-flag-at:before {
  background-position: -48px 0;
}
.tp-flag-ba:before {
  background-position: -64px 0;
}
.tp-flag-be:before {
  background-position: -80px 0;
}
.tp-flag-bg:before {
  background-position: -96px 0;
}
.tp-flag-by:before {
  background-position: 0 -11px;
}
.tp-flag-ch:before {
  background-position: -16px -11px;
}
.tp-flag-cz:before {
  background-position: -32px -11px;
}
.tp-flag-cs:before {
  background-position: -32px -11px;
}
.tp-flag-de:before {
  background-position: -48px -11px;
}
.tp-flag-dk:before {
  background-position: -64px -11px;
}
.tp-flag-ee:before {
  background-position: -80px -11px;
}
.tp-flag-es:before {
  background-position: -96px -11px;
}
.tp-flag-fi:before {
  background-position: 0 -22px;
}
.tp-flag-cn:before {
  background-position: -16px -22px;
}
.tp-flag-fr:before {
  background-position: -32px -22px;
}
.tp-flag-en:before {
  background-position: -48px -22px;
}
.tp-flag-gb:before {
  background-position: -48px -22px;
}
.tp-flag-gi:before {
  background-position: -64px -22px;
}
.tp-flag-gr:before {
  background-position: -80px -22px;
}
.tp-flag-hr:before {
  background-position: -96px -22px;
}
.tp-flag-hu:before {
  background-position: 0 -33px;
}
.tp-flag-ie:before {
  background-position: -16px -33px;
}
.tp-flag-jp:before {
  background-position: -32px -33px;
}
.tp-flag-it:before {
  background-position: -48px -33px;
}
.tp-flag-li:before {
  background-position: -64px -33px;
}
.tp-flag-lt:before {
  background-position: -80px -33px;
}
.tp-flag-lu:before {
  background-position: -96px -33px;
}
.tp-flag-lv:before {
  background-position: 0 -44px;
}
.tp-flag-mc:before {
  background-position: -16px -44px;
}
.tp-flag-md:before {
  background-position: -32px -44px;
}
.tp-flag-me:before {
  background-position: -48px -44px;
}
.tp-flag-mk:before {
  background-position: -64px -44px;
}
.tp-flag-mt:before {
  background-position: -80px -44px;
}
.tp-flag-nl:before {
  background-position: -96px -44px;
}
.tp-flag-no:before {
  background-position: 0 -55px;
}
.tp-flag-pl:before {
  background-position: -16px -55px;
}
.tp-flag-pt:before {
  background-position: -32px -55px;
}
.tp-flag-ro:before {
  background-position: -48px -55px;
}
.tp-flag-rs:before {
  background-position: -64px -55px;
}
.tp-flag-ru:before {
  background-position: -80px -55px;
}
.tp-flag-se:before {
  background-position: -96px -55px;
}
.tp-flag-si:before {
  background-position: 0 -66px;
}
.tp-flag-sk:before {
  background-position: -16px -66px;
}
.tp-flag-sm:before {
  background-position: -32px -66px;
}
.tp-flag-ua:before {
  background-position: -48px -66px;
}
.tp-flag-va:before {
  background-position: -64px -66px;
}
.tp-flag-xk:before {
  background-position: -80px -66px;
}
.tp-flag-tr:before {
  background-position: -96px -66px;
}
.tp-imagesearch {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 220px;
  margin-bottom: 14px;
  position: relative;
}
.tp-imagesearch:after {
  background-color: #000;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  opacity: 0.2;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.tp-imagesearch:hover:after,
.tp-imagesearch:focus:after {
  opacity: 0;
}
.tp-imagesearch-text {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  display: block;
  font-size: 24px;
  font-weight: 600;
  padding: 0 10px;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  z-index: 1;
}
@media print, screen and (min-width: 568px) {
  .tp-imagesearch {
    height: 160px;
  }
}
@media print, screen and (min-width: 768px) {
  .tp-imagesearch {
    height: 180px;
  }
}
@media print, screen and (min-width: 992px) {
  .tp-imagesearch {
    height: 200px;
  }
}
@media print, screen and (min-width: 1200px) {
  .tp-imagesearch {
    height: 240px;
  }
}
.tp-media {
  display: block;
  padding-bottom: 1px;
  position: relative;
}
.tp-media + .tp-media {
  border-top: 1px solid #ddd;
  margin-top: 10px;
  padding-top: 10px;
}
.tp-media > .tp-ticket-section {
  margin-top: 1.5em;
}
.tp-search-result-item-option .tp-media {
  border-top: 1px solid #ddd;
  margin-top: 10px;
  padding-top: 10px;
}
.tp-search-result-item-option .tp-media:last-of-type {
  margin-bottom: 10px;
}
.tp-media-image {
  position: relative;
}
.tp-media-image.square {
  position: relative;
}
.tp-media-image.square:before {
  content: '';
  display: block;
  padding-top: 100%;
}
.tp-media-image.square > * {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.tp-media-image.square > * {
  overflow: hidden;
}
.tp-media-image.square img {
  float: left;
  height: 100%;
  left: 50%;
  max-width: none;
  position: relative;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: auto;
}
.tp-media-image.square .tp-icon-picture {
  background-color: transparent;
  bottom: auto;
  display: block;
  padding: 0;
  position: relative;
  right: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
}
.tp-media-image a,
.tp-media-image img {
  display: block;
  width: 100%;
}
.tp-media-image a + a,
.tp-media-image img + img,
.tp-media-image a + .tp-gallery-hidden-images + a,
.tp-media-image img + .tp-gallery-hidden-images + img {
  margin-top: 10px;
}
.tp-media-image figure {
  margin: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.tp-media-image figure:before {
  content: '';
  display: block;
  padding-top: 75%;
}
.tp-media-image figure > img {
  bottom: 0;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  font-family: 'object-fit: cover; object-position: center;';
}
.tp-media-image .tp-media-image-panorama {
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
  background-color: #2c3033;
  color: #fff;
  font-size: 15px;
  padding: 10px;
  position: absolute;
  right: 15px;
  text-align: center;
  top: 0;
  z-index: 2;
}
.tp-media-image .tp-media-image-panorama:hover,
.tp-media-image .tp-media-image-panorama:focus {
  color: #fff;
}
.tp-media-image .tp-media-image-panorama-2 {
  display: block;
  font-size: 10px;
}
.tp-media-image-empty > img,
.tp-media-image-empty > a > img {
  float: none;
  background-color: #efefef;
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAEsCAYAAADtt+XCAAAAAXNSR0IArs4c6QAAAAlwSFlzAAALEwAACxMBAJqcGAAAA6ppVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IlhNUCBDb3JlIDUuNC4wIj4KICAgPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICAgICAgPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIKICAgICAgICAgICAgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIgogICAgICAgICAgICB4bWxuczp0aWZmPSJodHRwOi8vbnMuYWRvYmUuY29tL3RpZmYvMS4wLyIKICAgICAgICAgICAgeG1sbnM6ZXhpZj0iaHR0cDovL25zLmFkb2JlLmNvbS9leGlmLzEuMC8iPgogICAgICAgICA8eG1wOk1vZGlmeURhdGU+MjAxNS0wNi0yMVQyMDowNjowMDwveG1wOk1vZGlmeURhdGU+CiAgICAgICAgIDx4bXA6Q3JlYXRvclRvb2w+UGl4ZWxtYXRvciAzLjMuMjwveG1wOkNyZWF0b3JUb29sPgogICAgICAgICA8dGlmZjpPcmllbnRhdGlvbj4xPC90aWZmOk9yaWVudGF0aW9uPgogICAgICAgICA8dGlmZjpDb21wcmVzc2lvbj41PC90aWZmOkNvbXByZXNzaW9uPgogICAgICAgICA8dGlmZjpSZXNvbHV0aW9uVW5pdD4yPC90aWZmOlJlc29sdXRpb25Vbml0PgogICAgICAgICA8dGlmZjpZUmVzb2x1dGlvbj43MjwvdGlmZjpZUmVzb2x1dGlvbj4KICAgICAgICAgPHRpZmY6WFJlc29sdXRpb24+NzI8L3RpZmY6WFJlc29sdXRpb24+CiAgICAgICAgIDxleGlmOlBpeGVsWERpbWVuc2lvbj40MDA8L2V4aWY6UGl4ZWxYRGltZW5zaW9uPgogICAgICAgICA8ZXhpZjpDb2xvclNwYWNlPjE8L2V4aWY6Q29sb3JTcGFjZT4KICAgICAgICAgPGV4aWY6UGl4ZWxZRGltZW5zaW9uPjMwMDwvZXhpZjpQaXhlbFlEaW1lbnNpb24+CiAgICAgIDwvcmRmOkRlc2NyaXB0aW9uPgogICA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgpCg0PwAAAIRklEQVR4Ae3QMQEAAADCoPVPbQ0PiEBhwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABA+8DA1SVAAGn4a77AAAAAElFTkSuQmCC);
}
.tp-media-highlight-features {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tp-media-highlight-features li {
  background-color: #f1f1f1;
  padding: 5px;
  text-align: center;
}
@media print, screen and (min-width: 568px) {
  .tp-media-highlight-features li {
    display: inline-block;
    min-width: 110px;
  }
  .tp-media-highlight-features li + li {
    margin-left: 5px;
  }
}
@media print, screen and (max-width: 567px) {
  .tp-media-highlight-features li {
    display: block;
  }
  .tp-media-highlight-features li + li {
    margin-left: 0;
  }
}
.tp-media-highlight-features strong {
  display: block;
}
.tp-media-features {
  border-top: 1px solid #ddd;
  margin: 14px 0 0;
  padding: 14px 0 0;
}
.tp-media-features ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  list-style: none;
  margin: 0;
  padding: 0;
}
.tp-media-features li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 0;
}
.tp-media-features li > span:not(:empty) {
  padding-left: 20px;
  position: relative;
}
.tp-media-features li > span:not(:empty):before {
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media print, screen and (min-width: 568px) {
  .tp-media-features li {
    width: 25%;
  }
}
@media print, screen and (max-width: 567px) {
  .tp-media-features li {
    width: 50%;
  }
}
.tp-media-features + .tp-media-calendar {
  border-top: 1px solid #ddd;
  margin: 14px 0 0;
  padding: 14px 0 0;
}
.tp-media-detail-block h3.tp-box-subheadline {
  margin-bottom: 0;
  padding-top: 14px !important;
}
.tp-media-detail-block h4.tp-box-subheadline {
  margin-top: 14px !important;
  margin-bottom: 0;
}
.tp-media-detail-block .tp-price-amount,
.tp-media-detail-block .tp-price-separator,
.tp-media-detail-block .tp-price-cents {
  font-size: 13px;
}
.tp-media-detail-block ul {
  margin: 0;
}
.tp-media-detail-block p + p {
  margin-top: 0;
}
.tp-media-aside {
  overflow: hidden;
}
@media print, screen and (min-width: 568px) {
  .tp-media-image {
    float: left;
    width: 33%;
  }
  .tp-media-image a,
  .tp-media-image img {
    float: left;
  }
  .tp-media-image-empty a,
  .tp-media-image-empty img {
    float: none;
  }
  .tp-media-image + .tp-media-text {
    margin-left: 36%;
    margin-left: calc(33% + 14px);
  }
}
@media print, screen and (min-width: 992px) {
  .tp-media-detail-block:nth-child(2n + 1) {
    float: left;
    padding-right: 14px;
    width: 40%;
  }
  .tp-media-detail-block:nth-child(2n) {
    margin-left: 40%;
  }
}
.tp-wysiwyg .tp-media-image {
  margin-right: 14px;
  margin-bottom: 14px;
  width: auto;
}
.tp-wysiwyg .tp-media-image img {
  width: auto;
}
.tp-wysiwyg .tp-media-image + .tp-media-text {
  margin-left: 0;
}
.tp-results .tp-media-text {
  overflow: visible;
  padding: 10px;
}
.tp-results .tp-media-text:before,
.tp-results .tp-media-text:after {
  content: ' ';
  display: table;
}
.tp-results .tp-media-text:after {
  clear: both;
}
.tp-results .tp-media-text form .pure-form-group {
  display: inline-block;
  padding: 10px 10px 14px 0;
}
.tp-results .tp-media-text form .pure-form-group .pure-input {
  display: block;
}
@media print, screen and (max-width: 567px) {
  .tp-results .tp-media-text form .pure-form-group {
    display: block;
  }
  .tp-results .tp-media-text form .pure-input {
    width: 100%;
  }
}
.tp-results-imagesearch .tp-media {
  overflow: hidden;
}
@media print, screen and (min-width: 568px) {
  .tp-results-imagesearch .tp-media-image {
    width: 17%;
  }
  .tp-results-imagesearch .tp-media-image + .tp-media-text {
    margin-left: 21%;
    margin-left: calc(17% + 14px);
  }
}
.tp-results-imagesearch .tp-media-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tp-results-imagesearch .tp-media-flex .tp-box-headline {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.tp-results-imagesearch .tp-media-flex .tp-box-headline + .tp-badge-flex {
  float: none;
  margin: 0;
}
.tp-results-imagesearch .tp-media-flex .tp-address-block-description {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.tp-results-imagesearch-container-congress .tp-media-image {
  width: 100%;
}
.tp-results-imagesearch-container-congress .tp-media-image:before {
  content: '';
  display: block;
  padding-top: 75%;
}
.tp-results-imagesearch-container-congress .tp-media-image > * {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.tp-results-imagesearch-container-congress .tp-media-image > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media print, screen and (max-width: 991px) {
  .tp-results-imagesearch-container-congress .tp-media-image:before {
    content: '';
    display: block;
    padding-top: 16.66666667%;
  }
  .tp-results-imagesearch-container-congress .tp-media-image > * {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
}
@media print, screen and (max-width: 767px) {
  .tp-results-imagesearch-container-congress .tp-media-image:before {
    content: '';
    display: block;
    padding-top: 20%;
  }
  .tp-results-imagesearch-container-congress .tp-media-image > * {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
}
@media print, screen and (max-width: 567px) {
  .tp-results-imagesearch-container-congress .tp-media-image:before {
    content: '';
    display: block;
    padding-top: 28.57142857%;
  }
  .tp-results-imagesearch-container-congress .tp-media-image > * {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
}
.tp-results-imagesearch-container-congress .tp-media-image.image-fit-ready {
  background-size: cover;
}
.tp-results-imagesearch-container-congress
  .tp-media-image.image-fit-ready
  > img {
  display: none;
}
.tp-results-imagesearch-container-congress .tp-media-image + .tp-media-text {
  background-color: rgba(0, 0, 0, 0.2);
  bottom: 0;
  left: 0;
  margin-left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  -webkit-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.tp-results-imagesearch-container-congress
  .tp-media-image
  + .tp-media-text:hover {
  background-color: transparent;
}
.tp-results-imagesearch-container-congress .tp-media-image + .tp-media-text h2 {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #fff;
  font-size: 24px;
  left: 0;
  margin: 0;
  padding: 10px;
  position: absolute;
  right: 0;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media print, screen and (min-width: 568px) {
  .tp-results-list .tp-media-text {
    padding: 4px 0 0;
  }
}
.tp-results-gallery .tp-media-image,
.tp-results-gallery .tp-media-image a,
.tp-results-gallery .tp-media-image img {
  float: none;
  width: 100%;
}
.tp-results-gallery .tp-media-image + .tp-media-text {
  clear: both;
  margin-left: 0;
}
.tp-results-gallery .tp-media-image {
  overflow: hidden;
}
@media print, screen and (min-width: 568px) {
  .tp-results-gallery .tp-media-image {
    height: 150px;
  }
}
@media print, screen and (min-width: 768px) {
  .tp-results-gallery .tp-media-image {
    height: 150px;
  }
}
@media print, screen and (min-width: 992px) {
  .tp-results-gallery .tp-media-image {
    height: 140px;
  }
}
@media print, screen and (min-width: 1200px) {
  .tp-results-gallery .tp-media-image {
    height: 180px;
  }
}
.tp-results-gallery .tp-media-text form .pure-form-group {
  display: block;
  padding-right: 0;
}
.tp-results-gallery .tp-media-text form .pure-form-group + .pure-form-group {
  padding-top: 0;
}
.tp-results-dynamic .tp-media-image,
.tp-results-dynamic .tp-media-image a,
.tp-results-dynamic .tp-media-image img {
  float: none;
  width: 100%;
}
.tp-results-dynamic .tp-media-image + .tp-media-text {
  clear: both;
  margin-left: 0;
}
.tp-results-dynamic .tp-media-text form .pure-form-group {
  display: block;
  padding-right: 0;
}
.tp-results-dynamic .tp-media-text form .pure-form-group + .pure-form-group {
  padding-top: 0;
}
.tp-services .tp-media {
  overflow: hidden;
}
@media print, screen and (max-width: 567px) {
  .tp-services .tp-media-image {
    float: left;
    width: 25%;
  }
  .tp-services .tp-media-image + .tp-media-text {
    margin-left: 28%;
    margin-left: calc(25% + 14px);
  }
}
.tp-detail .tp-media-image-empty,
.tp-results .tp-media-image-empty,
.tp-related .tp-media-image-empty,
.tp-offer-teaser-wrapper .tp-media-image-empty {
  background-color: #efefef;
  position: relative;
  text-align: center;
}
.tp-detail .tp-media-image-empty [class^='tp-icon-'],
.tp-results .tp-media-image-empty [class^='tp-icon-'],
.tp-related .tp-media-image-empty [class^='tp-icon-'],
.tp-offer-teaser-wrapper .tp-media-image-empty [class^='tp-icon-'] {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 50%;
  font-size: 28px;
  margin-left: -0.7em;
  opacity: 0.2;
  position: absolute;
}
.tp-search .tp-media {
  clear: both;
  overflow: hidden;
}
@media print, screen and (max-width: 567px) {
  .tp-search .tp-media-image + .tp-media-text {
    margin-top: 10px;
  }
}
.tp-quicksearch .tp-media-text,
.tp-results-messe .tp-media-text {
  overflow: visible;
}
.tp-quicksearch .tp-media-text:before,
.tp-results-messe .tp-media-text:before,
.tp-quicksearch .tp-media-text:after,
.tp-results-messe .tp-media-text:after {
  content: ' ';
  display: table;
}
.tp-quicksearch .tp-media-text:after,
.tp-results-messe .tp-media-text:after {
  clear: both;
}
@media print, screen and (min-width: 568px) {
  .tp-quicksearch .tp-media-text .tp-media-text,
  .tp-results-messe .tp-media-text .tp-media-text {
    padding: 4px 0 0;
  }
}
.tp-quicksearch .tp-media-text form .pure-form-group,
.tp-results-messe .tp-media-text form .pure-form-group {
  display: inline-block;
  padding: 0 10px 14px;
}
.tp-quicksearch .tp-media-text form .pure-form-group .pure-input,
.tp-results-messe .tp-media-text form .pure-form-group .pure-input {
  display: block;
}
@media print, screen and (max-width: 567px) {
  .tp-quicksearch .tp-media-text,
  .tp-results-messe .tp-media-text {
    padding: 10px;
  }
  .tp-quicksearch .tp-media-text form .pure-form-group,
  .tp-results-messe .tp-media-text form .pure-form-group {
    display: block;
  }
  .tp-quicksearch .tp-media-text form .pure-input,
  .tp-results-messe .tp-media-text form .pure-input {
    width: 100%;
  }
}
.tp-modal {
  border-radius: 4px;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  display: none;
  min-height: 200px;
  max-width: 80%;
  position: absolute;
  width: 320px;
}
.tp-modal-close {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
}
.tp-modal-inline-content {
  position: relative;
  background-color: #fff;
  max-width: 90%;
  margin: auto;
  padding: 10px;
}
.tp-modal-inline-content#tp-twebsite-disclaimer {
  margin: 85px auto;
}
#tp-add-to-cart-modal,
#tp-cart-changed-modal {
  width: 66%;
  max-width: 500px;
  min-height: 200px;
  margin-bottom: 20px;
}
#tp-add-to-cart-modal .tp-add-to-cart-button-group,
#tp-cart-changed-modal .tp-add-to-cart-button-group {
  margin-top: 20px;
  margin-bottom: 0;
  padding-bottom: 0;
}
#tp-add-to-cart-modal .tp-add-to-cart-content .pure-g:first-of-type,
#tp-cart-changed-modal .tp-add-to-cart-content .pure-g:first-of-type {
  border-bottom: 1px solid lightgrey;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
@media print, screen and (max-width: 567px) {
  #tp-add-to-cart-modal .tp-add-to-cart-button-group .pure-button,
  #tp-cart-changed-modal .tp-add-to-cart-button-group .pure-button {
    float: none;
  }
  #tp-add-to-cart-modal
    .tp-add-to-cart-button-group
    .pure-button
    + .pure-button,
  #tp-cart-changed-modal
    .tp-add-to-cart-button-group
    .pure-button
    + .pure-button {
    margin-top: 10px;
  }
}
#tp-add-to-cart-modal .tp-add-to-cart-content .pure-u-1-3:first-of-type,
#tp-cart-changed-modal .tp-add-to-cart-content .pure-u-1-3:first-of-type {
  font-weight: 700;
}
#tp-add-to-cart-modal .tp-add-to-cart-content .pure-u-1-3,
#tp-cart-changed-modal .tp-add-to-cart-content .pure-u-1-3 {
  text-align: right;
}
#tp-add-to-cart-modal .tp-icon-ok,
#tp-cart-changed-modal .tp-icon-ok {
  color: #228b22;
}
#tp-add-to-cart-modal .tp-modal-header .tp-icon-cancel,
#tp-cart-changed-modal .tp-modal-header .tp-icon-cancel {
  color: red;
}
#tp-add-to-cart-modal .tp-modal-close,
#tp-cart-changed-modal .tp-modal-close {
  color: #6f6f6f;
  font-size: 21px;
}
#tp-clipboard-modal {
  width: 80%;
  max-width: 580px;
  min-height: 194px;
}
#tp-clipboard-modal .tp-modal-header {
  border-bottom: 1px solid #e5e5e5;
  padding: 15px 15px 0;
}
#tp-clipboard-modal .tp-modal-close {
  color: #adadad;
  font-size: 17px;
  position: relative;
  float: right;
}
#tp-clipboard-modal .tp-modal-body {
  border-bottom: 1px solid #e5e5e5;
  padding: 15px;
}
#tp-clipboard-modal .tp-clipboard-loader {
  vertical-align: middle;
}
#tp-clipboard-modal .pure-button + .pure-button {
  margin-right: 5px;
}
@media print, screen and (max-width: 567px) {
  #tp-clipboard-modal .pure-button + .pure-button {
    margin-top: 10px;
  }
}
.tp-modal-footer {
  padding: 20px 15px 16px;
  overflow: hidden;
}
.tp-modal-congress-seatings {
  max-width: 600px;
}
.tp-pagination {
  display: inline-block;
  margin: 0;
  padding: 0;
  text-align: center;
  width: auto;
}
.tp-pagination:after {
  clear: both;
  content: '';
  display: table;
}
.tp-pagination-item:first-child {
  border-radius: 4px 0 0 4px;
}
.tp-pagination-item:last-child {
  border-radius: 0 4px 4px 0;
}
.tp-pagination-item {
  background: #fff;
  border-radius: 0;
  display: inline-block;
  float: left;
  margin: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.tp-pagination-item + .tp-pagination-item {
  margin-left: -1px;
}
.tp-pagination-item:first-child {
  border-radius: 4px 0 0 4px;
}
.tp-pagination-item:last-child {
  border-radius: 0 4px 4px 0;
}
.tp-pagination a:active {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
.tp-pagination-disabled {
  color: rgba(46, 64, 87, 0.4);
  pointer-events: none;
}
.tp-pagination-disabled:before,
.tp-pagination-disabled:after {
  opacity: 0.4;
}
.tp-pagination-current {
  background-color: #f5f5f5;
  pointer-events: none;
}
.tp-results-header-view + .tp-pagination {
  margin-left: 10px;
}
.tp-experience-listing .tp-pagination .tp-icon-angle-left,
.tp-experience-listing .tp-pagination .tp-icon-angle-right {
  font-size: 1.75rem;
}
.tp-panel-group {
  margin-top: -5px;
}
.tp-panel {
  border: 1px solid #ddd;
  margin-top: 5px;
  position: relative;
}
.tp-panel-no-border {
  border: 0;
}
.tp-panel-no-border > .tp-panel-content {
  border: 0;
}
.tp-panel-headline {
  background-color: #f5f5f5;
  line-height: 1;
  padding: 9px 28px 9px 14px;
  position: relative;
}
.js .js-tp-panel > .tp-panel-headline,
.js .js-tp-panel-ajax > .tp-panel-headline {
  cursor: pointer;
}
.js .tp-panel-headline > .tp-icon-plus-circled {
  left: 0;
  padding-right: 14px;
  position: absolute;
  right: 0;
  text-align: right;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.js .tp-panel-headline > .tp-icon-plus-circled:before {
  margin: 0;
  width: auto;
}
.js .tp-panel-open > .tp-panel-headline .tp-icon-plus-circled:before {
  content: '\e80e';
}
.tp-panel-content {
  border-top: 1px solid #ddd;
  padding: 14px;
  position: relative;
}
.js .tp-panel-content {
  display: none;
}
.js .tp-panel-open > .tp-panel-content {
  display: block;
}
@media print, screen and (max-width: 567px) {
  .tp-box > .tp-tabs > .tp-panel > .tp-panel-headline {
    background-color: #fff;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0;
    padding: 14px;
  }
  .tp-box > .tp-tabs > .tp-panel > .tp-panel-headline + .tp-panel-content {
    border-top: 0;
  }
}
.tp-panel-showmore {
  border: 0;
  margin: 0;
}
.tp-panel-showmore > .tp-panel-headline {
  background-color: transparent;
  padding: 0;
  text-align: right;
}
.tp-panel-showmore > .tp-panel-content {
  border-top: 0;
  padding: 0;
}
.tp-quickfinder-more.tp-panel-open .tp-panel-headline {
  margin-top: 10px;
}
.tp-wrapper .tp-quickfinder-facets .tp-panel-showmore .tp-panel-headline {
  background-color: transparent;
}
.tp-search .tp-panel {
  margin-bottom: 14px;
}
.tp-search .tp-panel-congress-features {
  margin-bottom: 0;
  margin-top: 0;
}
.tp-search .tp-panel-content {
  padding: 0;
}
.tp-holidaycheck-reference + .tp-panel {
  margin-top: 28px;
}
.tp-tabs .tp-panel {
  margin-bottom: 9px;
}
.tp-tabs .tp-panel-content {
  background-color: #fff;
}
@media print, screen and (min-width: 568px) {
  .js .tp-tabs .tp-tabs-nav-item > .tp-icon-plus-circled,
  .js .tp-tabs .tp-panel-headline {
    display: none;
  }
  .tp-tabs .tp-panel,
  .tp-tabs .tp-panel-content {
    border: 0;
    margin-top: -1px;
    margin-bottom: 1px;
  }
  .tp-tabs .tp-panel-open {
    border: 1px solid #ddd;
  }
  .tp-tabs .tp-panel-open .tp-panel-open {
    border: 0;
  }
}
@media print, screen and (min-width: 568px) {
  .tp-media .tp-panel-content {
    padding: 14px 0;
  }
  .tp-media .tp-panel-open {
    border: 0;
  }
}
.tp-quicksearch .tp-media .tp-panel-headline {
  display: none;
}
.tp-quicksearch .tp-media .tp-panel-content {
  padding: 0;
  padding-top: 14px;
}
.tp-results-messe .tp-media .tp-panel-headline {
  margin-top: 10px;
}
.tp-results-messe .tp-media .tp-panel-content {
  padding: 0;
  padding-top: 14px;
}
.tp-characteristics__list {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
}
.tp-characteristics__list li {
  margin: 0 5px 5px 0;
}
.tp-characteristics__list div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #ddd;
}
.tp-characteristics__list a div {
  border-color: currentColor;
}
.tp-characteristics__list .tp-characteristics__icon {
  background-position: -35px -1px;
  background-repeat: no-repeat;
  display: inline-block;
  height: 32px;
  width: 32px;
}
.tp-characteristics__list .tp-characteristics__text {
  display: inline-block;
  padding: 0.57em 0.5em;
}
.tp-price {
  color: #3b3b3b;
  position: relative;
}
.tp-price + .tp-loading-price {
  display: none;
}
.tp-price-value {
  font-size: 125%;
  font-weight: 600;
}
.tp-price-total {
  line-height: 1;
}
@media print, screen and (max-width: 567px) {
  .tp-price-total {
    margin-top: 7px !important;
  }
}
.tp-price-total span {
  color: red !important;
  font-size: 12px !important;
}
.tp-price-special:before {
  content: ' ';
  display: block;
}
.tp-booking .tp-price-postfix {
  display: block;
}
.tp-related-item .tp-price-postfix {
  font-size: 0.8em;
}
.tp-box-headline .tp-price-postfix {
  font-size: 0.6em;
  font-weight: 400;
}
.tp-artikel-list-result .tp-price-postfix {
  font-size: 0.8em;
}
.tp-booking-package .tp-price-prefix {
  display: block;
  font-weight: 600;
}
@media print, screen and (min-width: 568px) {
  .tp-booking-multiple .tp-price {
    margin-bottom: 10px;
  }
}
.tp-calendar-bestprice .tp-price {
  line-height: 1;
  margin-top: 2px;
}
.tp-calendar-bestprice .tp-price-total {
  margin-top: 7px;
}
@media print, screen and (min-width: 768px) and (max-width: 1199px) {
  .tp-calendar-bestprice .tp-price {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    width: 115%;
  }
}
.tp-calendar-bestprice-offer .tp-price-total span {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #fff !important;
}
.tp-progressbar {
  position: relative;
}
.tp-progressbar-bar {
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  height: 18px;
  overflow: hidden;
}
.tp-progressbar-bar-active {
  background-color: #5cb85c;
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -o-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  height: 100%;
  padding: 1px 4px;
  -webkit-transition: width 2s ease;
  -o-transition: width 2s ease;
  transition: width 2s ease;
  width: 0;
}
.tp-rating .tp-progressbar-bar {
  background-color: #e6e6e6;
  border: 1px solid #c5c5c5;
  border-radius: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 28px;
  line-height: 25px;
  overflow: visible;
  position: relative;
  z-index: 0;
}
.tp-rating .tp-progressbar-bar-active {
  background-color: #298acf;
  background-image: none;
  border: 1px solid #298acf;
  border-radius: 2px;
  -webkit-box-shadow: 2px 0 0 #298acf;
  box-shadow: 2px 0 0 #298acf;
  height: 28px;
  left: -1px;
  position: absolute;
  top: -1px;
  z-index: 1;
}
.tp-rating .tp-progressbar-bar-label {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #fff;
  height: 28px;
  max-width: 100%;
  overflow: hidden;
  padding: 1px 4px;
  position: absolute;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  z-index: 2;
}
.tp-rating-preview .tp-progressbar {
  margin-bottom: 14px;
}
.tp-rating-trustyou .tp-progressbar-bar {
  background-color: #e6e6e6;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 18px;
  line-height: 25px;
  overflow: visible;
  position: relative;
  z-index: 0;
}
.tp-rating-trustyou .tp-progressbar-bar-active {
  background-color: #7cb342;
  background-image: none;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: 2px 0 0 #7cb342;
  box-shadow: 2px 0 0 #7cb342;
  height: 18px;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 1;
}
.tp-rating-trustyou .tp-progressbar-bar-label {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #fff;
  height: 28px;
  max-width: 100%;
  overflow: hidden;
  padding: 1px 4px;
  position: absolute;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  z-index: 2;
}
.tp-rating-headline-prefix {
  font-weight: 300;
}
.tp-rating-summary:after {
  border-bottom: 1px solid #ddd;
  content: '';
  display: block;
  margin: 15px -15px 0;
  width: calc(100% + 30px);
}
.tp-panel-content > .tp-rating-summary:after {
  display: none;
}
.tp-rating-prefix {
  color: #848484;
  margin-bottom: 2px;
  margin-top: 16px;
}
.tp-results .tp-rating-postfix-more {
  display: none;
}
.tp-rating-score {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background-color: #298acf;
  background-image: none;
  border: 1px solid #298acf;
  border-radius: 2px;
  color: #fff;
  overflow: hidden;
  padding: 10px 0 27px;
  position: relative;
  text-align: center;
  z-index: 1;
}
.tp-rating-score-preview .tp-rating-name {
  font-weight: 300;
}
.tp-rating-score-preview .tp-rating-name,
.tp-rating-score-preview .tp-rating-value {
  color: #298acf;
  display: inline-block;
  font-size: 17px;
}
aside .tp-rating-score-preview .tp-rating-name,
aside .tp-rating-score-preview .tp-rating-value {
  font-size: 28px;
}
.tp-rating-name,
.tp-rating-best {
  font-size: 18px;
}
.tp-rating-value {
  font-size: 48px;
}
.tp-rating-reviews {
  background-color: #f5f5f5;
  margin: 0 -15px -15px;
  padding: 14px;
}
.tp-rating-reference {
  margin-bottom: 15px;
  margin-top: 5px;
}
.tp-rating-reference-hidden {
  display: none;
}
.tp-rating-reference-more {
  margin-bottom: 0;
  text-align: right;
}
.tp-rating-reference + .tp-rating-reference {
  margin-top: 20px;
}
.tp-rating-reference-rating {
  color: #298acf;
  font-size: 17px;
}
.tp-rating-reference-content {
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 14px;
  position: relative;
}
.tp-rating-reference-hidden {
  display: none;
  opacity: 0;
  -webkit-transition: opacity ease 0.5s;
  -o-transition: opacity ease 0.5s;
  transition: opacity ease 0.5s;
}
.tp-rating-reference .tp-panel {
  margin-top: 10px;
}
.tp-rating-reference .tp-panel-content {
  padding-top: 0;
}
@media print, screen and (min-width: 568px) {
  .tp-rating-score-preview {
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
    text-align: right;
  }
  .tp-box > .tp-rating-score-preview,
  .tp-box-frame > .tp-rating-score-preview {
    float: none;
    margin: 0;
    text-align: left;
  }
}
@media print, screen and (max-width: 567px) {
  .tp-rating-score-preview {
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
    text-align: right;
  }
  .tp-rating-headline-prefix {
    display: none;
  }
  .tp-rating-score {
    margin-bottom: 38px;
  }
}
@media print, screen and (max-width: 600px) {
  .tp-rating-score {
    margin-bottom: 38px;
  }
  .tp-rating .pure-u-sm-1-3 {
    width: 100% !important;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 991px) {
  .tp-rating-score {
    margin-bottom: 38px;
  }
  .tp-rating .pure-u-sm-1-3 {
    width: 100% !important;
  }
}
@media print, screen and (min-width: 768px) {
  .tp-rating-reference-author {
    float: left;
    padding-top: 14px;
    width: 125px;
  }
  .tp-rating-reference-content {
    margin-left: 140px;
  }
  .tp-rating-reference-content:before,
  .tp-rating-reference-content:after {
    background-color: transparent;
    border-style: solid;
    border-width: 15px 15px 15px 0;
    border-color: transparent #fff transparent transparent;
    content: '';
    height: 0;
    position: absolute;
    right: 100%;
    top: 15px;
    width: 0;
    z-index: 1;
  }
  .tp-rating-reference-content:before {
    border-color: transparent #ddd transparent transparent;
    margin-right: 1px;
  }
}
@media print, screen and (max-width: 767px) {
  .tp-rating-reference-author {
    padding-bottom: 10px;
  }
}
.tp-rating-preview {
  clear: right;
  margin-top: 10px;
  overflow: hidden;
}
.tp-rating-preview-logo {
  float: right;
}
.tp-rating-preview-logo img {
  height: auto;
  max-width: 80px;
}
@media print, screen and (min-width: 568px) {
  .tp-results-gallery .tp-rating-preview {
    display: none;
  }
}
.tp-results-dynamic .tp-rating-preview {
  background-color: #fff;
  left: 0;
  opacity: 0.7;
  padding: 5px;
  position: absolute;
  top: -5px;
}
.tp-holidaycheck {
  position: relative;
}
.tp-holidaycheck-logo {
  color: #000;
  font-size: 65%;
  position: absolute;
  right: 42px;
  top: 14px;
}
.holidaycheck_box {
  display: block;
  border: 0;
  padding: 5px;
  color: #000;
  margin-bottom: 5px;
}
.holidaycheck_logo img {
  width: auto;
}
.holidaycheck_box .holidaycheck_logo {
  margin-bottom: 10px;
}
.holidaycheck_box .holidaycheck_logo img {
  vertical-align: top;
}
.ratingBarResult {
  overflow: hidden;
  margin-bottom: 5px;
}
.tp-holidaycheck-suns {
  overflow: hidden;
  width: 130px;
}
.tp-holidaycheck-suns-xl {
  width: 250px;
}
.tp-holidaycheck-suns span,
.tp-holidaycheck-suns-sm span,
.tp-holidaycheck-suns-xl span {
  float: right;
  margin-left: 3px;
}
.tp-holidaycheck-suns-sm span {
  line-height: 12px;
}
.ratingBarEmpty,
.tp-holidaycheck-inactive,
.tp-holidaycheck-active {
  float: left;
  height: 17px;
  width: 102px;
}
.ratingBarName {
  float: left;
  margin-right: 10px;
  width: 120px;
}
.tp-holidaycheck-print {
  display: none;
}
.tp-holidaycheck-inactive,
.tp-holidaycheck-active {
  background-color: transparent;
  background-image: url(/default/ng/img/rating/holidaycheck-stars.png);
}
.tp-holidaycheck-active {
  background-position: 0 20px;
}
.tp-rating-preview {
  clear: right;
}
.tp-rating-preview .tp-holidaycheck-bar {
  margin-bottom: 0;
}
.tp-rating-preview .tp-holidaycheck-rating-recommend {
  display: inline-block;
  margin-bottom: 14px;
  margin-top: 0;
}
.tp-holidaycheck-reference .tp-holidaycheck-bar {
  float: right;
}
.tp-holidaycheck-reference {
  border-top: 1px solid #ddd;
  padding-top: 28px;
}
.tp-holidaycheck-reference > p {
  line-height: 24px;
}
.tp-holidaycheck-reference + .tp-holidaycheck-reference {
  margin-top: 28px;
  padding-top: 24px;
}
.tp-holidaycheck-rating-container {
  margin-bottom: 28px;
}
.tp-holidaycheck-rating {
  margin-bottom: 5px;
}
.tp-holidaycheck-rating-recommend {
  line-height: 1.1;
  margin-bottom: 12px;
  margin-top: 12px;
}
.tp-holidaycheck-recommend-title {
  font-size: 16px;
  display: block;
}
.tp-holidaycheck-recommend-total {
  font-size: 24px;
}
@media print, screen and (min-width: 568px) {
  .tp-holidaycheck-logo {
    right: 14px;
  }
}
.tp-trustyou {
  position: relative;
}
.tp-trustyou .tp-rating-postfix {
  color: #aaa;
}
.tp-trustyou-score {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background-color: #7cb342;
  background-image: none;
  border: 1px solid #7cb342;
  border-radius: 2px;
  color: #fff;
  overflow: hidden;
  padding: 10px 0 27px;
  position: relative;
  text-align: center;
  z-index: 1;
}
.tp-trustyou-score-preview .tp-rating-name {
  font-weight: 700;
  margin-top: 10px;
}
.tp-trustyou-score-preview .tp-rating-name.ty-yellow {
  color: #ffa726;
}
.tp-trustyou-score-preview .tp-rating-name.ty-red {
  color: #f06748;
}
.tp-trustyou-score-preview .tp-rating-name.ty-green {
  color: #7cb342;
}
.tp-trustyou-score-preview .tp-rating-name,
.tp-trustyou-score-preview .tp-rating-value {
  font-size: 17px;
}
aside .tp-trustyou-score-preview .tp-rating-name,
aside .tp-trustyou-score-preview .tp-rating-value {
  font-size: 28px;
}
.tp-trustyou-score-preview .tp-rating-value {
  background: #7cb342;
  color: #fff;
  float: left;
  font-weight: 700;
  display: inline-block;
  height: 30px;
  padding-top: 4px;
  position: absolute;
  left: -38px;
  top: 0;
  text-align: center;
  width: 33px;
}
.tp-trustyou-score-preview .tp-rating-value:after {
  border-width: 6px;
  border-color: #7cb342 transparent transparent #7cb342;
  border-style: solid;
  bottom: -6px;
  content: '';
  left: 0;
  position: absolute;
}
.tp-trustyou-score-preview .tp-rating-value.ty-red {
  background: #f06748;
}
.tp-trustyou-score-preview .tp-rating-value.ty-red:after {
  border-color: #f06748 transparent transparent #f06748;
}
.tp-trustyou-score-preview .tp-rating-value.ty-yellow {
  background: #ffa726;
}
.tp-trustyou-score-preview .tp-rating-value.ty-yellow:after {
  border-color: #ffa726 transparent transparent #ffa726;
}
.tp-trustyou-badges {
  display: block;
  text-align: left;
}
.tp-trustyou-badges > .tp-trustyou-icon-badge {
  display: inline-block;
  float: left;
  height: 6px;
  width: 6px;
}
.tp-trustyou-badges > .tp-trustyou-icon-badge + .tp-trustyou-icon-badge {
  margin-left: 3px;
}
.tp-trustyou-badges > .tp-trustyou-icon-badge:after {
  border-width: 2px;
  border-color: #7cb342 transparent transparent #7cb342;
  border-style: solid;
  top: 4px;
  content: '';
  position: absolute;
}
.tp-trustyou-badges > .tp-trustyou-icon-badge.ty-red {
  background: #f06748;
}
.tp-trustyou-badges > .tp-trustyou-icon-badge.ty-yellow {
  background: #ffa726;
}
.tp-trustyou-badges > .tp-trustyou-icon-badge.ty-green {
  background: #7cb342;
}
.tp-trustyou-badges > .tp-trustyou-icon-badge.ty-red:after {
  border-color: #f06748 transparent transparent #f06748;
  left: 0;
}
.tp-trustyou-badges > .tp-trustyou-icon-badge.ty-yellow:after {
  border-color: #ffa726 transparent transparent #ffa726;
  left: 9px;
}
.tp-trustyou-badges > .tp-trustyou-icon-badge.ty-green:after {
  border-color: #7cb342 transparent transparent #7cb342;
  left: 18px;
}
.tp-trustyou-summary {
  margin-bottom: 20px;
  overflow: hidden;
}
.tp-trustyou-summary-score {
  display: inline-block;
  float: left;
}
.tp-trustyou-summary-text {
  background: #fff;
  border: 1px solid #ddd;
  margin-left: 145px;
  padding: 10px;
  text-align: right;
}
@media print, screen and (max-width: 991px) {
  .tp-trustyou-summary-text {
    clear: both;
    margin: 0;
  }
}
.tp-trustyou-detail-summary {
  background-color: #f9f9f9;
  border-bottom: 1px solid #ddd;
  margin-bottom: 0;
}
.tp-trustyou-detail .tp-icon-info-circled {
  color: #999;
}
.tp-trustyou-detail .tp-box-frame > .tp-trustyou-score-preview {
  float: left;
  margin-left: 38px;
}
.tp-trustyou-detail .tp-trustyou-text-preview {
  border-left: 1px solid #ddd;
  margin-left: 172px;
  padding-left: 15px;
}
.tp-trustyou-detail .tp-trustyou-text-preview > i {
  color: #999;
}
.tp-trustyou-detail-highlights
  + .tp-trustyou-detail-reviews
  .tp-trustyou-review {
  border-top: 1px solid #ddd;
  padding-top: 15px;
}
.tp-trustyou-review {
  float: left;
  width: 100%;
}
.tp-trustyou-review-image {
  float: left;
  text-align: center;
  width: 100px;
}
.tp-trustyou-review-text {
  margin-left: 130px;
}
@media print, screen and (min-width: 568px) {
  .tp-trustyou-score-preview {
    float: right;
    margin-left: 52px;
    margin-bottom: 10px;
    text-align: right;
  }
  .tp-box > .tp-trustyou-score-preview,
  .tp-box-frame > .tp-trustyou-score-preview {
    float: none;
    margin: 0;
    text-align: left;
  }
}
@media print, screen and (max-width: 567px) {
  .tp-trustyou-score-preview {
    float: right;
    margin-left: 52px;
    margin-bottom: 10px;
    text-align: right;
  }
  .tp-trustyou-headline-prefix {
    display: none;
  }
  .tp-trustyou-score {
    margin-bottom: 38px;
  }
  .tp-box-transparent.tp-trustyou-detail .tp-box-headline {
    display: block;
  }
  .tp-trustyou-detail .tp-trustyou-score-preview {
    float: left;
    text-align: left;
  }
  .tp-trustyou-detail .tp-trustyou-text-preview {
    clear: both;
    margin: 0;
  }
  .tp-trustyou-review-image {
    display: none;
  }
  .tp-trustyou-review-text {
    margin-left: 0;
  }
}
@media print, screen and (max-width: 600px) {
  .tp-trustyou-score {
    margin-bottom: 38px;
  }
  .tp-trustyou .pure-u-sm-1-3 {
    width: 100% !important;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 991px) {
  .tp-trustyou-score {
    margin-bottom: 38px;
  }
  .tp-trustyou .pure-u-sm-1-3 {
    width: 100% !important;
  }
}
.tp-ribbon {
  background-color: #a00;
  overflow: hidden;
  position: absolute;
  left: -50px;
  top: 9px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 10;
}
.tp-gallery .tp-ribbon {
  left: -40px;
  top: 20px;
}
.tp-ribbon span {
  border: 1px solid #faa;
  color: #fff;
  display: block;
  font-size: 11px;
  font-weight: 600;
  margin: 1px;
  padding: 6px 0;
  text-align: center;
  width: 150px;
}
.tp-ribbon-flag {
  left: -5px;
  overflow: visible;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  width: auto;
}
.tp-ribbon-flag:before,
.tp-ribbon-flag:after {
  border-color: #a00 transparent transparent;
  border-style: solid;
  border-width: 30px 20px;
  content: '';
  position: absolute;
  right: -20px;
  top: 0;
  z-index: -1;
}
.tp-ribbon-flag:after {
  border-color: transparent transparent #a00;
  bottom: 0;
  top: auto;
}
.tp-ribbon-flag span {
  border: 0;
  padding-left: 15px;
  padding-right: 5px;
  text-align: left;
  width: auto;
}
.tp-ribbon-partnerstate {
  background-color: #005285;
}
.tp-ribbon-partnerstate span {
  font-size: 13px;
  font-weight: 400;
}
.tp-ribbon-partnerstate:before,
.tp-ribbon-partnerstate:after {
  border-color: #005285 transparent transparent;
}
.tp-ribbon-partnerstate:after {
  border-color: transparent transparent #005285;
}
.tp-ribbon-partnerstate:after {
  border-color: transparent transparent #005285;
}
.js .tp-ribbon.tp-tooltip {
  position: absolute;
}
.slick-slider {
  padding: 10px 45px 0;
  position: relative;
}
.slick-slider .slick-prev,
.slick-slider .slick-next {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 2rem;
  left: 0;
  position: absolute;
}
.slick-slider .slick-next {
  left: auto;
  right: 0;
}
.slick-slider .slick-disabled {
  cursor: default;
  opacity: 0.3;
}
.tp-stars {
  clear: right;
  display: inline;
  position: relative;
}
.tp-stars img {
  height: 16px;
  vertical-align: middle;
}
.tp-stars img + img {
  margin-left: 10px;
}
.tp-stars .tp-stars-description {
  font-size: 13px;
  font-weight: 400;
  position: relative;
  vertical-align: top;
  display: inline-block;
}
.tp-stars .tp-icon-star:before {
  color: #f9bc00;
  margin: 0;
  width: auto;
}
.tp-related + .tp-stars {
  margin-top: 0;
}
.tp-header-headline > .tp-stars,
.tp-header-headline + .tp-stars,
.tp-header-headline + .tp-header-subheadline + .tp-stars {
  display: inline-block;
  vertical-align: top;
}
.tp-header-headline > .tp-stars img,
.tp-header-headline + .tp-stars img,
.tp-header-headline + .tp-header-subheadline + .tp-stars img {
  vertical-align: top;
}
.tp-header-headline > .tp-stars strong,
.tp-header-headline + .tp-stars strong,
.tp-header-headline + .tp-header-subheadline + .tp-stars strong {
  vertical-align: top;
}
.tp-box-headline > .tp-stars,
.tp-box-subheadline > .tp-stars {
  vertical-align: top;
}
.tp-box-headline > .tp-stars .tp-stars-description > *,
.tp-box-subheadline > .tp-stars .tp-stars-description > * {
  vertical-align: top;
}
.tp-box-headline > .tp-stars img,
.tp-box-subheadline > .tp-stars img {
  vertical-align: top;
}
.tp-box-headline + .tp-stars,
.tp-box-subheadline + .tp-stars {
  top: -6px;
}
.tp-tabs {
  margin-top: 0;
  position: relative;
}
.tp-tabs-nav,
.tp-box-btn-insideout .tp-tabs-nav {
  display: none;
}
@media print, screen and (min-width: 568px) {
  .tp-tabs .tp-tabs {
    margin-top: 20px;
  }
  .tp-tabs-nav {
    border-bottom: 1px solid #ddd;
    display: block;
    margin: 0;
    min-height: 38px;
    padding: 0;
    position: relative;
    z-index: 1;
  }
  .tp-tabs-nav-item {
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid transparent;
    border-bottom: 0;
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
    list-style: none;
    margin: 0 5px 0 0;
    padding: 8px 14px 9px;
  }
  .tp-tabs-nav-item.tp-tabs-active {
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom: 0;
    cursor: default;
    padding: 9px 14px;
    position: relative;
    top: 1px;
  }
}
.tp-media .tp-tabs {
  clear: both;
  padding-top: 10px;
}
.tp-services-compact .tp-tabs-nav {
  display: none;
}
@media print, screen and (min-width: 568px) {
  .tp-media-image ~ .tp-tabs {
    clear: none;
    margin-left: 36%;
    margin-left: calc(33% + 14px);
  }
}
.js .tp-tooltip {
  cursor: pointer;
  position: relative;
}
.js .tp-tooltip.tp-address-block-distance-reference,
.js .tp-tooltip.tp-address-block-distance-dynamic,
.js .tp-tooltip.tp-price-special {
  border-bottom: 1px dotted;
}
.tp-tooltip-content {
  display: none;
}
.tp-tooltip-container .tooltipster-box {
  background: transparent;
  border: 0;
}
.tp-tooltip-container .tooltipster-box .tooltipster-content {
  border-radius: 4px;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  background-color: #fff;
}
.tp-tooltip-container.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: #ddd;
}
.tp-tooltip-container.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #fff;
  top: 2px;
}
.tp-tooltip-container.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #ddd;
}
.tp-tooltip-container.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #fff;
  top: -2px;
}
.tp-tooltip-container.tooltipster-right .tooltipster-arrow-border {
  border-right-color: #ddd;
}
.tp-tooltip-container.tooltipster-right .tooltipster-arrow-background {
  border-right-color: #fff;
}
.tp-tooltip-container.tooltipster-left .tooltipster-arrow-border {
  border-left-color: #ddd;
}
.tp-tooltip-container.tooltipster-left .tooltipster-arrow-background {
  border-left-color: #fff;
}
.tp-tooltip-container .tooltipster-content {
  font-size: 13px;
  line-height: 1.4;
  padding: 14px;
}
.tp-tooltip-container .tooltipster-content .tp-creditcard-icon {
  display: block;
  float: none;
}
.tp-tooltip-container .tooltipster-content h3 {
  font-size: 15px;
}
.js .tp-subnav-item.tp-tooltip {
  cursor: pointer;
}
.js .tp-results-header-sortbar .tp-tooltip {
  cursor: pointer;
}
.tp-datepicker-tooltip .tooltipster-content {
  padding: 4px;
}
.tp-tooltip-container.tp-tooltip-navbar .tooltipster-content {
  padding: 4px;
}
.tp-tooltip-container.tp-tooltip-navbar
  .tooltipster-content
  .pure-button-stacked
  .pure-button {
  text-align: left;
}
.tp-tooltip-container.tp-tooltip-sortbar .tooltipster-content {
  padding: 5px 0;
}
.tp-tooltip-container.tp-tooltip-sortbar
  .tooltipster-content
  .pure-button-stacked
  .pure-button {
  text-align: left;
}
.tooltipster-sidetip .tooltipster-content {
  color: #333;
}
.tp-pricepart-tooltip-container .tooltipster-content {
  padding: 12px 10px;
}
.tp-pricepart-tooltip-container .tooltipster-content h3 {
  font-size: 17px;
}
.tp-pricepart-tooltip-container .tooltipster-content .tp-priceparts {
  width: 300px;
  height: 186px;
  overflow: auto;
  display: block;
}
.tp-pricepart-tooltip-container .tooltipster-content .tp-pricepart-labels {
  font-weight: 600;
  background-color: #eee;
  padding: 8px;
}
.tp-pricepart-tooltip-container .tooltipster-content .tp-pricepart-values {
  padding: 5px;
  border-top: 1px solid #eee;
}
.tp-pricepart-tooltip-container .tooltipster-content .tp-pricepart-labels,
.tp-pricepart-tooltip-container .tooltipster-content .tp-pricepart-values {
  display: block;
  overflow: hidden;
  position: relative;
}
.tp-pricepart-tooltip-container .tooltipster-content .tp-pricepart-value,
.tp-pricepart-tooltip-container .tooltipster-content .tp-pricepart-label {
  position: relative;
  float: left;
  width: 33.333333%;
}
.tp-pricepart-tooltip-container
  .tooltipster-content
  .tp-pricepart-value.tp-price-value {
  font-size: 100%;
}
.tp-pricepart-tooltip-container
  .tooltipster-content
  .tp-pricepart-value.tp-price-value,
.tp-pricepart-tooltip-container
  .tooltipster-content
  .tp-pricepart-label.tp-pricepart-label-price {
  text-align: right;
}
.tp-pricepart-tooltip-container
  .tooltipster-content
  .tp-pricepart-value.tp-pricepart-value-centered {
  text-align: center;
}
.tp-price.tp-price-extended .tp-price-prefix .tp-tooltip,
.tp-tooltip-tax {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-text-decoration-style: dotted;
  text-decoration-style: dotted;
}
.tp-price.tp-price-extended .tp-price-prefix .tp-tooltip .tp-icon-help-circled,
.tp-tooltip-tax .tp-icon-help-circled {
  display: none;
}
.tp-sticky-contact {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
}
.tp-sticky-contact .tp-container {
  overflow: initial;
  padding: 0;
}
@media print, screen and (min-width: 768px) {
  .tp-sticky-contact .tp-container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.tp-sticky-contact .tp-container .pure-g [class*='pure-u'] {
  margin-left: auto;
}
.tp-sticky-contact
  .tp-container
  .pure-g
  [class*='pure-u']
  .tp-sticky-contact-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border-top: 1px solid #ddd;
  padding: 8px 14px;
  -webkit-box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.1);
  font-size: 15px;
}
@media print, screen and (min-width: 768px) {
  .tp-sticky-contact
    .tp-container
    .pure-g
    [class*='pure-u']
    .tp-sticky-contact-inner {
    margin-left: 20px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
}
.tp-sticky-contact
  .tp-container
  .pure-g
  [class*='pure-u']
  .tp-sticky-contact-inner
  .tp-price
  .tp-price-value {
  font-size: 100%;
  font-weight: 600;
  color: initial;
}
.tp-sticky-contact
  .tp-container
  .pure-g
  [class*='pure-u']
  .tp-sticky-contact-inner
  .tp-price
  .tp-price-value
  .tp-price-amount {
  color: initial;
}
.tp-sticky-contact
  .tp-container
  .pure-g
  [class*='pure-u']
  .tp-sticky-contact-inner
  .tp-price
  .tp-price-postfix {
  white-space: nowrap;
}
.tp-sticky-contact
  .tp-container
  .pure-g
  [class*='pure-u']
  .tp-sticky-contact-inner
  .tp-btn-email {
  margin-left: auto;
  height: 48px;
  line-height: 38px;
  padding: 5px 18px;
  width: initial;
}
.tp-sticky-contact-spacer + .tp-standalone-footer {
  margin-bottom: 65px;
}
.tp-wrapper #twebshop .rounded,
.tp-wrapper #twebshop .rounded-r,
.tp-wrapper #twebshop .rounded-l,
.tp-wrapper #twebshop .rounded-md {
  border-radius: 0 !important;
}
.tp-wrapper .tp-twebshop-container {
  overflow: visible;
}
.tp-print-only {
  display: none !important;
}
@media print {
  .tp-print-only {
    display: block !important;
  }
}
@media print {
  .tp-quickfinder-container,
  .tp-related,
  .tp-search,
  .js-tp-btn-vacancy,
  .tp-progressbar-bar-active,
  .tp-icon-plus-circled,
  .tp-detail-meta,
  .tp-standalone,
  .tp-results-header,
  .js-tp-more-elements,
  .tp-media .pure-button,
  nav {
    display: none !important;
  }
  .tp-print-hide {
    display: none !important;
  }
  .tp-results-container {
    display: block;
  }
  @page {
    padding: 1.5cm;
  }
  .tp-body {
    font-family: sans-serif !important;
    -moz-osx-font-smoothing: initial;
    padding: 0;
  }
  .tp-results {
    padding: 0;
  }
  .tp-results .tp-quickfinder-close {
    display: none;
  }
  .tp-results-toppackages {
    padding-left: 20px;
    padding-right: 0;
  }
  .tp-media-image {
    float: left !important;
    width: 33% !important;
  }
  .tp-media-image + .tp-media-text {
    clear: none !important;
    margin-left: 36% !important;
    margin-left: calc(33% + 14px) !important;
  }
  #tp-wrapper *,
  .tp-progressbar-bar-label {
    color: #444 !important;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p {
    orphans: 3;
    widows: 3;
  }
  img,
  ul,
  p {
    page-break-after: auto;
    page-break-before: auto;
    page-break-inside: avoid;
  }
  h2,
  h3,
  h4 {
    page-break-after: avoid;
  }
  .tp-aside-right .tp-box {
    margin-left: 0;
  }
  [data-tp-collapse-target],
  .tp-panel-content,
  .tp-visible-1,
  .tp-hidden-1 {
    display: block !important;
  }
  .tp-results-package .tp-media-image {
    max-width: 25%;
  }
  .tp-results-package .tp-media-text {
    margin-left: 25% !important;
    overflow: visible !important;
    padding: 10px !important;
  }
  .tp-results > .tp-content {
    width: 100%;
  }
  .tp-box-results {
    height: auto !important;
    width: 100%;
  }
  .tp-calendar-ajax .pure-u-lg-1-2 {
    display: block !important;
    width: 50% !important;
  }
}
