/**
 * Button styling for the DENS.onLine booking popup ("Termin online buchen").
 */

 .path-frontpage nav.tabs {
  display: inline-block!important;
 }

  .path-frontpage .region-content {
    height: 100%;
    width: 100%;
    left: 0px;

  }

@media(max-width:767px){.path-frontpage .tabs--primary {display: none;}}


 .path-frontpage .main-container.container {
  padding: 0 60px !important;
  min-width: 100%!important;
  width: 100%!important;
}

@media(max-width:767px){.path-frontpage .main-container.container {padding: 30px!important;}}

 #block-lingl-densonlinebutton {
  position: relative;
  float: right;
  z-index: 999;
 }

 .path-frontpage  #block-lingl-densonlinebutton .field--name-body, .path-frontpage   .btn-applet {
  margin-bottom: 0px!important;
 }

.path-frontpage  #block-lingl-densonlinebutton {
  right: 0px;
  top: 260px;
  padding: 0px 15px;
}

@media(max-width:767px){.path-frontpage  #block-lingl-densonlinebutton {top: unset; bottom: 60px!important; width: 100%; position: fixed;}}

.btn-applet {
  display: inline-block;
  z-index: 9999;
  padding: 4px 20px;
  border-radius: 10px !important;
  cursor: pointer;
  background-color: #fff;
  border: none;
  -webkit-box-shadow: 3px 3px 5px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 3px 3px 5px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 5px 1px rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
  margin-top: 10px;
  font-size: 26px;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-hyphens: auto;
  hyphens: auto;
  line-height: 1.1;
}


@media(max-width:767px){#block-lingl-densonlinebutton {float: none;}}
@media(max-width:767px){.btn-applet {width: 100%; display: block; font-size: 24px; hyphens: none;}}

.btn-applet:hover,
.btn-applet:active {
  border: none;
  color: #96d4c8;
}
.btn-applet:focus {
  outline: none;
}
.btn-applet .glyphicon {
  font-size: 24px;
  color: #476768!important;
  margin-right: 5px;
}
.auto-overflow {
  overflow: auto !important;
}
