/* Constants */
@keyframes show {
  0% {
    opacity: 0; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* Widget default position */
/* Animations */
@keyframes widget-slide-in {
  from {
    opacity: 0;
    bottom: -100px; }
  to {
    opacity: 1;
    bottom: 0; } }

@keyframes bounce {
  from {
    transform: translateY(0px); }
  to {
    transform: translateY(-20px); } }

.termine24-widget-custom {
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 200px;
  padding: 12px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  margin-bottom: 0;
  font-size: 14px;
  font-style: normal;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600; }

.termine24-widget-custom:link {
  text-decoration: none; }

.termine24-widget-custom:visited {
  text-decoration: none; }

.termine24-widget-custom:hover {
  text-decoration: none; }

.termine24-widget-custom:active {
  text-decoration: none; }

.termine24-widget-green {
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.35);
  color: #fff;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 200px;
  padding: 12px;
  border: 1px solid #404040;
  font-size: 14px;
  font-style: normal;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  font-family: 'Open Sans', sans-serif;
  background-color: #43a835;
  background-image: -moz-linear-gradient(top, #48b53c, #3c952c);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#48b53c), to(#3c952c));
  background-image: -webkit-linear-gradient(top, #48b53c, #3c952c);
  background-image: -o-linear-gradient(top, #48b53c, #3c952c);
  background-image: linear-gradient(to bottom, #48b53c, #3c952c);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF48B53C', endColorstr='#FF3C952C', GradientType=0);
  border-color: #3c952c #3c952c #245a1b;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  margin-bottom: 0; }

.termine24-widget-green a:link {
  color: #fff; }

.termine24-widget-green a:visited {
  color: #fff; }

.termine24-widget-green a:hover {
  color: #fff; }

.termine24-widget-green a:active {
  color: #fff; }

.termine24-widget-green .text {
  float: left; }

.termine24-widget-green .text .main {
  text-align: left;
  font-weight: bold;
  float: left; }

.termine24-widget-green .text .subtitle {
  text-align: left;
  font-size: 12px;
  font-weight: normal; }

.termine24-widget-green span {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  display: block; }

.SBW-widget {
  width: 450px;
  height: 80%;
  overflow: hidden;
  border-radius: 3px;
  margin: 20px;
  display: flex;
  position: fixed !important;
  bottom: 80px !important;
  margin: 20px !important;
  z-index: 2147483647 !important;
  top: initial !important;
  background-color: #eef0f4;
  flex-direction: column;
  animation: widget-slide-in 0.25s ease-in-out;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
  transition: opacity 0.25s ease-in-out, bottom 0.25s ease-in-out; }
  .SBW-widget > iframe {
    flex: 1;
    border: none;
    width: 100%; }

@media screen and (max-device-width: 660px) {
  .SBW-widget {
    height: 100%;
    width: 100%;
    margin: 0; } }

.SBW-button {
  /* Animation */
  opacity: 1 !important;
  transition: opacity 0.25s ease-in-out, bottom 0.25s ease-in-out;
  position: fixed !important;
  bottom: 0 !important;
  margin: 20px !important;
  z-index: 2147483647 !important;
  top: initial !important;
  /* Button */
  color: white;
  font-size: 16px;
  font-weight: 300;
  overflow: hidden;
  padding: 12px 24px;
  border: none;
  outline: none;
  cursor: pointer;
  pointer-events: all !important;
  background-color: #1dbba9;
  font-family: 'Nunito', 'Helvetica', sans-serif;
  border-radius: 25px;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
  will-change: auto;
  width: auto;
  white-space: nowrap; }
  .SBW-button > svg {
    margin-bottom: -3px;
    margin-right: 10px; }
  .SBW-button:hover {
    font-size: 16px; }
    .SBW-button:hover .SBW-button--overlay {
      opacity: 1; }
  .SBW-button--opened {
    border-radius: 50px;
    width: 50px;
    height: 50px; }
    .SBW-button--opened > svg {
      animation-duration: 500ms;
      animation-name: show;
      margin-left: -13px;
      margin-top: -2px; }

.SBW-left {
  left: 0 !important;
  right: unset !important; }

.SBW-right {
  left: unset !important;
  right: 0 !important; }

.SBW-button--bounce {
  animation: bounce 0.4s 6 alternate 30s; }

.SBW-button--overlay {
  opacity: 0;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
  transition: opacity 0.25s ease-in-out; }

.SBW-element--hide {
  bottom: -50px;
  opacity: 0 !important;
  display: none;
  pointer-events: none !important; }
