@media (max-width: 500px) {
  .bw-support-window {
    width:100%;
    top: 80px;
    height: 100%;
    border:none!important;
    right:-101%;
  }
  .button-bw-support-window {
    right:100%;
  }
  .pull-in {
    right:0;
  }
  .termin  span.wpcf7-list-item {
      width: 50%;
  }
  .bw-support-link-back {
      position: absolute;
      font-size: 1.4em;
      left:15px;
  }
}
@media (min-width: 501px) {
  .bw-support-window {
    width:400px;
    top: 20vh;
    right: -2px;
    height: 600px;
  }
  .button-bw-support-window {
    right:400px;
  }
  .pull-in {
    right:-404px;
  }
  .termin  span.wpcf7-list-item {
      width: 33%;
  }
  .bw-support-link-back {
      position: absolute;
      bottom: 5px;
      font-size: 1.4em;
      left:15px;
  }
}

.page-id-937 .bw-support-window {
  display: none!important;
}


.bw-support-window {
    position: fixed;
    font-family: Raleway;
    background: rgba(255, 255, 255, 1.0);
    border: 2px solid #97B213;
    z-index: 99999999;
    transition: all 0.4s ease-in-out;
}

.button-bw-support-window {
    background: url("https://zahnarztpraxis-geldersheim.de/wp-content/themes/zahnarztpraxis-geldersheim/images/button-fragemodul.png") no-repeat;
    position: absolute;
    top: 30%;
    width: 40px;
    height: 206px;
    font-family: Raleway;
    color: #97B213;
    font-size: 50px;
    line-height: 206px;
    text-align: center;
    z-index: 99999999;
    cursor: pointer;
}
.close-bw-support-window {
    position: absolute;
    top: 5px;
    right: 5px;
    padding-right: 2px;
    padding-left: 2px;
    padding-bottom: 2px;
    font-family: Raleway;
    color: #97B213;
    font-size: 35px;
    line-height: 20px;
    text-align: center;
    z-index: 99999999;
    cursor: pointer;
    /* border: 1px solid #97B213;*/
}
.bw-support-title {
    text-align: center;
    font-family: "Raleway";
    font-size: 1.8em;
    margin-top: 40px;
    margin-bottom: 50px;
}
.bw-support-title::before {
    content: "";
    position: absolute;
    left: 35%;
    right: 35%;
    background: #97B213;
    height: 4px;
    width: 30%;
    text-align: center;
    top: 75px;
}
.bw-support-text {
    font-size: 1.7em;
    color:#333333;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 1em;
}
.bw-support-text > p {
    text-align: center;
    font-size: 14px;
    line-height: 16px;
}
.bw-support-link {
    display: block;
    margin-bottom: 20px;
}
.bw-support-link, .bw-support-window a  {
    color: #97B213;
    transition: color 0.4s linear;
}
.bw-support-link:hover, .bw-support-window a:hover {
    color: #333333;
    text-decoration: none;
}
.bw-support-formular-feld {
    margin-bottom: 10px;
}
.termin input[type="checkbox"] {
    display:none;
}
.termin input[type="checkbox"]+.wpcf7-list-item-label::before {
    width: 15px;
    height: 15px;
    border-radius: 0px;
    border: 2px solid #97B213;
    background-color: #fff;
    display: block;
    content: "";
    float: left;
    margin-right: 5px;
}
.termin input[type="checkbox"]:checked+.wpcf7-list-item-label::before {
    box-shadow: inset 0px 0px 0px 3px #fff;
    background-color: #97B213;
}
.wochentag {
    top 5px;
}
.tageszeit {
    top: 5px;
}




.hide {display: none!important;}
.show {display: block!important;}
