/* Thon Hotels */
@page {
  margin: 0.5cm;
}
.main-menu,
[class*=mega],
.sr-only,
.masthead__search,
.masthead__menu-toggler,
.masthead h1,
.menu-container,
.mobile-menu-element,
.search-section__searchform,
.layer__close,
.layer__map,
.layer__map__overlay,
.layer__actions,
.layer__header,
.layer__debug .google-map__open,
.loader,
.modal,
.modal__content,
.hotel-header__actions,
.global-footer,
.related-hotels__header,
.related-hotels__heading,
.related-hotels,
.tab-menu,
.teaser-box--image-only,
.teaser-box__image,
.nav-list__checkbox-bar,
.price-cal__filter,
.price-cal__header .btn,
.u-hide-for-large,
.slick-slider,
#epi-quickNavigator,
video,
iframe,
.google-map__open,
.teaser-hotelroom__link,
.price-block__action,
.button-panel,
.campaign-filter-dropdowns,
.search-bar,
.layer__debug {
  display: none !important;
}

html {
  font-family: "Lato", arial, helvetica, sans serif;
  font-size: 14px;
}

h2,
h3,
h4 {
  margin-bottom: 0;
}

p {
  margin-top: 0;
}

img {
  max-width: 100%;
  vertical-align: middle;
  height: auto;
}

figure {
  margin: 0;
}

fieldset {
  border: none;
  padding: 0;
}

.price-block {
  margin-bottom: 1em;
}

.teaser-hotel {
  border-bottom: 1px solid black;
  padding-bottom: 1em;
}

.icon {
  width: 16px;
  height: 16px;
}

table {
  width: 100%;
  margin-bottom: 1em;
}

th {
  text-align: left;
}

blockquote {
  margin: 2em;
  font-style: italic;
}

blockquote .cite,
blockquote cite {
  display: block;
}

.number {
  text-align: right;
}

.odd-even-table {
  margin-bottom: 0;
}

.odd-even-table th,
.odd-even-table td {
  border-top: 1px solid #ddd;
}

.faq-list__item-trigger,
.faq-group__trigger {
  background-color: transparent;
  border: none;
  padding: 0;
  width: 100%;
  text-align: left;
}

.imageWrapper {
  margin-bottom: 1em;
  display: block;
}

.imageWrapper.left {
  float: left;
  margin-right: 1em;
}

.imageWrapper img {
  float: none !important;
}

.imageWrapper .imageText {
  text-align: center;
  font-style: italic;
  display: block;
  margin-top: 0.2em;
  clear: both;
}

.masthead {
  margin-bottom: 1em;
  clear: both;
  float: none !important;
  clear: both !important;
  width: 100% !important;
  height: auto !important;
}

.masthead__logo {
  float: none;
  clear: both;
  width: 2.5cm;
}

.layer__navigation {
  width: 100%;
  clear: both;
}

.layer__content {
  display: none;
}
.layer__content.is-active {
  display: block;
  transition: none !important;
}

.layer__content,
.layer {
  width: 100% !important;
}

.layer {
  padding: 0 !important;
}

.teaser-box--one-third {
  width: 33%;
}

* {
  transition: none !important;
  box-shadow: none !important;
  transform: none !important;
  color: black !important;
}