﻿@charset "utf-8";
/*@import url(https://buchung.treatwell.de/common/venue-menu/css/widget-button.css);*/
#wahanda-online-booking-widget {
  display: inline-block;
  margin: 5px 5px;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid rgba(170,170,170,0.90);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 0 10px;
  background: rgba(120,120,120,0.90);
  white-space: nowrap;
  /*font-family: Helvetica, Arial, sans-serif;
  font-size: 0.95em;
  font-weight: 300;*/
  color: rgba(230,230,230,0.90);
  text-decoration: none;
  cursor: pointer;
  /*text-transform: uppercase;*/
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#wahanda-online-booking-widget span {
  display: inline-block;
  height: 40px;
  line-height: 35px;
  padding: 0 0px 0 25px;
  background: url("https://cdn1.treatwell.net/images/view/v2.i482051.w30.h30.x109F8E79.png") 0px 8px no-repeat;
  background-size: 20px 20px;
}
#wahanda-online-booking-widget:hover {
  border-bottom-color: rgba(230,230,230,0.90);
  background: rgba(170,170,170,0.90);
	color: #fff;
}
#wahanda-online-booking-widget:active {
  border-bottom-color: 2px solid rgba(100,100,100,0.90);
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
    only screen and (-o-min-device-pixel-ratio: 3/2),
    only screen and (min--moz-device-pixel-ratio: 1.5),
    only screen and (min-device-pixel-ratio: 1.5) {
        #wahanda-online-booking-widget span {
          background-image: url(https://cdn1.treatwell.net/images/view/v2.i482054.w60.h60.xFFCF12C0.png);
        }
}