@charset "UTF-8";
/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: https://www.phpcomasy.com/licence/
|
 */
/* @group design colors */
/* @end */
/* @group font family */
/* @end */
/* @group mixins */
/* @end */
/* @group differen */
/* @end */
/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: https://www.phpcomasy.com/licence/
|
 */
/* --------------------------------------------------------------------------

Content in this file:

- global helpers
- floating classes
- content: accordeon & table
- forms: checkbox & captcha
- entry links
- cookie banner / privacy banner
- tooltip
- custom font awesome

-----------------------------------------------------------------------------*/
/* !@group global helpers */
* {
  margin: 0;
  padding: 0;
}

a, object {
  outline: none !important;
}

.cf,
.clear {
  float: none;
  clear: both;
  line-height: 0;
  width: 1px;
  margin: 0;
  padding: 0;
  font-size: 0;
  height: 0;
}

.nomargin {
  margin: 0 !important;
}

.nopadding {
  padding: 0 !important;
}

.fullwidth,
.p_fullwidth input {
  width: 100% !important;
}

hr {
  display: none;
}

.nobr {
  white-space: nowrap;
}

.hidden {
  display: none;
}

.sr-only {
  clip: rect(0px, 0px, 0px, 0px) !important;
  height: 1px !important;
  position: absolute !important;
  width: 1px !important;
  border-width: 0px !important;
  border-style: initial !important;
  border-color: initial !important;
  border-image: initial !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0px !important;
  display: block !important;
}

/* @end */
/* @group picture styles */
.resource_background {
  display: block;
  position: relative;
}

.resource.picture:not(.picture_content) {
  float: left;
}

.resource.picture a img,
.resource.picture img {
  display: block;
}

/* @end */
/* @group floating classes */
.float_right {
  float: right;
}

.float_left, .float_left_no_clear {
  float: left;
  position: relative;
}

.float_right_with_clear {
  float: right;
  clear: right;
}

.float_left_with_clear {
  float: left;
  clear: left;
}

.clear {
  clear: both;
  float: none;
}

label.nofloat {
  clear: none;
  padding: 0;
  margin: 0;
  float: none !important;
  width: auto !important;
  max-width: none;
}

/* @end */
/* @group content: accordeon & table */
.accordeon {
  background: none !important;
  border: none !important;
  padding: 0 !important;
}

.accordeon_content {
  display: none;
  padding: 2px 0 14px 0;
}

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

table th,
table td {
  vertical-align: top;
}

.table_wrap_container,
.table_wrap {
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.table_wrap_container {
  overflow: hidden;
  position: relative;
  margin-bottom: 15px;
}
.table_wrap_container.visible_indicator {
  position: relative;
  padding: 25px 0 0;
}
.table_wrap_container.visible_indicator .table_wrap_container table,
.table_wrap_container.visible_indicator .news_events_table {
  width: auto !important;
}
.table_wrap_container.visible_indicator .table_scroll_indicator {
  display: block;
}

.table_scroll_indicator {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
}
.table_scroll_indicator:hover {
  cursor: pointer;
}

/* @end */
/* @group forms: checkbox & captcha */
label.label_remember_me_checkbox {
  display: block;
  padding: 4px 0;
}

input#remember_me {
  width: auto;
}

label.label_remember_me_checkbox label.checkbox {
  display: inline;
  width: auto !important;
  float: none !important;
  font-size: 93%;
}

label.label_remember_me_checkbox input {
  margin-right: 5px;
}

label.label_remember_me_checkbox label {
  pointer-events: none;
}

div.captcha_protection {
  padding: 14px 15px;
  background: #eee;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
  background: -moz-linear-gradient(top, #fff, #eee);
  background: -o-linear-gradient(top, #fff, #eee);
  background: linear-gradient(to bottom, #fff, #eee);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#eeeeee");
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 0 0 3px #eee;
  width: auto;
  display: inline-block;
  zoom: 1;
  *display: inline;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

div.captcha_protection span.captcha_title {
  font-weight: normal;
  display: block;
  font-size: 12px;
  line-height: normal;
  border-bottom: 1px solid #ccc;
  margin: -14px -15px 8px;
  padding: 8px 15px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
  background: -moz-linear-gradient(top, #fff, #eee);
  background: -o-linear-gradient(top, #fff, #eee);
  background: linear-gradient(to bottom, #fff, #eee);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#eeeeee");
  border-radius: 7px 7px 0 0;
  color: #333;
}

div.captcha_protection span.captcha_input_title {
  font-weight: normal;
  margin-bottom: 1px;
  display: block;
  color: #555;
}

div.captcha_protection label {
  margin-right: -8px;
  display: none !important;
}

div.captcha_protection span#captcha_help_link {
  font-size: 10px;
  text-decoration: underline;
  position: relative;
  cursor: help;
  color: #666;
  white-space: nowrap;
}

div.captcha_protection span#captcha_help_link:hover {
  color: #333;
}

div.captcha_protection span#captcha_help_text {
  position: absolute;
  top: 10px;
  right: -195px;
  width: 180px;
  background: #f0f0f0;
  border: 1px solid #666;
  border-radius: 5px;
  box-shadow: 0 0 3px #666;
  padding: 5px 8px;
  background: #eee;
  background: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#eee));
  background: -moz-linear-gradient(top, #fff, #ddd);
  background: -o-linear-gradient(top, #f0f0f0, #eee);
  background: linear-gradient(to bottom, #f0f0f0, #eee);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f0f0f0", endColorstr="#eee");
}

div.captcha_protection img.captcha_img {
  width: 220px;
}

/* @end */
/* @group entire link */
.listing_entry_link,
.overview_entry_link,
.portlet_content_entry_link,
.portlet_listing_entry_link,
.portlet_shop_article_entry_link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  z-index: 25;
}

/* @end entire link */
/* @group cookie banner / privacy banner */
#privacy_banner {
  position: fixed;
  left: 20px;
  bottom: 20px;
  width: 100%;
  max-width: 460px;
  background: rgba(0, 0, 0, 0.85);
  z-index: 1000;
}
#privacy_banner #privacy_banner_inner {
  padding: 20px;
  font-size: 14px;
  line-height: 21px;
  color: #fff;
  text-align: left;
  position: relative;
}
#privacy_banner #privacy_banner_inner #privacy_icon {
  display: inline-block;
  vertical-align: middle;
  width: 86px;
  margin-right: -5px;
}
#privacy_banner #privacy_banner_inner #privacy_icon i {
  font-size: 66px;
  line-height: 66px;
}
@media screen and (max-width: 380px) {
  #privacy_banner #privacy_banner_inner #privacy_icon {
    display: none;
  }
}
#privacy_banner #privacy_banner_inner #privacy_description_wrap {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 86px);
}
#privacy_banner #privacy_banner_inner #privacy_description_wrap .privacy_responsive_icon {
  display: none;
  float: left;
  margin-right: 10px;
}
#privacy_banner #privacy_banner_inner #privacy_description_wrap .privacy_responsive_icon i {
  font-size: 30px;
  line-height: 30px;
}
@media screen and (max-width: 380px) {
  #privacy_banner #privacy_banner_inner #privacy_description_wrap {
    width: 100%;
  }
  #privacy_banner #privacy_banner_inner #privacy_description_wrap .privacy_responsive_icon {
    display: block;
    float: left;
  }
  #privacy_banner #privacy_banner_inner #privacy_description_wrap .privacy_message {
    overflow: hidden;
  }
}
#privacy_banner #privacy_banner_inner #privacy_buttons #privacy_button,
#privacy_banner #privacy_banner_inner #privacy_buttons #privacy_more_information {
  margin-top: 10px;
  display: inline-block;
  vertical-align: middle;
}
#privacy_banner #privacy_banner_inner #privacy_buttons #privacy_button {
  margin-right: 10px;
  width: auto;
  padding: 8px 14px 7px;
  text-decoration: none;
  color: #fff;
  background: rgba(255, 255, 255, 0.18);
  border: none;
  outline: none;
  cursor: pointer;
  backface-visibility: hidden;
  -webkit-transition: color 0.2s ease-out, background 0.2s ease-out;
  -moz-transition: color 0.2s ease-out, background 0.2s ease-out;
  -o-transition: color 0.2s ease-out, background 0.2s ease-out;
  transition: color 0.2s ease-out, background 0.2s ease-out;
}
#privacy_banner #privacy_banner_inner #privacy_buttons #privacy_button i {
  margin-right: 6px;
}
#privacy_banner #privacy_banner_inner #privacy_buttons #privacy_button i:before {
  color: #fff;
}
#privacy_banner #privacy_banner_inner #privacy_buttons #privacy_button:hover, #privacy_banner #privacy_banner_inner #privacy_buttons #privacy_button:focus, #privacy_banner #privacy_banner_inner #privacy_buttons #privacy_button:active {
  opacity: 0.7;
}
#privacy_banner #privacy_banner_inner #privacy_buttons #privacy_more_information {
  position: relative;
  text-decoration: none;
  color: #fff;
}
#privacy_banner #privacy_banner_inner #privacy_buttons #privacy_more_information:before {
  content: "";
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 2px;
  width: 100%;
  height: 1px;
  background: #fff;
}
#privacy_banner #privacy_banner_inner #privacy_buttons #privacy_more_information:hover, #privacy_banner #privacy_banner_inner #privacy_buttons #privacy_more_information:focus, #privacy_banner #privacy_banner_inner #privacy_buttons #privacy_more_information:active {
  opacity: 0.7;
}
@media screen and (max-width: 500px) {
  #privacy_banner {
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 100%;
  }
}

/* @end */
/* @group tooltip  */
.tooltipster-default {
  border-radius: 5px;
  background: #343333;
  color: #fff;
}
.tooltipster-default .tooltipster-content {
  font-family: Arial, sans-serif;
  font-size: 12px;
  line-height: 14px;
  padding: 8px;
  overflow: hidden;
}

.tooltipster-base {
  padding: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999999;
  pointer-events: none;
  width: auto;
  overflow: visible;
}
.tooltipster-base .tooltipster-content {
  overflow: hidden;
}

.tooltipster-arrow {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.tooltipster-arrow span {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
}

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

.tooltipster-arrow-top span,
.tooltipster-arrow-top-right span,
.tooltipster-arrow-top-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-top: 8px solid;
  bottom: -7px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.tooltipster-arrow-top .tooltipster-arrow-border,
.tooltipster-arrow-top-right .tooltipster-arrow-border,
.tooltipster-arrow-top-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-top: 9px solid;
  bottom: -7px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.tooltipster-arrow-bottom span,
.tooltipster-arrow-bottom-right span,
.tooltipster-arrow-bottom-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-bottom: 8px solid;
  top: -7px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.tooltipster-arrow-bottom .tooltipster-arrow-border,
.tooltipster-arrow-bottom-right .tooltipster-arrow-border,
.tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-bottom: 9px solid;
  top: -7px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

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

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

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

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

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

.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
}

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

/* @end */
/* @group font Awesome */
.fa-file-docx:before {
  content: "\e5ed";
}

.fa-photo:before {
  content: "\f03e";
}

/* @end */
@font-face {
  font-family: "wallisexpo";
  src: url("fonts/wallisexpo.eot");
  src: url("fonts/wallisexpo.eot?#iefix") format("embedded-opentype"), url("fonts/wallisexpo.woff") format("woff"), url("fonts/wallisexpo.ttf") format("truetype"), url("fonts/wallisexpo.svg#wallisexpo") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "wallisexpo" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^=icon-]:before,
[class*=" icon-"]:before {
  font-family: "wallisexpo" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-summer:before {
  content: "b";
}

.icon-winter:before {
  content: "c";
}

.icon-region:before {
  content: "d";
}

.icon-room:before {
  content: "e";
}

.icon-star:before {
  content: "a";
}

/* -----------------------------------------------------------------------------
This website is powered by indual
Copyright (c) 2005-2017 indual GmbH (www.indual.ch)
-------------------------------------------------------------------------------- */
/* @group design colors */
/* @end */
/* @group font family */
/* @end */
/* @group mixins */
/* @end */
/* @group differen */
/* @end */
body {
  --management-highlight-color: #640107;
  --management-highlight-color-rgb: 100, 1, 7;
  --management-panel-width: 0px;
}

/* @group basic */
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font: 400 13px/18px Arial;
  letter-spacing: 0.2px;
  color: #565656;
  background: #EBEBEB;
  overflow-x: hidden;
}

body > nav {
  display: none;
}

div#siteframe {
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  min-height: 100%;
  position: relative;
  box-sizing: border-box;
  left: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.5, 1, 0.5, 1);
  -moz-transition: all 0.2s cubic-bezier(0.5, 1, 0.5, 1);
  -o-transition: all 0.2s cubic-bezier(0.5, 1, 0.5, 1);
  transition: all 0.2s cubic-bezier(0.5, 1, 0.5, 1);
}

#content {
  max-width: 1150px;
  padding: 0 20px;
  margin: 0 auto;
  box-sizing: border-box;
  margin-bottom: 20px;
}
#content .content_inner {
  background: #fff;
  padding: 20px;
  border: 1px solid #DCDCDC;
  border-radius: 5px;
}
.mod_swisswebcams #content .content_inner, .category_1.no_system_page #content .content_inner {
  background: transparent;
  padding: 0;
  border: none;
  border-radius: none;
}
#content .content_inner #content {
  padding: 0;
}

#logo_print {
  display: none;
}

/* -- header -- */
header {
  background: #fff;
}
header .header_inner {
  max-width: 1150px;
  padding: 0 20px;
  margin: 0 auto;
  box-sizing: border-box;
  padding-top: 20px;
  padding-bottom: 20px;
}
header .logo {
  float: right;
}
header .logo img {
  height: auto !important;
}
header .portlet-wallisexpo-language-switcher {
  float: left;
}
header .portlet-wallisexpo-language-switcher .management_controls {
  display: none !important;
}
header .portlet-wallisexpo-language-switcher h3 {
  display: none;
}
header .portlet-wallisexpo-language-switcher a {
  font-family: Arial;
  font-size: 12px;
  font-weight: 700;
  line-height: 17px;
  letter-spacing: 0.5px;
  color: #B6B6B5;
  text-transform: uppercase;
  text-decoration: none;
  float: left;
  margin-right: 15px;
}
header .portlet-wallisexpo-language-switcher a:hover, header .portlet-wallisexpo-language-switcher a.current {
  color: #980011;
}
header .header_right {
  float: left;
  max-width: 78%;
}

/* -- content -- */
#left-column {
  width: 168px;
  float: left;
}

#right-column {
  width: 168px;
  float: right;
}

.system_page #right-column {
  display: none;
}

#document-column {
  overflow: hidden;
}

.category_29 textarea {
  width: 100% !important;
  height: auto !important;
  background: #F8F8F8 !important;
  border-radius: 5px !important;
  border: 1px solid #DCDCDC;
  font: 400 13px/18px Arial;
  padding: 10px 20px !important;
  margin-top: 10px !important;
  box-sizing: border-box;
}

#privacy_banner #privacy_banner_inner {
  font-size: 13px;
}
#privacy_banner #privacy_banner_inner #privacy_buttons #privacy_button {
  font-size: 12px;
  border-radius: 0;
}

/* -----------------------------------------------------------------------------
This website is powered by indual
Copyright (c) 2005-2017 indual GmbH (www.indual.ch)
-------------------------------------------------------------------------------- */
/* @group design colors */
/* @end */
/* @group font family */
/* @end */
/* @group mixins */
/* @end */
/* @group differen */
/* @end */
h1 {
  font-family: Arial;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 0;
  color: #980011;
  margin-bottom: 20px;
  margin-top: 0;
}

h2 {
  font-family: Arial;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0;
  margin-bottom: 6px;
}
p + h2 {
  margin-top: 16px;
}

h3 {
  font-family: Arial;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0;
  margin-bottom: 4px;
  color: #565656;
}
p + h3 {
  margin-top: 14px;
}
h3 + h3 {
  margin-top: 9px;
}
h3 a {
  text-decoration: none;
}

.content_inner ol li,
.content_inner ul li {
  margin-left: 17px;
}

.content_inner a {
  color: #980011;
}
.content_inner a:hover {
  color: #640107;
}

.content_inner table {
  font: 400 13px/18px Arial !important;
}
.content_inner table tr td {
  font: 400 13px/18px Arial !important;
  padding: 8px;
}
.content_inner table tr td p font {
  font: 400 13px/18px Arial !important;
}

#contact_link input,
input.button,
#customer_button input,
a.button {
  font-family: Arial;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0;
  color: #fff;
  padding: 14px 18px 15px;
  border-radius: 5px;
  background: #980011;
  display: inline-block;
  text-decoration: none;
  border: none;
  text-align: center;
}
#contact_link input:hover,
input.button:hover,
#customer_button input:hover,
a.button:hover {
  background: #640107;
  color: #fff;
}

.not_logged_in .content_inner a.button,
#contact_link input,
.not_logged_in input.button,
#customer_button input {
  padding: 9px 20px 9px !important;
}
.not_logged_in .content_inner a.button:hover,
#contact_link input:hover,
.not_logged_in input.button:hover,
#customer_button input:hover {
  background: #640107 !important;
}

.message {
  padding: 10px 20px;
  border-radius: 5px;
  font-weight: 700;
}

.button_bar_bottom input {
  float: left;
}

a > i.fa {
  margin-right: 6px;
}

body.system_page #portlet-wallisexpo-livesearch,
body.system_page #left-column {
  display: none;
}

div#administration_panel .command_list ul li a i.fa {
  flex: 0 0 36px;
}

div#management fieldset + .chosen {
  margin-top: 11px;
}

.logged_in .offer-top,
.logged_in .offer-small-inner {
  position: relative;
}
.logged_in .offer-top span.management_controls,
.logged_in .offer-small-inner span.management_controls {
  position: absolute;
  top: 7px;
  right: 7px;
  bottom: unset;
  left: unset;
  display: block;
  margin: 0;
}

.system_page #module_wallisexpo table td:first-child {
  padding-left: 10px;
}

/* -----------------------------------------------------------------------------
This website is powered by indual
Copyright (c) 2005-2017 indual GmbH (www.indual.ch)
-------------------------------------------------------------------------------- */
/* @group design colors */
/* @end */
/* @group font family */
/* @end */
/* @group mixins */
/* @end */
/* @group differen */
/* @end */
.category_1 .portlet-wallisexpo-livesearch {
  display: block;
}
.category_1 #header + .cf + #content {
  padding-top: 0;
}

#header + .cf + #content {
  padding-top: 40px;
}

.portlet-wallisexpo-livesearch {
  width: 100%;
  background: #F8F8F8;
  border: 1px solid #DCDCDC;
  border-radius: 5px;
  position: relative;
  padding: 15px 90px 15px 15px;
  box-sizing: border-box;
  margin: 25px 0 40px;
  display: none;
}
.portlet-wallisexpo-livesearch .portlet_inner {
  position: static !important;
}
.portlet-wallisexpo-livesearch .management_controls {
  display: none !important;
}
.portlet-wallisexpo-livesearch h3 {
  display: none;
}
.portlet-wallisexpo-livesearch .we-offers-live-filter {
  display: block !important;
}
.portlet-wallisexpo-livesearch .we-offers-live-filter-container .chosen .select2-selection__choice[title="Veuillez sélectionner"],
.portlet-wallisexpo-livesearch .we-offers-live-filter-container .chosen .select2-selection__choice[title="Please choose"],
.portlet-wallisexpo-livesearch .we-offers-live-filter-container .chosen .select2-selection__choice[title="Bitte wählen"] {
  display: none;
}
.portlet-wallisexpo-livesearch #we-offers-filter > a > span,
.portlet-wallisexpo-livesearch .we-offers-live-filter-container > a > span {
  display: none;
}
.portlet-wallisexpo-livesearch #we-offers-filter p,
.portlet-wallisexpo-livesearch .we-offers-live-filter-container p {
  float: right;
  width: 30%;
}
.portlet-wallisexpo-livesearch #we-offers-filter p label,
.portlet-wallisexpo-livesearch .we-offers-live-filter-container p label {
  display: none;
}
.portlet-wallisexpo-livesearch #we-offers-filter p input,
.portlet-wallisexpo-livesearch .we-offers-live-filter-container p input {
  font: 400 13px/18px Arial;
  color: #565656;
  padding: 13px 15px 12px;
  border: 1px solid #DCDCDC;
  border-radius: 5px;
  width: 100%;
  box-sizing: border-box;
}
.portlet-wallisexpo-livesearch #we-offers-filter p input::placeholder,
.portlet-wallisexpo-livesearch .we-offers-live-filter-container p input::placeholder {
  color: #565656;
  opacity: 1;
}
.portlet-wallisexpo-livesearch #we-offers-filter p input:hover, .portlet-wallisexpo-livesearch #we-offers-filter p input:focus, .portlet-wallisexpo-livesearch #we-offers-filter p input:active,
.portlet-wallisexpo-livesearch .we-offers-live-filter-container p input:hover,
.portlet-wallisexpo-livesearch .we-offers-live-filter-container p input:focus,
.portlet-wallisexpo-livesearch .we-offers-live-filter-container p input:active {
  border-color: #565656;
}
.portlet-wallisexpo-livesearch #we-offers-filter a.button,
.portlet-wallisexpo-livesearch .we-offers-live-filter-container a.button {
  position: absolute;
  right: 0;
  top: 0;
  max-width: 75px;
  padding: 22px;
  background: #980011;
  color: #fff;
  font-size: 32px;
  text-decoration: none;
  box-sizing: border-box;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.portlet-wallisexpo-livesearch #we-offers-filter a.button .offer_filter_text,
.portlet-wallisexpo-livesearch .we-offers-live-filter-container a.button .offer_filter_text {
  display: none;
}
.portlet-wallisexpo-livesearch #we-offers-filter a.button:hover,
.portlet-wallisexpo-livesearch .we-offers-live-filter-container a.button:hover {
  background: #640107;
}
.portlet-wallisexpo-livesearch #we-offers-filter a.button + .button,
.portlet-wallisexpo-livesearch .we-offers-live-filter-container a.button + .button {
  position: absolute;
  font-size: 14px;
  text-decoration: underline;
  color: #565656;
  right: 14px;
  background: none;
  height: auto;
  padding: 0;
  top: 85px;
}
.portlet-wallisexpo-livesearch #we-offers-filter a.button + .button:hover,
.portlet-wallisexpo-livesearch .we-offers-live-filter-container a.button + .button:hover {
  color: #980011;
}
.portlet-wallisexpo-livesearch #we-offers-filter .chosen p,
.portlet-wallisexpo-livesearch .we-offers-live-filter-container .chosen p {
  float: left;
  width: 23.3%;
  padding-right: 15px;
  box-sizing: border-box;
  position: relative;
}
.portlet-wallisexpo-livesearch #we-offers-filter .chosen p label,
.portlet-wallisexpo-livesearch .we-offers-live-filter-container .chosen p label {
  display: block;
  top: 0;
  left: 0;
  position: absolute;
  font: 400 13px/18px Arial;
  font-weight: 700;
  z-index: 10;
  color: #565656;
  padding: 14px 35px 13px 15px;
  pointer-events: none;
  width: 100%;
  box-sizing: border-box;
}
.portlet-wallisexpo-livesearch #we-offers-filter .chosen p label:before,
.portlet-wallisexpo-livesearch .we-offers-live-filter-container .chosen p label:before {
  content: "\f0dc";
  font-family: "Font Awesome 6 Pro";
  font-size: 14px;
  position: absolute;
  top: 0;
  left: auto;
  display: block;
  color: #565656;
  right: 30px;
  top: 13px;
}
.portlet-wallisexpo-livesearch #we-offers-filter .chosen .select2-container,
.portlet-wallisexpo-livesearch .we-offers-live-filter-container .chosen .select2-container {
  width: 100% !important;
}
.portlet-wallisexpo-livesearch #we-offers-filter .chosen .select2-container .select2-selection--multiple,
.portlet-wallisexpo-livesearch .we-offers-live-filter-container .chosen .select2-container .select2-selection--multiple {
  min-height: 45px;
  border: 1px solid #DCDCDC;
}
.portlet-wallisexpo-livesearch #we-offers-filter .chosen .select2-container .select2-selection--multiple:hover,
.portlet-wallisexpo-livesearch .we-offers-live-filter-container .chosen .select2-container .select2-selection--multiple:hover {
  border: 1px solid #565656;
}
.portlet-wallisexpo-livesearch #we-offers-filter .chosen .select2-container .select2-selection,
.portlet-wallisexpo-livesearch .we-offers-live-filter-container .chosen .select2-container .select2-selection {
  padding: 0;
}
.portlet-wallisexpo-livesearch #we-offers-filter .chosen .select2-container .select2-selection__rendered,
.portlet-wallisexpo-livesearch .we-offers-live-filter-container .chosen .select2-container .select2-selection__rendered {
  max-width: 100% !important;
  padding: 0;
  position: absolute;
  top: 70px;
}
.portlet-wallisexpo-livesearch #we-offers-filter .chosen .select2-container.select2-container--open .select2-selection--multiple,
.portlet-wallisexpo-livesearch .we-offers-live-filter-container .chosen .select2-container.select2-container--open .select2-selection--multiple {
  border: 1px solid #565656;
}
.portlet-wallisexpo-livesearch #we-offers-filter .chosen .select2-container .select2-selection__choice,
.portlet-wallisexpo-livesearch .we-offers-live-filter-container .chosen .select2-container .select2-selection__choice {
  border: 1px solid #DCDCDC;
  background: #F8F8F8;
  font-weight: 700;
  color: #565656;
  padding: 6px 25px 5px 10px;
  position: relative;
  margin-left: 0;
}
.portlet-wallisexpo-livesearch #we-offers-filter .chosen .select2-container .select2-selection__choice:before,
.portlet-wallisexpo-livesearch .we-offers-live-filter-container .chosen .select2-container .select2-selection__choice:before {
  content: "\f00d";
  font-family: "Font Awesome 6 Pro";
  font-size: 14px;
  position: absolute;
  top: 5px;
  left: auto;
  display: block;
  color: #B6B6B5;
  right: 8px;
  font-weight: 400;
}
.portlet-wallisexpo-livesearch #we-offers-filter .chosen .select2-container .select2-selection__choice:hover,
.portlet-wallisexpo-livesearch .we-offers-live-filter-container .chosen .select2-container .select2-selection__choice:hover {
  background: #fff;
  cursor: pointer;
}
.portlet-wallisexpo-livesearch #we-offers-filter .chosen .select2-container .select2-selection__choice:hover:before,
.portlet-wallisexpo-livesearch .we-offers-live-filter-container .chosen .select2-container .select2-selection__choice:hover:before {
  color: #565656;
}
.portlet-wallisexpo-livesearch #we-offers-filter .chosen .select2-container .select2-selection__choice .select2-selection__choice__remove,
.portlet-wallisexpo-livesearch .we-offers-live-filter-container .chosen .select2-container .select2-selection__choice .select2-selection__choice__remove {
  margin-right: 2px;
  position: absolute;
  width: 100%;
  left: 0;
  height: 31px;
  top: 0;
  color: transparent;
}
.portlet-wallisexpo-livesearch #we-offers-filter .chosen .select2-container .select2-search--inline,
.portlet-wallisexpo-livesearch .we-offers-live-filter-container .chosen .select2-container .select2-search--inline {
  display: none;
}

span.select2-container--open .select2-dropdown--below {
  margin-top: -1px;
  border-color: #565656;
  color: #565656;
}
span.select2-container--open .select2-dropdown--below .select2-results__option[aria-disabled=true] {
  color: #B6B6B5;
}
span.select2-container--open .select2-dropdown--below .select2-results__option--highlighted[aria-selected] {
  background: #980011;
}
span.select2-container--open .select2-dropdown--below .select2-results__option[aria-selected=true] {
  background: #F8F8F8;
  color: #565656;
}
span.select2-container--open .select2-dropdown--below .select2-results__option {
  padding: 6px 15px;
  margin-left: 0;
}

span.select2 .select2-selection {
  padding: 6px 30px 6px 15px;
  border: 1px solid #DCDCDC;
}
span.select2 .select2-selection:hover, span.select2 .select2-selection:focus {
  border: 1px solid #565656;
}

span.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0;
  min-width: 100% !important;
}

.listing_entry:not(:first-child) {
  margin-top: 30px;
}
.listing_entry h2 a {
  text-decoration: none;
}

/* --- wallisexpo --- */
#module_wallisexpo .offer-top .offer-management a {
  color: #fff;
}
#module_wallisexpo .offer-top .offer-management a:hover {
  color: rgba(255, 255, 255, 0.5);
}
#module_wallisexpo .offer,
#module_wallisexpo .offer-top {
  background: #980011;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
  min-height: 370px;
}
#module_wallisexpo .offer .offer-management,
#module_wallisexpo .offer-top .offer-management {
  position: absolute;
  right: 0;
  top: 5px;
}
#module_wallisexpo .offer .offer-picture-wrap,
#module_wallisexpo .offer .offer-top-picture-wrap,
#module_wallisexpo .offer-top .offer-picture-wrap,
#module_wallisexpo .offer-top .offer-top-picture-wrap {
  width: 50%;
  float: left;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
#module_wallisexpo .offer .offer-picture-wrap .resource,
#module_wallisexpo .offer .offer-picture-wrap .resource *,
#module_wallisexpo .offer .offer-top-picture-wrap .resource,
#module_wallisexpo .offer .offer-top-picture-wrap .resource *,
#module_wallisexpo .offer-top .offer-picture-wrap .resource,
#module_wallisexpo .offer-top .offer-picture-wrap .resource *,
#module_wallisexpo .offer-top .offer-top-picture-wrap .resource,
#module_wallisexpo .offer-top .offer-top-picture-wrap .resource * {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#module_wallisexpo .offer .offer-picture-wrap .management_controls,
#module_wallisexpo .offer .offer-top-picture-wrap .management_controls,
#module_wallisexpo .offer-top .offer-picture-wrap .management_controls,
#module_wallisexpo .offer-top .offer-top-picture-wrap .management_controls {
  display: none;
}
#module_wallisexpo .offer .offer-picture-wrap .offer-top-pretitle,
#module_wallisexpo .offer .offer-top-picture-wrap .offer-top-pretitle,
#module_wallisexpo .offer-top .offer-picture-wrap .offer-top-pretitle,
#module_wallisexpo .offer-top .offer-top-picture-wrap .offer-top-pretitle {
  background: #FFB609;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: -42px;
  margin-left: -88px;
  text-align: center;
  padding: 50px 50px 8px;
}
#module_wallisexpo .offer .offer-picture-wrap .offer-top-pretitle span,
#module_wallisexpo .offer .offer-top-picture-wrap .offer-top-pretitle span,
#module_wallisexpo .offer-top .offer-picture-wrap .offer-top-pretitle span,
#module_wallisexpo .offer-top .offer-top-picture-wrap .offer-top-pretitle span {
  display: block;
}
#module_wallisexpo .offer .offer-picture-wrap .offer-top-pretitle span:nth-child(2),
#module_wallisexpo .offer .offer-top-picture-wrap .offer-top-pretitle span:nth-child(2),
#module_wallisexpo .offer-top .offer-picture-wrap .offer-top-pretitle span:nth-child(2),
#module_wallisexpo .offer-top .offer-top-picture-wrap .offer-top-pretitle span:nth-child(2) {
  text-transform: uppercase;
}
#module_wallisexpo .offer .offer-picture-wrap .offer-top-pretitle .star_offer,
#module_wallisexpo .offer .offer-top-picture-wrap .offer-top-pretitle .star_offer,
#module_wallisexpo .offer-top .offer-picture-wrap .offer-top-pretitle .star_offer,
#module_wallisexpo .offer-top .offer-top-picture-wrap .offer-top-pretitle .star_offer {
  font-family: "wallisexpo";
  font-size: 38px;
  line-height: 48px;
  font-weight: 400;
}
body[lang=fr] #module_wallisexpo .offer .offer-picture-wrap .offer-top-pretitle, body[lang=en] #module_wallisexpo .offer .offer-picture-wrap .offer-top-pretitle,
body[lang=fr] #module_wallisexpo .offer .offer-top-picture-wrap .offer-top-pretitle,
body[lang=en] #module_wallisexpo .offer .offer-top-picture-wrap .offer-top-pretitle,
body[lang=fr] #module_wallisexpo .offer-top .offer-picture-wrap .offer-top-pretitle,
body[lang=en] #module_wallisexpo .offer-top .offer-picture-wrap .offer-top-pretitle,
body[lang=fr] #module_wallisexpo .offer-top .offer-top-picture-wrap .offer-top-pretitle,
body[lang=en] #module_wallisexpo .offer-top .offer-top-picture-wrap .offer-top-pretitle {
  top: -46px;
  margin-left: -82px;
}
#module_wallisexpo .offer .offer-wrap-right,
#module_wallisexpo .offer .offer-top-wrap-right,
#module_wallisexpo .offer-top .offer-wrap-right,
#module_wallisexpo .offer-top .offer-top-wrap-right {
  width: 50%;
  float: right;
}
#module_wallisexpo .offer .offer-wrap-right .offer-title,
#module_wallisexpo .offer .offer-wrap-right .offer-top-title,
#module_wallisexpo .offer .offer-top-wrap-right .offer-title,
#module_wallisexpo .offer .offer-top-wrap-right .offer-top-title,
#module_wallisexpo .offer-top .offer-wrap-right .offer-title,
#module_wallisexpo .offer-top .offer-wrap-right .offer-top-title,
#module_wallisexpo .offer-top .offer-top-wrap-right .offer-title,
#module_wallisexpo .offer-top .offer-top-wrap-right .offer-top-title {
  background: #640107;
  display: block;
}
#module_wallisexpo .offer .offer-wrap-right .offer-title h2 a,
#module_wallisexpo .offer .offer-wrap-right .offer-top-title h2 a,
#module_wallisexpo .offer .offer-top-wrap-right .offer-title h2 a,
#module_wallisexpo .offer .offer-top-wrap-right .offer-top-title h2 a,
#module_wallisexpo .offer-top .offer-wrap-right .offer-title h2 a,
#module_wallisexpo .offer-top .offer-wrap-right .offer-top-title h2 a,
#module_wallisexpo .offer-top .offer-top-wrap-right .offer-title h2 a,
#module_wallisexpo .offer-top .offer-top-wrap-right .offer-top-title h2 a {
  color: #fff;
  text-decoration: none;
  font-size: 22px;
  line-height: 25px;
  padding: 16px;
  display: block;
  margin-left: 0 !important;
}
#module_wallisexpo .offer .offer-wrap-right .offer-text,
#module_wallisexpo .offer .offer-wrap-right .offer-top-text,
#module_wallisexpo .offer .offer-top-wrap-right .offer-text,
#module_wallisexpo .offer .offer-top-wrap-right .offer-top-text,
#module_wallisexpo .offer-top .offer-wrap-right .offer-text,
#module_wallisexpo .offer-top .offer-wrap-right .offer-top-text,
#module_wallisexpo .offer-top .offer-top-wrap-right .offer-text,
#module_wallisexpo .offer-top .offer-top-wrap-right .offer-top-text {
  padding: 13px 16px 45px;
}
#module_wallisexpo .offer .offer-wrap-right .offer-text .offer-offerer,
#module_wallisexpo .offer .offer-wrap-right .offer-text .offer-top-offerer,
#module_wallisexpo .offer .offer-wrap-right .offer-top-text .offer-offerer,
#module_wallisexpo .offer .offer-wrap-right .offer-top-text .offer-top-offerer,
#module_wallisexpo .offer .offer-top-wrap-right .offer-text .offer-offerer,
#module_wallisexpo .offer .offer-top-wrap-right .offer-text .offer-top-offerer,
#module_wallisexpo .offer .offer-top-wrap-right .offer-top-text .offer-offerer,
#module_wallisexpo .offer .offer-top-wrap-right .offer-top-text .offer-top-offerer,
#module_wallisexpo .offer-top .offer-wrap-right .offer-text .offer-offerer,
#module_wallisexpo .offer-top .offer-wrap-right .offer-text .offer-top-offerer,
#module_wallisexpo .offer-top .offer-wrap-right .offer-top-text .offer-offerer,
#module_wallisexpo .offer-top .offer-wrap-right .offer-top-text .offer-top-offerer,
#module_wallisexpo .offer-top .offer-top-wrap-right .offer-text .offer-offerer,
#module_wallisexpo .offer-top .offer-top-wrap-right .offer-text .offer-top-offerer,
#module_wallisexpo .offer-top .offer-top-wrap-right .offer-top-text .offer-offerer,
#module_wallisexpo .offer-top .offer-top-wrap-right .offer-top-text .offer-top-offerer {
  margin-bottom: 7px;
}
#module_wallisexpo .offer .offer-wrap-right .offer-text .offer-offerer a,
#module_wallisexpo .offer .offer-wrap-right .offer-text .offer-top-offerer a,
#module_wallisexpo .offer .offer-wrap-right .offer-top-text .offer-offerer a,
#module_wallisexpo .offer .offer-wrap-right .offer-top-text .offer-top-offerer a,
#module_wallisexpo .offer .offer-top-wrap-right .offer-text .offer-offerer a,
#module_wallisexpo .offer .offer-top-wrap-right .offer-text .offer-top-offerer a,
#module_wallisexpo .offer .offer-top-wrap-right .offer-top-text .offer-offerer a,
#module_wallisexpo .offer .offer-top-wrap-right .offer-top-text .offer-top-offerer a,
#module_wallisexpo .offer-top .offer-wrap-right .offer-text .offer-offerer a,
#module_wallisexpo .offer-top .offer-wrap-right .offer-text .offer-top-offerer a,
#module_wallisexpo .offer-top .offer-wrap-right .offer-top-text .offer-offerer a,
#module_wallisexpo .offer-top .offer-wrap-right .offer-top-text .offer-top-offerer a,
#module_wallisexpo .offer-top .offer-top-wrap-right .offer-text .offer-offerer a,
#module_wallisexpo .offer-top .offer-top-wrap-right .offer-text .offer-top-offerer a,
#module_wallisexpo .offer-top .offer-top-wrap-right .offer-top-text .offer-offerer a,
#module_wallisexpo .offer-top .offer-top-wrap-right .offer-top-text .offer-top-offerer a {
  font-family: Arial;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0.58px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
}
#module_wallisexpo .offer .offer-wrap-right .offer-text a,
#module_wallisexpo .offer .offer-wrap-right .offer-top-text a,
#module_wallisexpo .offer .offer-top-wrap-right .offer-text a,
#module_wallisexpo .offer .offer-top-wrap-right .offer-top-text a,
#module_wallisexpo .offer-top .offer-wrap-right .offer-text a,
#module_wallisexpo .offer-top .offer-wrap-right .offer-top-text a,
#module_wallisexpo .offer-top .offer-top-wrap-right .offer-text a,
#module_wallisexpo .offer-top .offer-top-wrap-right .offer-top-text a {
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.2px;
  text-decoration: none;
}
#module_wallisexpo .offer .offer-wrap-right .offer-booking,
#module_wallisexpo .offer .offer-wrap-right .offer-top-booking,
#module_wallisexpo .offer .offer-top-wrap-right .offer-booking,
#module_wallisexpo .offer .offer-top-wrap-right .offer-top-booking,
#module_wallisexpo .offer-top .offer-wrap-right .offer-booking,
#module_wallisexpo .offer-top .offer-wrap-right .offer-top-booking,
#module_wallisexpo .offer-top .offer-top-wrap-right .offer-booking,
#module_wallisexpo .offer-top .offer-top-wrap-right .offer-top-booking {
  position: absolute;
  left: calc(50% + 16px);
  bottom: 11px;
}
#module_wallisexpo .offer .offer-wrap-right .offer-booking a,
#module_wallisexpo .offer .offer-wrap-right .offer-top-booking a,
#module_wallisexpo .offer .offer-top-wrap-right .offer-booking a,
#module_wallisexpo .offer .offer-top-wrap-right .offer-top-booking a,
#module_wallisexpo .offer-top .offer-wrap-right .offer-booking a,
#module_wallisexpo .offer-top .offer-wrap-right .offer-top-booking a,
#module_wallisexpo .offer-top .offer-top-wrap-right .offer-booking a,
#module_wallisexpo .offer-top .offer-top-wrap-right .offer-top-booking a {
  color: #fff;
  text-decoration: none;
  margin-right: 26px;
  text-transform: uppercase;
  font-weight: 700;
}
#module_wallisexpo .offer .offer-wrap-right .offer-booking a:hover,
#module_wallisexpo .offer .offer-wrap-right .offer-top-booking a:hover,
#module_wallisexpo .offer .offer-top-wrap-right .offer-booking a:hover,
#module_wallisexpo .offer .offer-top-wrap-right .offer-top-booking a:hover,
#module_wallisexpo .offer-top .offer-wrap-right .offer-booking a:hover,
#module_wallisexpo .offer-top .offer-wrap-right .offer-top-booking a:hover,
#module_wallisexpo .offer-top .offer-top-wrap-right .offer-booking a:hover,
#module_wallisexpo .offer-top .offer-top-wrap-right .offer-top-booking a:hover {
  color: rgba(255, 255, 255, 0.6);
}
#module_wallisexpo .small_offers_wrap {
  margin-left: -20px;
  display: flex;
  flex-flow: wrap;
}
#module_wallisexpo .small_offers_wrap .offer-small {
  float: left;
  box-sizing: border-box;
  width: 50%;
  padding: 0 0 20px 20px;
}
#module_wallisexpo .small_offers_wrap .offer-small:nth-child(2n+1) {
  clear: both;
}
#module_wallisexpo .small_offers_wrap .offer-small .offer-small-inner {
  border: 1px solid #DCDCDC;
  border-radius: 5px;
  overflow: hidden;
  background: #fff;
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column;
}
#module_wallisexpo .small_offers_wrap .offer-small .offer-small-inner .offer-management {
  position: absolute;
  right: 0;
  top: 5px;
}
#module_wallisexpo .small_offers_wrap .offer-small .offer-small-inner .offer-small-title {
  font-family: Arial;
  font-size: 16px;
  font-weight: 700;
  line-height: 17px;
  letter-spacing: 0;
  border-bottom: 1px solid #DCDCDC;
  background: #F8F8F8;
}
#module_wallisexpo .small_offers_wrap .offer-small .offer-small-inner .offer-small-title h2 {
  margin-bottom: 0;
}
#module_wallisexpo .small_offers_wrap .offer-small .offer-small-inner .offer-small-title a {
  text-decoration: none;
  color: #565656;
  padding: 10px 12px 9px;
  display: block;
}
#module_wallisexpo .small_offers_wrap .offer-small .offer-small-inner .offer_content_inner {
  padding: 12px 12px 8px 12px;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-flow: column;
}
#module_wallisexpo .small_offers_wrap .offer-small .offer-small-inner .offer_content_inner img {
  width: 100%;
  height: auto;
  margin-bottom: 9px;
}
#module_wallisexpo .small_offers_wrap .offer-small .offer-small-inner .offer_content_inner .offer-small-offerer {
  margin-bottom: 7px;
}
#module_wallisexpo .small_offers_wrap .offer-small .offer-small-inner .offer_content_inner .offer-small-offerer a {
  font-family: Arial;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0.58px;
  text-transform: uppercase;
  color: #B6B6B5;
  text-decoration: none;
}
#module_wallisexpo .small_offers_wrap .offer-small .offer-small-inner .offer_content_inner .offer-small-text {
  height: 100%;
}
#module_wallisexpo .small_offers_wrap .offer-small .offer-small-inner .offer_content_inner .offer-small-text a {
  color: #565656;
  text-decoration: none;
}
#module_wallisexpo .small_offers_wrap .offer-small .offer-small-inner .offer_content_inner .offer-small-links {
  margin-top: 16px;
  padding-top: 8px;
  border-top: 1px solid #DCDCDC;
}
#module_wallisexpo .small_offers_wrap .offer-small .offer-small-inner .offer_content_inner .offer-small-links a {
  clear: both;
  display: block;
  text-decoration: none;
  color: #B6B6B5;
  text-transform: uppercase;
  font-family: Arial;
  font-size: 11px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0.3px;
  max-width: calc(100% - 100px);
}
#module_wallisexpo .small_offers_wrap .offer-small .offer-small-inner .offer_content_inner .offer-small-links a.go-next-link {
  position: absolute;
  right: 7px;
  bottom: 8px;
  text-transform: none;
  color: #980011;
  font-weight: 700;
  font-size: 12px;
}
#module_wallisexpo .small_offers_wrap .offer-small .offer-small-inner .offer_content_inner .offer-small-links a.go-next-link span {
  margin-right: 7px;
}
#module_wallisexpo .small_offers_wrap .offer-small .offer-small-inner .offer_content_inner .offer-small-links a.go-next-link:hover {
  color: #640107;
}
#module_wallisexpo .small_offers_wrap .offer-small.offer-small-special .offer-small-inner {
  border: 1px solid #640107;
}
#module_wallisexpo .small_offers_wrap .offer-small.offer-small-special .offer-small-inner .offer-small-title {
  border-bottom: 1px solid #640107;
  background: #640107;
  color: #fff;
}
#module_wallisexpo .small_offers_wrap .offer-small.offer-small-special .offer-small-inner .offer-small-title a {
  color: #fff;
}
#module_wallisexpo .small_offers_wrap .offer-small.offer-small-special .offer-small-inner .offer_content_inner {
  background: #980011;
}
#module_wallisexpo .small_offers_wrap .offer-small.offer-small-special .offer-small-inner .offer_content_inner .offer-small-offerer a,
#module_wallisexpo .small_offers_wrap .offer-small.offer-small-special .offer-small-inner .offer_content_inner .offer-small-text a,
#module_wallisexpo .small_offers_wrap .offer-small.offer-small-special .offer-small-inner .offer_content_inner .offer-small-links a {
  color: #fff;
}
#module_wallisexpo .small_offers_wrap .offer-small.offer-small-special .offer-small-inner .offer_content_inner .go-next-link:hover {
  color: rgba(255, 255, 255, 0.7) !important;
}
#module_wallisexpo .all_offers .offer {
  background: #fff;
  border: 1px solid #DCDCDC;
}
#module_wallisexpo .all_offers .offer .offer-picture-wrap {
  width: 40%;
}
#module_wallisexpo .all_offers .offer .offer-wrap-right {
  width: 60%;
}
#module_wallisexpo .all_offers .offer .offer-wrap-right .offer-title h2 {
  background: #F8F8F8;
  border-bottom: 1px solid #DCDCDC;
}
#module_wallisexpo .all_offers .offer .offer-wrap-right .offer-title h2 a {
  font-family: Arial;
  font-size: 16px;
  font-weight: 700;
  line-height: 17px;
  letter-spacing: 0;
  color: #565656;
  padding: 10px 12px 9px;
}
#module_wallisexpo .all_offers .offer .offer-wrap-right .offer-text a {
  color: #565656;
}
#module_wallisexpo .all_offers .offer .offer-wrap-right .offer-text .offer-offerer {
  margin-bottom: 6px;
}
#module_wallisexpo .all_offers .offer .offer-wrap-right .offer-text .offer-offerer a {
  font-family: Arial;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0.58px;
  text-transform: uppercase;
  color: #B6B6B5;
}
#module_wallisexpo .all_offers .offer .offer-wrap-right .offer-booking {
  left: calc(40% + 16px);
}
#module_wallisexpo .all_offers .offer .offer-wrap-right .offer-booking a {
  color: #B6B6B5;
  margin-right: 15px;
}
#module_wallisexpo .all_offers .offer .offer-wrap-right .offer-booking a:hover {
  color: #980011;
}

#module_wallisexpo_register #customer_button {
  float: none !important;
}
#module_wallisexpo_register form #contact_link,
#module_wallisexpo_register form > div > div {
  float: none !important;
}
#module_wallisexpo_register form #book_banner_presentation,
#module_wallisexpo_register form #basic_presentation {
  padding: 20px !important;
  border: 1px solid #DCDCDC !important;
  border-radius: 5px !important;
}
#module_wallisexpo_register form #book_banner_presentation + div,
#module_wallisexpo_register form #basic_presentation + div {
  margin-top: 14px;
}
#module_wallisexpo_register form #book_banner_presentation label {
  margin-bottom: 20px;
  padding-top: 4px;
}
#module_wallisexpo_register form #contact_form + div {
  margin-bottom: 17px;
}
#module_wallisexpo_register form #contact_link {
  margin: 20px 0 0 160px;
}
#module_wallisexpo_register form #contact_title + .select2-container {
  width: 100px !important;
}

.content_inner form p {
  margin-bottom: 10px;
}
.content_inner form label {
  width: 160px;
  float: left;
}
.content_inner form select,
.content_inner form textarea,
.content_inner form input[type=password],
.content_inner form input[type=text] {
  border: 1px solid #DCDCDC;
  border-radius: 5px;
  font: 400 13px/18px Arial;
  padding: 5px;
  color: #565656;
  box-sizing: border-box;
  width: 300px;
  background: #fff;
}
.content_inner form textarea {
  height: 100px;
}
.content_inner form #basic_presentation select {
  width: 60px;
}
.content_inner form #book_banner_presentation select {
  width: 100px;
}
.content_inner form #book_banner_presentation > div {
  clear: both;
}

.login_form form {
  margin-top: 10px;
}

#module_wallisexpo_map #management table th {
  font-size: 16px;
  line-height: 24px;
  padding: 12px 0;
}

body:not(.system_page) #module_wallisexpo_map #management table td {
  text-align: center;
  padding: 12px 0;
}

#module_wallisexpo_map iframe {
  width: 100% !important;
  display: block;
}

.gm-style .gm-style-iw-d h1 {
  font-size: 20px;
  line-height: 26px;
}

.gm-style,
.gm-style .gm-style-iw {
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 18px;
}
.gm-style strong,
.gm-style .gm-style-iw strong {
  font-weight: 700;
}

.gm-style img {
  max-width: 100%;
  margin-top: 15px;
}

#module_swisswebcams {
  margin-left: -20px;
}
#module_swisswebcams .swisswebcam {
  float: left;
  box-sizing: border-box;
  width: 50%;
  padding: 0 0 20px 20px;
}
#module_swisswebcams .swisswebcam:nth-child(2n+1) {
  clear: both;
}
#module_swisswebcams .swisswebcam#swisswebcam-115 {
  padding-bottom: 0;
}
#module_swisswebcams .swisswebcam .swisswebcam-inner {
  border: 1px solid #DCDCDC;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
}
#module_swisswebcams .swisswebcam .swisswebcam-inner > a {
  float: left;
}
#module_swisswebcams .swisswebcam .swisswebcam-inner > a img {
  margin-right: 0 !important;
  height: 80px;
}
#module_swisswebcams .swisswebcam .swisswebcam-inner .swisswebcam-content {
  overflow: hidden;
}
#module_swisswebcams .swisswebcam .swisswebcam-inner .swisswebcam-content h2 {
  border-bottom: 1px solid #DCDCDC;
  background: #F8F8F8;
  display: block;
  padding: 10px 12px 9px;
}
#module_swisswebcams .swisswebcam .swisswebcam-inner .swisswebcam-content .swisswebcam-description {
  display: none;
}
#module_swisswebcams .swisswebcam .swisswebcam-inner .swisswebcam-content .swisswebcam-location {
  padding: 2px 5px 5px 12px;
}
#module_swisswebcams .swisswebcam-backlink {
  clear: both;
  margin: -20px 0 0 20px;
  font-size: 80%;
  line-height: 16px;
}

div#management table td .control_link i {
  margin-left: 0px;
}

/* -----------------------------------------------------------------------------
This website is powered by indual
Copyright (c) 2005-2017 indual GmbH (www.indual.ch)
-------------------------------------------------------------------------------- */
/* @group design colors */
/* @end */
/* @group font family */
/* @end */
/* @group mixins */
/* @end */
/* @group differen */
/* @end */
#root-navigation {
  float: left;
  margin-right: 40px;
}
#root-navigation ul li {
  list-style: none;
  float: left;
  padding-right: 20px;
}
#root-navigation ul li a {
  font-family: Arial;
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0.5px;
  color: #565656;
  text-decoration: none;
}
#root-navigation ul li.current a, #root-navigation ul li:hover a {
  color: #980011;
}
#root-navigation ul li#root-nav-44 {
  display: none;
}

#navigation {
  clear: both;
  margin-top: 75px;
}
#navigation ul li {
  list-style: none;
  float: left;
  margin-right: 20px;
}
#navigation ul li a {
  font-family: Arial;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  letter-spacing: 0;
  text-decoration: none;
  color: #565656;
}
#navigation ul li.current a, #navigation ul li:hover a {
  color: #980011;
}

/* -- module wallisexpo navigation -- */
.navigation-module .portlet {
  margin-top: 30px;
}
.navigation-module .portlet:first-child {
  margin-top: 0;
}
.navigation-module .portlet .management_controls {
  display: none;
}
.navigation-module h3, .navigation-module h3 a {
  color: #980011;
  font-family: Arial;
  font-size: 16px;
  font-weight: 700;
  line-height: 17px;
  letter-spacing: 0;
  margin-bottom: 10px;
}
.navigation-module h3 a {
  text-decoration: none;
  position: relative;
  padding-left: 28px;
}
.navigation-module h3 a:before {
  content: "c";
  font-family: "wallisexpo";
  font-size: 20px;
  position: absolute;
  top: -1px;
  left: 0;
  display: block;
  color: #980011;
  font-weight: 400;
}
.navigation-module .portlet-content a {
  font-family: Arial;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.2px;
  color: #565656;
  text-decoration: none;
  display: block;
}
.navigation-module .portlet-content a.current, .navigation-module .portlet-content a:hover {
  color: #980011;
}
.navigation-module #portlet-wallisexpo-season-3 h3 a:before {
  content: "b";
}
.navigation-module #portlet-wallisexpo-region h3 a:before {
  content: "d";
}
.navigation-module #portlet-wallisexpo-sleeping-type h3 a:before {
  content: "e";
}

/* -----------------------------------------------------------------------------
This website is powered by indual
Copyright (c) 2005-2017 indual GmbH (www.indual.ch)
-------------------------------------------------------------------------------- */
/* @group design colors */
/* @end */
/* @group font family */
/* @end */
/* @group mixins */
/* @end */
/* @group differen */
/* @end */
/* -- portlet openx --- */
.preload .portlet_openx {
  display: none;
}

.portlet_openx .portlet-title {
  display: none;
}
.portlet_openx .portlet-openx-ad embed,
.portlet_openx .portlet-openx-ad a > span {
  border: 1px solid #DCDCDC;
  border-radius: 5px;
  background: #fff;
  padding: 18px 18px 14px;
  box-sizing: border-box;
  width: 100%;
  margin-top: 20px;
  display: block;
}

/* @group portlet banner */
.portlet_banner {
  border: 1px solid #DCDCDC;
  border-radius: 5px;
  background: #fff;
  padding: 18px 18px 14px;
  box-sizing: border-box;
  width: 100%;
  margin-top: 20px;
  display: block;
  overflow: hidden;
}
.portlet_banner #rv_swf_7722280056 {
  display: block;
}
.portlet_banner a.link_wrap {
  display: block;
  cursor: pointer;
}
.portlet_banner embed {
  pointer-events: none !important;
  width: 100% !important;
}
.portlet_banner embed + img {
  display: none;
}
.portlet_banner img {
  width: 100% !important;
  height: auto !important;
}

/* @end */
.portlet .controls {
  position: absolute;
  right: 0;
  top: 5px;
}
.portlet .controls .portlet-handle i,
.portlet .controls a {
  color: #980011;
}
.portlet .controls .portlet-handle i:hover,
.portlet .controls a:hover {
  color: #640107;
}

.not_logged_in .right-column-inner .portlet.portlet_content_weather h3 a {
  display: flex;
}
.not_logged_in .right-column-inner .portlet.portlet_content_weather h3 a:after {
  content: "\f76a";
  display: inline-block;
  margin-left: auto;
  font-family: "Font Awesome 6 Pro";
}
.right-column-inner .portlet.portlet_content_weather, .right-column-inner .portlet.portlet-wallisexpo-webcam, .right-column-inner .portlet#portlet-map, .right-column-inner .portlet.portlet-newsletter {
  border: 1px solid #DCDCDC;
  border-radius: 5px;
  overflow: hidden;
  margin-top: 20px;
}
.right-column-inner .portlet.portlet_content_weather h3, .right-column-inner .portlet.portlet-wallisexpo-webcam h3, .right-column-inner .portlet#portlet-map h3, .right-column-inner .portlet.portlet-newsletter h3 {
  border-bottom: 1px solid #DCDCDC;
  font-family: Arial;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0;
  color: #980011;
  padding: 8px 15px 8px;
  display: block;
  background: #F8F8F8;
  margin: 0;
}
.right-column-inner .portlet.portlet_content_weather h3 a, .right-column-inner .portlet.portlet-wallisexpo-webcam h3 a, .right-column-inner .portlet#portlet-map h3 a, .right-column-inner .portlet.portlet-newsletter h3 a {
  color: #980011;
  text-decoration: none;
}
.right-column-inner .portlet.portlet_content_weather img, .right-column-inner .portlet.portlet-wallisexpo-webcam img, .right-column-inner .portlet#portlet-map img, .right-column-inner .portlet.portlet-newsletter img {
  width: 100%;
  height: auto;
  display: block;
}
.right-column-inner .portlet.portlet_content_weather .portlet-content, .right-column-inner .portlet.portlet-wallisexpo-webcam .portlet-content, .right-column-inner .portlet#portlet-map .portlet-content, .right-column-inner .portlet.portlet-newsletter .portlet-content {
  background: #fff;
  padding: 15px;
}
.right-column-inner .portlet.portlet_content_weather a.portlet_content_link, .right-column-inner .portlet.portlet-wallisexpo-webcam a.portlet_content_link, .right-column-inner .portlet#portlet-map a.portlet_content_link, .right-column-inner .portlet.portlet-newsletter a.portlet_content_link {
  text-transform: none;
  color: #980011;
  text-decoration: none;
  font-weight: 700;
  font-size: 12px;
  display: block;
}
.right-column-inner .portlet.portlet_content_weather a.portlet_content_link:not(:first-child), .right-column-inner .portlet.portlet-wallisexpo-webcam a.portlet_content_link:not(:first-child), .right-column-inner .portlet#portlet-map a.portlet_content_link:not(:first-child), .right-column-inner .portlet.portlet-newsletter a.portlet_content_link:not(:first-child) {
  margin-top: 10px;
}
.right-column-inner .portlet.portlet_content_weather a.portlet_content_link:after, .right-column-inner .portlet.portlet-wallisexpo-webcam a.portlet_content_link:after, .right-column-inner .portlet#portlet-map a.portlet_content_link:after, .right-column-inner .portlet.portlet-newsletter a.portlet_content_link:after {
  content: "\f061";
  font-family: "Font Awesome 6 Pro";
  display: inline-block;
  margin-left: 7px;
}
.right-column-inner .portlet.portlet_content_weather a.portlet_content_link:hover, .right-column-inner .portlet.portlet-wallisexpo-webcam a.portlet_content_link:hover, .right-column-inner .portlet#portlet-map a.portlet_content_link:hover, .right-column-inner .portlet.portlet-newsletter a.portlet_content_link:hover {
  color: #640107;
}
.right-column-inner .portlet.portlet_content_weather form label, .right-column-inner .portlet.portlet-wallisexpo-webcam form label, .right-column-inner .portlet#portlet-map form label, .right-column-inner .portlet.portlet-newsletter form label {
  margin-bottom: 3px;
  font-weight: 700;
}
.right-column-inner .portlet.portlet_content_weather form input, .right-column-inner .portlet.portlet-wallisexpo-webcam form input, .right-column-inner .portlet#portlet-map form input, .right-column-inner .portlet.portlet-newsletter form input {
  border: 1px solid #DCDCDC;
  border-radius: 5px;
  font: 400 13px/18px Arial;
  padding: 5px;
  width: 100%;
  color: #565656;
  box-sizing: border-box;
}
.right-column-inner .portlet.portlet_content_weather form input.button, .right-column-inner .portlet.portlet-wallisexpo-webcam form input.button, .right-column-inner .portlet#portlet-map form input.button, .right-column-inner .portlet.portlet-newsletter form input.button {
  background: #980011;
  color: #fff;
  font-weight: 700;
  text-align: center;
  border: none;
  margin-top: 6px;
  margin-bottom: 6px;
  width: auto;
  padding: 5px 15px !important;
}
.right-column-inner .portlet.portlet_content_weather form input.button:hover, .right-column-inner .portlet.portlet-wallisexpo-webcam form input.button:hover, .right-column-inner .portlet#portlet-map form input.button:hover, .right-column-inner .portlet.portlet-newsletter form input.button:hover {
  background: #640107;
}
.right-column-inner .portlet.portlet_content_weather form + a, .right-column-inner .portlet.portlet-wallisexpo-webcam form + a, .right-column-inner .portlet#portlet-map form + a, .right-column-inner .portlet.portlet-newsletter form + a {
  color: #B6B6B5;
}
.right-column-inner .portlet.portlet_content_weather form + a:hover, .right-column-inner .portlet.portlet-wallisexpo-webcam form + a:hover, .right-column-inner .portlet#portlet-map form + a:hover, .right-column-inner .portlet.portlet-newsletter form + a:hover {
  color: #980011;
}
.right-column-inner .portlet.portlet_content_weather {
  margin-top: 0;
}
.right-column-inner .portlet.portlet_content_weather .rro_weather {
  margin-left: -5px;
}
.right-column-inner .portlet.portlet_content_weather .rro_weather_entry {
  float: left;
  box-sizing: border-box;
  width: 33.33%;
  padding: 0 0 0 5px;
  text-align: center;
}
.right-column-inner .portlet.portlet_content_weather .rro_weather_entry .rro_weather_entry_title {
  background: #fff;
  padding: 0 0 5px 0;
  border-bottom: 0;
}
.right-column-inner .portlet.portlet_content_weather .rro_weather_entry .rro_temperature {
  margin-left: 8px;
}

/* -----------------------------------------------------------------------------
This website is powered by indual
Copyright (c) 2005-2017 indual GmbH (www.indual.ch)
-------------------------------------------------------------------------------- */
/* @group design colors */
/* @end */
/* @group font family */
/* @end */
/* @group mixins */
/* @end */
/* @group differen */
/* @end */
/* ---------- Toggle ---------- */
a.navigation_toggle {
  display: none;
  position: absolute;
  width: 68px;
  top: 57px;
  left: 5px;
  z-index: 8000;
  padding: 0;
  opacity: 1;
  text-align: right;
  transition: all 0.3s ease-out;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
a.navigation_toggle span {
  display: block;
  height: 5px;
  width: 38px;
  background: #8a0917;
  margin: 0 auto;
  right: 0;
  opacity: 1;
  outline: 1px solid transparent;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: all 0.3s cubic-bezier(0.5, 1, 0.5, 1);
  -moz-transition: all 0.3s cubic-bezier(0.5, 1, 0.5, 1);
  -o-transition: all 0.3s cubic-bezier(0.5, 1, 0.5, 1);
  transition: all 0.3s cubic-bezier(0.5, 1, 0.5, 1);
}
a.navigation_toggle span ~ span {
  margin-top: 5px;
}
a.navigation_toggle span:first-child {
  top: 0;
  -webkit-transform-origin: 89% top;
  -moz-transform-origin: 89% top;
  -o-transform-origin: 89% top;
  transform-origin: 89% top;
}
a.navigation_toggle span:nth-child(2) {
  top: 9px;
}
a.navigation_toggle span:nth-child(3) {
  top: 18px;
  -webkit-transform-origin: 89% bottom;
  -moz-transform-origin: 89% bottom;
  -o-transform-origin: 89% bottom;
  transform-origin: 89% bottom;
}
.searching a.navigation_toggle {
  opacity: 0;
}
.navi_open a.navigation_toggle {
  top: 10px;
  left: 50%;
  -webkit-transform: translate(-40px, 0);
  -moz-transform: translate(-40px, 0);
  -o-transform: translate(-40px, 0);
  transform: translate(-40px, 0);
}
.navi_open a.navigation_toggle span:first-child {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.navi_open a.navigation_toggle span:nth-child(2) {
  opacity: 0;
}
.navi_open a.navigation_toggle span:nth-child(3) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 1050px) {
  #navigation ul li {
    margin-right: 10px;
  }
}
@media screen and (max-width: 960px) {
  header .header_right {
    display: none;
  }
  a.navigation_toggle {
    display: block;
  }
  header .logo {
    width: 140px;
  }
  header .logo img {
    width: 100% !important;
    height: auto;
    display: block;
  }
  .navi_open {
    height: 100%;
    overflow: hidden;
  }
  .navi_open body {
    height: 100%;
    overflow: hidden;
  }
  .navi_open #left-column,
.navi_open #right-column {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  #left-column,
#right-column {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 50%;
    float: none;
    padding: 0;
    background: #fff;
    z-index: 6000;
    transition: all 0.4s;
    box-sizing: border-box;
  }
  #left-column > div,
#right-column > div {
    padding: 50px 40px 20px;
  }
  #left-column > div + div,
#right-column > div + div {
    display: none;
  }
  #left-column {
    -webkit-transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    border-right: 1px solid #DCDCDC;
  }
  #left-column > div {
    max-width: 168px;
  }
  #right-column {
    display: block !important;
    left: auto;
    right: 0;
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0);
    border-left: 1px solid #DCDCDC;
  }
  #right-column > div {
    max-width: 168px;
    float: right;
  }
  #document-column #content {
    padding: 0;
  }
  #module_wallisexpo .offer-top .offer-top-picture-wrap img,
#module_wallisexpo .offer-top .offer-picture-wrap img,
#module_wallisexpo .offer .offer-top-picture-wrap img,
#module_wallisexpo .offer .offer-picture-wrap img {
    min-height: auto;
    width: 100%;
    height: auto;
  }
  #module_wallisexpo {
    width: 100%;
  }
  .portlet-wallisexpo-language-switcher {
    float: right;
    margin-bottom: 20px;
  }
  .portlet-wallisexpo-language-switcher .management_controls {
    display: none !important;
  }
  .portlet-wallisexpo-language-switcher h3 {
    display: none;
  }
  .portlet-wallisexpo-language-switcher a {
    font-family: Arial;
    font-size: 12px;
    font-weight: 700;
    line-height: 17px;
    letter-spacing: 0.5px;
    color: #B6B6B5;
    text-transform: uppercase;
    text-decoration: none;
    float: left;
    margin-left: 15px;
  }
  .portlet-wallisexpo-language-switcher a:hover, .portlet-wallisexpo-language-switcher a.current {
    color: #980011;
  }
  #root-navigation {
    text-align: right;
    margin-right: 0;
    margin-bottom: 25px;
    float: right;
  }
  #root-navigation ul li {
    display: block;
    text-align: right;
    width: 100%;
    padding-right: 0;
  }
  #root-navigation ul li a {
    font-size: 13px;
    line-height: 22px;
  }
  #navigation {
    margin: 0 0 25px 0;
  }
  #navigation ul li {
    display: block;
    width: 100%;
    margin-right: 0;
    text-align: right;
    float: none;
  }
  #navigation ul li a {
    line-height: 23px;
  }
  .navigation-module .portlet-content a {
    line-height: 23px;
  }
}
@media screen and (max-width: 800px) {
  #module_wallisexpo .offer-top .offer-top-picture-wrap img,
#module_wallisexpo .offer-top .offer-picture-wrap img,
#module_wallisexpo .offer .offer-top-picture-wrap img,
#module_wallisexpo .offer .offer-picture-wrap img {
    width: auto;
    height: 130%;
  }
  .portlet-wallisexpo-livesearch #we-offers-filter .chosen .select2-container .select2-selection__rendered,
.portlet-wallisexpo-livesearch .we-offers-live-filter-container .chosen .select2-container .select2-selection__rendered {
    position: relative;
    top: 0;
  }
  .portlet-wallisexpo-livesearch {
    padding-right: 0;
    margin-bottom: 35px !important;
  }
  .portlet-wallisexpo-livesearch .we-offers-live-filter-container p,
.portlet-wallisexpo-livesearch #we-offers-filter p {
    width: 50%;
    float: left;
    padding-right: 15px;
    box-sizing: border-box;
    margin-bottom: 15px;
  }
  .portlet-wallisexpo-livesearch .we-offers-live-filter-container .chosen p,
.portlet-wallisexpo-livesearch #we-offers-filter .chosen p {
    width: 50%;
  }
  .portlet-wallisexpo-livesearch .we-offers-live-filter-container .chosen .select2-container,
.portlet-wallisexpo-livesearch #we-offers-filter .chosen .select2-container {
    display: inline;
  }
  .portlet-wallisexpo-livesearch .we-offers-live-filter-container .chosen .select2-container.select2-container--open,
.portlet-wallisexpo-livesearch #we-offers-filter .chosen .select2-container.select2-container--open {
    display: block;
  }
  .portlet-wallisexpo-livesearch .we-offers-live-filter-container .chosen .select2-container .select2-selection__rendered,
.portlet-wallisexpo-livesearch #we-offers-filter .chosen .select2-container .select2-selection__rendered {
    padding: 30px 12px 8px;
  }
  .portlet-wallisexpo-livesearch .we-offers-live-filter-container a.button,
.portlet-wallisexpo-livesearch #we-offers-filter a.button {
    position: relative;
    right: auto;
    top: auto;
    padding: 10px 40px 10px 20px;
    text-align: center;
    border-radius: 5px !important;
    clear: both;
    float: left;
    max-width: 100%;
    font-size: 14px;
  }
  .portlet-wallisexpo-livesearch .we-offers-live-filter-container a.button .offer_filter_text,
.portlet-wallisexpo-livesearch #we-offers-filter a.button .offer_filter_text {
    display: block;
  }
  .portlet-wallisexpo-livesearch .we-offers-live-filter-container a.button i,
.portlet-wallisexpo-livesearch #we-offers-filter a.button i {
    position: absolute;
    right: 20px;
    top: 11px;
  }
  .internetExplorer .portlet-wallisexpo-livesearch .we-offers-live-filter-container .chosen .select2-container,
.internetExplorer .portlet-wallisexpo-livesearch #we-offers-filter .chosen .select2-container {
    display: inline-block;
  }
  #module_swisswebcams .swisswebcam {
    width: 100%;
  }
  .portlet-wallisexpo-livesearch #we-offers-filter a.button + .button,
.portlet-wallisexpo-livesearch .we-offers-live-filter-container a.button + .button {
    position: static;
    top: auto;
    left: 1px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 600px) {
  .content_inner form label {
    width: 100%;
  }
  .content_inner form select,
.content_inner form textarea,
.content_inner form input[type=password],
.content_inner form input[type=text] {
    width: 100%;
    box-sizing: border-box;
  }
  #module_wallisexpo_register form #contact_link {
    margin-left: 0;
  }
  #module_wallisexpo_register form #book_banner_presentation label {
    margin-bottom: 4px;
    padding-top: 7px;
  }
  #module_wallisexpo_register form #book_banner_presentation,
#module_wallisexpo_register form #basic_presentation {
    padding: 6px 10px 10px 10px;
  }
}
@media screen and (max-width: 500px) {
  #module_wallisexpo .offer-top .offer-top-picture-wrap,
#module_wallisexpo .offer-top .offer-picture-wrap,
#module_wallisexpo .offer .offer-top-picture-wrap,
#module_wallisexpo .offer .offer-picture-wrap {
    width: 100% !important;
    position: relative;
    float: left;
    overflow: visible;
  }
  #module_wallisexpo .offer-top .offer-top-picture-wrap img,
#module_wallisexpo .offer-top .offer-picture-wrap img,
#module_wallisexpo .offer .offer-top-picture-wrap img,
#module_wallisexpo .offer .offer-picture-wrap img {
    width: 100%;
    height: auto;
    position: relative;
    left: 0;
    top: 0;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    display: block;
  }
  #module_wallisexpo .offer-top .offer-top-wrap-right,
#module_wallisexpo .offer-top .offer-wrap-right,
#module_wallisexpo .offer .offer-top-wrap-right,
#module_wallisexpo .offer .offer-wrap-right {
    width: 100% !important;
    float: left;
  }
  #module_wallisexpo .offer-top .offer-top-wrap-right .offer-booking,
#module_wallisexpo .offer-top .offer-top-wrap-right .offer-top-booking,
#module_wallisexpo .offer-top .offer-wrap-right .offer-booking,
#module_wallisexpo .offer-top .offer-wrap-right .offer-top-booking,
#module_wallisexpo .offer .offer-top-wrap-right .offer-booking,
#module_wallisexpo .offer .offer-top-wrap-right .offer-top-booking,
#module_wallisexpo .offer .offer-wrap-right .offer-booking,
#module_wallisexpo .offer .offer-wrap-right .offer-top-booking {
    left: 16px !important;
  }
  #module_wallisexpo .offer-top .offer-top-wrap-right .offer-booking a,
#module_wallisexpo .offer-top .offer-top-wrap-right .offer-top-booking a,
#module_wallisexpo .offer-top .offer-wrap-right .offer-booking a,
#module_wallisexpo .offer-top .offer-wrap-right .offer-top-booking a,
#module_wallisexpo .offer .offer-top-wrap-right .offer-booking a,
#module_wallisexpo .offer .offer-top-wrap-right .offer-top-booking a,
#module_wallisexpo .offer .offer-wrap-right .offer-booking a,
#module_wallisexpo .offer .offer-wrap-right .offer-top-booking a {
    margin-right: 10px !important;
  }
  #module_wallisexpo .offer .offer-wrap-right .offer-booking {
    bottom: 7px !important;
  }
  #module_wallisexpo .small_offers_wrap .offer-small {
    width: 100%;
  }
}
@media screen and (max-width: 470px) {
  #left-column > div,
#right-column > div {
    padding: 50px 15px 20px;
  }
  .portlet-wallisexpo-livesearch {
    padding: 8px 0 8px 8px;
    margin: 13px 0 23px;
  }
  .portlet-wallisexpo-livesearch .we-offers-live-filter-container .chosen p,
.portlet-wallisexpo-livesearch #we-offers-filter .chosen p,
.portlet-wallisexpo-livesearch .we-offers-live-filter-container p,
.portlet-wallisexpo-livesearch #we-offers-filter p {
    padding-right: 8px;
    margin-bottom: 8px;
  }
  .portlet_openx img {
    max-width: 100% !important;
    height: auto !important;
  }
  #content {
    padding: 0 12px;
  }
  h1 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 15px;
  }
  h2 {
    font-size: 14px;
    line-height: 17px;
  }
  #module_swisswebcams .swisswebcam .swisswebcam-inner .swisswebcam-content h2 {
    padding: 8px 9px 6px;
  }
  #content .content_inner {
    padding: 8px;
  }
}
@media screen and (max-width: 380px) {
  #left-column > div,
#right-column > div {
    padding: 50px 10px 20px;
    width: 100% !important;
    box-sizing: border-box;
  }
  .portlet-wallisexpo-livesearch #we-offers-filter .chosen .select2-container .select2-selection__rendered,
.portlet-wallisexpo-livesearch .we-offers-live-filter-container .chosen .select2-container .select2-selection__rendered {
    max-width: 160px !important;
  }
}
@media screen and (max-width: 340px) {
  .portlet-wallisexpo-livesearch .we-offers-live-filter-container .chosen .select2-container .select2-selection__rendered,
.portlet-wallisexpo-livesearch #we-offers-filter .chosen .select2-container .select2-selection__rendered {
    padding: 35px 8px 4px;
  }
  .portlet-wallisexpo-livesearch #we-offers-filter .chosen .select2-container .select2-selection__choice,
.portlet-wallisexpo-livesearch .we-offers-live-filter-container .chosen .select2-container .select2-selection__choice {
    padding: 2px 18px 3px 6px;
    font-size: 11px;
  }
  .portlet-wallisexpo-livesearch #we-offers-filter .chosen .select2-container .select2-selection__choice:before,
.portlet-wallisexpo-livesearch .we-offers-live-filter-container .chosen .select2-container .select2-selection__choice:before {
    top: 3px;
    font-size: 12px;
    right: 4px;
  }
  .portlet-wallisexpo-livesearch #we-offers-filter .chosen .select2-container .select2-selection__rendered,
.portlet-wallisexpo-livesearch .we-offers-live-filter-container .chosen .select2-container .select2-selection__rendered {
    max-width: 140px !important;
  }
  .portlet-wallisexpo-livesearch #we-offers-filter .chosen p label,
.portlet-wallisexpo-livesearch .we-offers-live-filter-container .chosen p label {
    padding-left: 11px;
  }
  .portlet-wallisexpo-livesearch #we-offers-filter .chosen p label:before,
.portlet-wallisexpo-livesearch .we-offers-live-filter-container .chosen p label:before {
    right: 19px;
  }
}
/* -----------------------------------------------------------------------------
This website is powered by indual
Copyright (c) 2005-2017 indual GmbH (www.indual.ch)
-------------------------------------------------------------------------------- */
/* @group design colors */
/* @end */
/* @group font family */
/* @end */
/* @group mixins */
/* @end */
/* @group differen */
/* @end */
@media print {
  @page {
    margin: 1.5cm 1cm;
  }
  body {
    background: #fff;
  }
  #portlet-wallisexpo-livesearch,
#right-column,
#left-column,
#header,
#footer,
#info {
    display: none;
  }
  #content {
    max-width: 100%;
    padding: 0;
  }
  #logo_print {
    display: block;
    margin-bottom: 20px;
  }
  #content .content_inner {
    padding: 0;
    border: none;
  }
}

/*# sourceMappingURL=styles3.css.map */
