.hotelheader {
  height:96px;
  background-color: #f5f5f5;
  border-bottom: 1px solid #d4d4d4;
  display:flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items:center;
  position:relative;
  overflow:visible;
  margin-bottom:10px;
}
.hotelheader > div {
    flex:2;
}
.hotelheader .smhg_logo {
  text-align:center;
  flex: 1;
}
.hotelheader .smhg_logo img {
  max-height:70px;
  width:auto;
}
.hotelheader .hotellogos { 
  padding-right:10px;
  white-space:nowrap;
  text-align:right;
}
.hotelheader .hotellogos > a:after {
  content: '\f077';
  font-family: "FontAwesome";
  font-size:24px;
  color:black;
  padding-left:20px;
  position:relative;
  top: 10px;
}
.hotelheader .hotellogos.open > a:after {
  content: '\f078';
}

.hotellogos-overlay {
  display:none;
  position:absolute;
  width: 100%;
  /*height: 774px;*/
  background-color:white;
  top:96px;
  right:0px;
  z-index:5001;
}
.hotellogos-overlay .hotellogos-row {
  flex-wrap: nowrap;
  justify-content: space-between;
  display:flex;
}
.hotelheader .hotellogos.open .hotellogos-overlay {
  display:block;
}
.hotellogos-overlay .hotellogos-row > div{
  -webkit-box-shadow: 1px 3px 3px 0px rgba(176,173,176,1);
  -moz-box-shadow: 1px 3px 3px 0px rgba(176,173,176,1);
  box-shadow: 1px 3px 3px 0px rgba(176,173,176,1);
  padding-top: 20px;
  margin-bottom:10px;
  padding-bottom:85px;
  margin-left:5px;
  margin-right: 5px;
}

.hotellogos-overlay .close-hotelheader {
  text-align:center;
  padding-bottom:20px;
  padding-top:10px;
}
.hotellogos-overlay .close-hotelheader a {
  color: black;
}

.hotelfooter {
  display:none;
}
.hotelfooter a {
  display:block;
  width:100%;
  text-align:center;
  padding:20px 10px;
}
.hotelfooter img {
  width:auto;
  max-height:80px;
}


@media (max-width: 992px) {
  .hotelfooter {
    display:block;
  }
}
@media (max-width: 992px) {
  .hotelheader {
    display:none;
  }
  footer .section.swatch-white {
    display:none;
  }
}
@media (max-width: 1690px) {
  .hotelheader .hotellogos > a:after {
    display:none;
  }
}
