/*** Global ***/
body {
  width: 100vw;
  overflow-x: hidden;
}
body.scrolled header nav {
  width: 100vw;
}

input[type=checkbox].bfactorelements_sidebutton-toggle {
  position: fixed !important;
  left: -9999px !important;
}
input[type=checkbox].bfactorelements_sidebutton-toggle:checked + .bfactorelements_sidebutton {
  z-index: 999999;
}
@media only screen and (min-width : 993px) {
  input[type=checkbox].bfactorelements_sidebutton-toggle:checked + .bfactorelements_sidebutton {
    right: 0;
    bottom: auto;
  }
}
input[type=checkbox].bfactorelements_sidebutton-toggle:checked + .bfactorelements_sidebutton.has-body {
  /* bottom: calc(100vh - 125px); */
  bottom: 0;
  z-index: 999999;
}
input[type=checkbox].bfactorelements_sidebutton-toggle:checked + .bfactorelements_sidebutton.has-body .bfactorelements_sidebutton-body {
  max-height: calc(100vh - 125px);
  margin-top: -2px;
}
@media only screen and (min-width : 993px) {
  input[type=checkbox].bfactorelements_sidebutton-toggle:checked + .bfactorelements_sidebutton.has-body .bfactorelements_sidebutton-body {
    margin-top: 1px;
    background-color: #eeece8;
    z-index: 1;
  }
}
input[type=checkbox].bfactorelements_sidebutton-toggle:checked + .bfactorelements_sidebutton.has-body .bfactorelements_sidebutton-body .bodytext {
  margin: 4px 0;
}
@media only screen and (min-width : 993px) {
  input[type=checkbox].bfactorelements_sidebutton-toggle:checked + .bfactorelements_sidebutton .bfactorelements_sidebutton-header label {
    top: -14px;
    left: 0;
  }
}
input[type=checkbox].bfactorelements_sidebutton-toggle:checked + .bfactorelements_sidebutton .has-header.bfactorelements_sidebutton-header {
  display: inline-block;
  width: auto;
  z-index: 1;
  position: relative;
  border-bottom: inherit;
}
@media only screen and (min-width : 993px) {
  input[type=checkbox].bfactorelements_sidebutton-toggle:checked + .bfactorelements_sidebutton .has-header.bfactorelements_sidebutton-header {
    width: 242px;
  }
}
input[type=checkbox].bfactorelements_sidebutton-toggle:checked + .bfactorelements_sidebutton .has-header.bfactorelements_sidebutton-header label {
  width: auto;
  padding-right: 15px;
}
input[type=checkbox].bfactorelements_sidebutton-toggle:checked + .bfactorelements_sidebutton .has-header.bfactorelements_sidebutton-header label span {
  padding-right: 0;
}
@media only screen and (min-width : 993px) {
  input[type=checkbox].bfactorelements_sidebutton-toggle:checked + .bfactorelements_sidebutton .has-header.bfactorelements_sidebutton-header label {
    width: 244px;
    padding-right: auto;
  }
  input[type=checkbox].bfactorelements_sidebutton-toggle:checked + .bfactorelements_sidebutton .has-header.bfactorelements_sidebutton-header label span {
    padding-right: auto;
  }
}
input[type=checkbox].bfactorelements_sidebutton-toggle:checked + .bfactorelements_sidebutton .has-header.bfactorelements_sidebutton-header span {
  display: inline-block;
  padding-right: 15px;
}
input[type=checkbox].bfactorelements_sidebutton-toggle:checked + .bfactorelements_sidebutton .has-header.always-open-header {
  bottom: 0;
}
@media only screen and (min-width : 993px) {
  input[type=checkbox].bfactorelements_sidebutton-toggle:checked + .bfactorelements_sidebutton .has-header.always-open-header {
    right: 0;
    bottom: auto;
  }
}

@media only screen and (max-width : 992px) {
  .bfactorelements_sidebutton-body:before {
    content: "";
    background-color: #eeece8;
    width: 100%;
    position: absolute;
    top: -13px;
    left: 0;
    height: 15px;
    display: block;
  }
}
@media only screen and (min-width : 993px) {
  .bfactorelements_sidebutton-container .bfactorelements_sidebutton-body {
    right: -244px;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: right 0.5s, max-height 2s;
    -moz-transition: right 0.5s, max-height 2s;
    -ms-transition: right 0.5s, max-height 2s;
    -o-transition: right 0.5s, max-height 2s;
    transition: right 0.5s, max-height 2s;
  }
  .bfactorelements_sidebutton-container .bfactorelements_sidebutton-body p {
    font-size: 12px;
  }
  input[type=checkbox].bfactorelements_sidebutton-toggle:checked + .bfactorelements_sidebutton.has-body .bfactorelements_sidebutton-container .bfactorelements_sidebutton-header {
    opacity: 0;
  }
  input[type=checkbox].bfactorelements_sidebutton-toggle:checked + .bfactorelements_sidebutton.has-body .bfactorelements_sidebutton-container .bfactorelements_sidebutton-body {
    right: 0;
  }
}
.bfactorelements_sidebutton {
  position: fixed;
  bottom: -24px;
  left: 10px;
  z-index: 10500;
}
@media only screen and (min-width : 993px) {
  .bfactorelements_sidebutton {
    position: fixed;
    right: -242px;
    top: 300px;
    bottom: auto;
    left: auto;
  }
}
@media only screen and (min-width : 993px) {
  .bfactorelements_sidebutton.has-closed-header {
    -webkit-transition: right 0.5s;
    -moz-transition: right 0.5s;
    -ms-transition: right 0.5s;
    -o-transition: right 0.5s;
    transition: right 0.5s;
  }
  .bfactorelements_sidebutton label {
    position: relative;
    width: 100%;
    display: block;
  }
  .bfactorelements_sidebutton label span {
    position: absolute;
    top: 18px;
    left: 60px;
    width: calc(100% - 60px);
  }
}
.bfactorelements_sidebutton.number-2 {
  left: 75px;
  z-index: 10600;
}
.bfactorelements_sidebutton.number-2 .bfactorelements_sidebutton-body {
  left: -65px;
}
@media only screen and (min-width : 993px) {
  .bfactorelements_sidebutton.number-2 {
    top: 370px;
    bottom: auto;
    left: auto;
    z-index: 10400;
  }
  .bfactorelements_sidebutton.number-2 .bfactorelements_sidebutton-body {
    left: auto;
  }
}
.bfactorelements_sidebutton.number-3 {
  left: 140px;
  z-index: 10700;
}
.bfactorelements_sidebutton.number-3 .bfactorelements_sidebutton-body {
  left: -130px;
}
@media only screen and (min-width : 993px) {
  .bfactorelements_sidebutton.number-3 {
    top: 440px;
    bottom: auto;
    left: auto;
    z-index: 10300;
  }
  .bfactorelements_sidebutton.number-3 .bfactorelements_sidebutton-body {
    left: auto;
  }
}
.bfactorelements_sidebutton.number-4 {
  left: 205px;
  z-index: 10800;
}
.bfactorelements_sidebutton.number-4 .bfactorelements_sidebutton-body {
  left: -196px;
}
@media only screen and (min-width : 993px) {
  .bfactorelements_sidebutton.number-4 {
    top: 510px;
    bottom: auto;
    left: auto;
    z-index: 10200;
  }
  .bfactorelements_sidebutton.number-4 .bfactorelements_sidebutton-body {
    left: auto;
  }
}
.bfactorelements_sidebutton.number-5 {
  left: 275px;
  z-index: 10900;
}
.bfactorelements_sidebutton.number-5 .bfactorelements_sidebutton-body {
  left: -266px;
}
@media only screen and (min-width : 993px) {
  .bfactorelements_sidebutton.number-5 {
    top: 580px;
    bottom: auto;
    left: auto;
    z-index: 10100;
  }
  .bfactorelements_sidebutton.number-5 .bfactorelements_sidebutton-body {
    left: auto;
  }
}
.bfactorelements_sidebutton.number-6, .bfactorelements_sidebutton.number-7, .bfactorelements_sidebutton.number-8, .bfactorelements_sidebutton.number-9 {
  display: none !important;
}
@media only screen and (max-width : 992px) {
  .bfactorelements_sidebutton {
    -webkit-transition: max-height 0.5s;
    -moz-transition: max-height 0.5s;
    -ms-transition: max-height 0.5s;
    -o-transition: max-height 0.5s;
    transition: max-height 0.5s;
  }
  .bfactorelements_sidebutton.no-body {
    bottom: -3px;
  }
}
.bfactorelements_sidebutton-container {
  position: relative;
}
.bfactorelements_sidebutton-header {
  margin: 0 !important;
  width: auto;
  display: inline-block;
  white-space: nowrap;
  line-height: 57px;
  font-size: 0;
}
@media only screen and (min-width : 993px) {
  .bfactorelements_sidebutton-header {
    width: 276px;
    display: block;
  }
}
.bfactorelements_sidebutton-header label {
  cursor: pointer;
  white-space: nowrap;
  font-size: 0;
  line-height: 57px;
  display: inline-block;
  height: 57px;
  z-index: 1;
  position: relative;
  top: 0;
  left: 0;
  width: 57px;
  background-color: #eeece8;
}
@media only screen and (min-width : 993px) {
  .bfactorelements_sidebutton-header label {
    height: 280px;
  }
}
@media only screen and (min-width : 993px) {
  .bfactorelements_sidebutton-header label {
    position: absolute;
    top: 1px;
    left: -22px;
    width: 280px;
    height: 57px;
  }
}
.bfactorelements_sidebutton-header i {
  line-height: 57px !important;
  font-size: 38px !important;
  width: 57px !important;
  height: 57px !important;
  text-align: center !important;
  vertical-align: top !important;
}
.bfactorelements_sidebutton-header i:before, .bfactorelements_sidebutton-header [class^=socicon-]:before, .bfactorelements_sidebutton-header [class*=" socicon-"]:before {
  line-height: 62px !important;
  font-size: 36px !important;
  width: 57px !important;
  height: 57px !important;
  text-align: center !important;
  vertical-align: top !important;
  margin: 0;
}
.bfactorelements_sidebutton-header span {
  line-height: 20px;
  font-size: 14px;
  display: none;
  height: 57px;
  width: 100%;
}
.bfactorelements_sidebutton-header span a {
  display: inline-block;
  line-height: inherit;
  width: 100%;
}
.bfactorelements_sidebutton-body {
  position: relative;
  left: 0;
  margin-top: 0;
  /*top: 56px; */
  /* height: calc(100vh - 63px); */
  height: auto;
  max-height: 0;
  width: calc(100vw - 20px);
  background-color: #eeece8;
  padding: 0 7px 7px 12px;
}
@media only screen and (max-width : 992px) {
  .bfactorelements_sidebutton-body {
    right: 0;
    -webkit-transition: max-height 0.5s;
    -moz-transition: max-height 0.5s;
    -ms-transition: max-height 0.5s;
    -o-transition: max-height 0.5s;
    transition: max-height 0.5s;
  }
}
@media only screen and (min-width : 993px) {
  .bfactorelements_sidebutton-body {
    position: absolute;
    top: 1px;
    width: 242px;
    left: auto;
    height: auto !important;
    max-height: unset;
  }
}
.bfactorelements_sidebutton-body h4 {
  margin: 0 0 0 -12px;
  line-height: 60px;
}
@media only screen and (max-width : 992px) {
  .bfactorelements_sidebutton-body h4 {
    display: none;
  }
}
.bfactorelements_sidebutton-body i {
  line-height: 57px !important;
  font-size: 38px !important;
  width: 57px !important;
  height: 57px !important;
  text-align: center !important;
  vertical-align: top !important;
}
.bfactorelements_sidebutton-body i:before, .bfactorelements_sidebutton-body [class^=socicon-]:before, .bfactorelements_sidebutton-body [class*=" socicon-"]:before {
  line-height: 62px !important;
  font-size: 36px !important;
  width: 57px !important;
  height: 57px !important;
  text-align: center !important;
  vertical-align: top !important;
  margin: 0;
}
.bfactorelements_sidebutton-body span {
  line-height: 20px !important;
  font-size: 14px;
  width: 100%;
}
.bfactorelements_sidebutton-body span a {
  line-height: inherit;
  width: 100%;
}
.bfactorelements_sidebutton .has-header {
  background-color: #eeece8;
}
@media only screen and (min-width : 993px) {
  .bfactorelements_sidebutton .has-header span {
    display: inline-block;
  }
}
.bfactorelements_sidebutton .has-header + .bfactorelements_sidebutton-body {
  /* top: 56px; */
}
@media only screen and (min-width : 993px) {
  .bfactorelements_sidebutton .has-header + .bfactorelements_sidebutton-body {
    top: 0;
  }
}
.bfactorelements_sidebutton .has-header.bfactorelements_sidebutton-header.always-open-header label {
  width: auto;
  padding-right: 15px;
}
.bfactorelements_sidebutton .has-header.bfactorelements_sidebutton-header.always-open-header label span {
  display: inline-block;
  line-height: 40px;
}
@media only screen and (min-width : 993px) {
  .bfactorelements_sidebutton .has-header.bfactorelements_sidebutton-header.always-open-header label span {
    line-height: 20px;
  }
}
@media only screen and (min-width : 993px) {
  .bfactorelements_sidebutton .has-header.bfactorelements_sidebutton-header.always-open-header label {
    width: 325px;
  }
}
@media only screen and (min-width : 993px) {
  .bfactorelements_sidebutton .has-header.bfactorelements_sidebutton-header.always-open-header {
    position: absolute;
    bottom: auto;
    right: 186px;
  }
}
@media only screen and (max-width : 992px) {
  .bfactorelements_sidebutton .has-header.bfactorelements_sidebutton-header label {
    border: none !important;
    position: relative;
    top: 0;
    left: 0;
  }
}

.sidebuttons--wrapper {
  position: fixed;
  top: 50%;
  transform: translate(0, -50%);
  right: 0;
  width: 57px;
  height: 300px;
}
@media only screen and (max-width : 992px) {
  .sidebuttons--wrapper {
    width: 100%;
    height: 57px !important;
    bottom: -27px;
    top: auto;
  }
}
.sidebuttons--wrapper > div:nth-child(1) {
  top: 0;
  z-index: 10;
}
@media only screen and (max-width : 992px) {
  .sidebuttons--wrapper > div:nth-child(1) {
    left: 0;
  }
}
.sidebuttons--wrapper > div:nth-child(2) {
  top: 70px;
  z-index: 9;
}
@media only screen and (max-width : 992px) {
  .sidebuttons--wrapper > div:nth-child(2) {
    left: 70px;
  }
}
.sidebuttons--wrapper > div:nth-child(3) {
  top: 140px;
  z-index: 8;
}
@media only screen and (max-width : 992px) {
  .sidebuttons--wrapper > div:nth-child(3) {
    left: 140px;
  }
}
.sidebuttons--wrapper > div:nth-child(4) {
  top: 210px;
  z-index: 7;
}
@media only screen and (max-width : 992px) {
  .sidebuttons--wrapper > div:nth-child(4) {
    left: 210px;
  }
}
.sidebuttons--wrapper > div:nth-child(5) {
  top: 280px;
  z-index: 6;
}
@media only screen and (max-width : 992px) {
  .sidebuttons--wrapper > div:nth-child(5) {
    left: 280px;
  }
}
@media only screen and (max-width : 992px) {
  .sidebuttons--wrapper > div:nth-child(1), .sidebuttons--wrapper > div:nth-child(2), .sidebuttons--wrapper > div:nth-child(3), .sidebuttons--wrapper > div:nth-child(4), .sidebuttons--wrapper > div:nth-child(5) {
    top: auto;
    bottom: 0;
    transition: max-height 0.7s;
  }
}
@media only screen and (max-width : 992px) {
  .sidebuttons--wrapper > div:nth-child(1).large, .sidebuttons--wrapper > div:nth-child(1).small, .sidebuttons--wrapper > div:nth-child(2).large, .sidebuttons--wrapper > div:nth-child(2).small, .sidebuttons--wrapper > div:nth-child(3).large, .sidebuttons--wrapper > div:nth-child(3).small, .sidebuttons--wrapper > div:nth-child(4).large, .sidebuttons--wrapper > div:nth-child(4).small, .sidebuttons--wrapper > div:nth-child(5).large, .sidebuttons--wrapper > div:nth-child(5).small {
    left: 0;
    z-index: 99;
  }
}
@media only screen and (max-width : 992px) {
  .sidebuttons--wrapper > div:nth-child(1).small, .sidebuttons--wrapper > div:nth-child(2).small, .sidebuttons--wrapper > div:nth-child(3).small, .sidebuttons--wrapper > div:nth-child(4).small, .sidebuttons--wrapper > div:nth-child(5).small {
    transition: max-height 0s;
  }
}
.sidebuttons--wrapper > div:nth-child(6), .sidebuttons--wrapper > div:nth-child(7), .sidebuttons--wrapper > div:nth-child(8), .sidebuttons--wrapper > div:nth-child(9) {
  display: none !important;
}

.sidebutton---1 {
  position: absolute;
  right: 0;
  background-color: #eeece8;
  width: 57px;
  max-height: 57px;
  min-height: 57px;
  overflow: hidden;
  transition: max-height 0.7s;
}
@media only screen and (max-width : 992px) {
  .sidebutton---1 {
    background-color: transparent;
    transition: none;
  }
}
.sidebutton---1 i {
  font-size: 40px;
  position: relative;
  left: 8px;
  cursor: pointer;
  max-height: 40px;
}
@media only screen and (max-width : 992px) {
  .sidebutton---1 i {
    width: 40px;
  }
}
.sidebutton---1 svg {
  width: 40px;
  height: 40px;
  position: relative;
  left: 8px;
  cursor: pointer;
  max-height: 40px;
}
.sidebutton---1 h4 {
  min-height: 20px;
  line-height: 20px;
  font-size: 14px;
}
.sidebutton---1 h4.large-screen {
  margin: -37px 0 0 0;
  padding-left: 3.2rem;
  width: 224px;
}
@media only screen and (max-width : 992px) {
  .sidebutton---1 h4.large-screen {
    display: none;
  }
}
.sidebutton---1 h4.small-screen {
  margin: 0;
  padding-left: 3rem;
  width: 224px;
  display: none;
}
.sidebutton---1 h4 a {
  font-size: 14px;
  text-decoration: none;
}
.sidebutton---1 a {
  font-size: 12px;
}
.sidebutton---1.large {
  width: 242px;
  max-height: 600px;
  transition: max-height 0.7s;
}
@media only screen and (max-width : 992px) {
  .sidebutton---1.large {
    width: 100% !important;
    height: auto;
    max-height: 600px;
    transition: none;
  }
}
@media only screen and (max-width : 992px) {
  .sidebutton---1.large h4.small-screen {
    display: block;
    padding-left: 1rem;
    width: calc(100% - 40px);
  }
}
@media only screen and (max-width : 992px) {
  .sidebutton---1.large .sb-icon {
    width: 200px;
  }
}
@media only screen and (max-width : 992px) {
  .sidebutton---1.small {
    width: 100% !important;
  }
}
@media only screen and (max-width : 992px) {
  .sidebutton---1.small .sb-icon {
    width: 30%;
  }
}
@media only screen and (min-width : 993px) {
  .sidebutton---1.always-open-header {
    width: 242px;
  }
  .sidebutton---1.always-open-header .sb-icon h4 {
    padding-left: 20px !important;
  }
  .sidebutton---1.always-open-header h4 a {
    line-height: 16px;
  }
}
.sidebutton---1.always-open-header.large {
  transition: max-height 0.8s;
}
@media only screen and (min-width : 993px) {
  .sidebutton---1.always-open-header.large {
    transition: max-height 1.2s;
  }
}
@media only screen and (min-width : 993px) {
  .sidebutton---1.always-open-header.small {
    transition: max-height 0.5s;
  }
}

.sb-icon {
  height: 57px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  z-index: 1;
}
.sb-icon > * {
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width : 992px) {
  .sb-icon {
    background-color: #eeece8;
  }
}

.sb--content-container {
  padding: 0 7px 7px 12px;
  width: 232px;
}
@media only screen and (max-width : 992px) {
  .sb--content-container {
    width: 100%;
    background-color: #eeece8;
    min-width: 320px;
  }
}
.sb--content-container .bodytext {
  font-size: 12px;
  padding-top: 1rem;
}
@media only screen and (max-width : 992px) {
  .sb--content-container .bodytext {
    margin-top: 0;
  }
}
@media only screen and (max-width : 992px) {
  .sb--content-container p {
    margin-top: 0;
  }
}
.sb--content-container a {
  text-decoration: underline;
}
.sb--content-container a:before {
  text-decoration: none;
  display: inline-block;
  height: 13px;
}
.sb--content-container a.link-button {
  margin-top: 6px;
  display: inline-block;
}
.sb--content-container a[href^="javascript:linkTo_UnCryptMailto"]:before,
.sb--content-container a[href^="tel:"]:before {
  font-family: "Material Icons";
  border: none;
  font-size: 14px;
  line-height: 14px;
  vertical-align: text-bottom;
  margin-right: 4px;
  margin-bottom: 2px;
}
.sb--content-container a[href^="javascript:linkTo_UnCryptMailto"]:before {
  content: "email";
}
.sb--content-container a[href^="tel:"]:before {
  content: "phone";
}

.header-link {
  position: absolute;
  right: 0;
  height: 20px;
  width: 190px;
  background-color: transparent;
  display: none;
  text-indent: -999999px;
}

.large .header-link {
  display: block;
}

.small .header-link {
  display: none;
}

.large-screen .header-link {
  position: relative;
  text-indent: 0;
}

#sidebutton-elements-wrapper {
  position: fixed;
  top: 50%;
  transform: translate(0, -50%);
  right: 0;
  width: 57px;
  z-index: 999999;
}
@media only screen and (max-width : 992px) {
  #sidebutton-elements-wrapper {
    width: 100%;
    height: 57px !important;
    bottom: -27px;
    top: auto;
  }
}
#sidebutton-elements-wrapper > div.sidebutton-element-1 .sidebutton---1 {
  top: 0;
  z-index: 10;
}
@media only screen and (max-width : 992px) {
  #sidebutton-elements-wrapper > div.sidebutton-element-1 .sidebutton---1 {
    left: 0;
  }
}
#sidebutton-elements-wrapper > div.sidebutton-element-2 .sidebutton---1 {
  top: 70px;
  z-index: 9;
}
@media only screen and (max-width : 992px) {
  #sidebutton-elements-wrapper > div.sidebutton-element-2 .sidebutton---1 {
    left: 70px;
  }
}
#sidebutton-elements-wrapper > div.sidebutton-element-3 .sidebutton---1 {
  top: 140px;
  z-index: 8;
}
@media only screen and (max-width : 992px) {
  #sidebutton-elements-wrapper > div.sidebutton-element-3 .sidebutton---1 {
    left: 140px;
  }
}
#sidebutton-elements-wrapper > div.sidebutton-element-4 .sidebutton---1 {
  top: 210px;
  z-index: 7;
}
@media only screen and (max-width : 992px) {
  #sidebutton-elements-wrapper > div.sidebutton-element-4 .sidebutton---1 {
    left: 210px;
  }
}
#sidebutton-elements-wrapper > div.sidebutton-element-5 .sidebutton---1 {
  top: 280px;
  z-index: 6;
}
@media only screen and (max-width : 992px) {
  #sidebutton-elements-wrapper > div.sidebutton-element-5 .sidebutton---1 {
    left: 280px;
  }
}
@media only screen and (max-width : 992px) {
  #sidebutton-elements-wrapper > div.sidebutton-element .sidebutton---1 {
    top: auto;
    bottom: 0;
    transition: max-height 0.7s;
  }
}
@media only screen and (max-width : 992px) {
  #sidebutton-elements-wrapper > div.sidebutton-element .sidebutton---1.large, #sidebutton-elements-wrapper > div.sidebutton-element .sidebutton---1.small {
    left: 0;
    z-index: 99;
  }
}
@media only screen and (max-width : 992px) {
  #sidebutton-elements-wrapper > div.sidebutton-element .sidebutton---1.small {
    transition: max-height 0s;
  }
}
#sidebutton-elements-wrapper > div [class^=emhicon-]::before, #sidebutton-elements-wrapper > div [class*=" emhicon-"]::before {
  margin: 0;
}
#sidebutton-elements-wrapper > div.sidebutton-element-1 {
  top: 0;
  z-index: 10;
}
@media only screen and (max-width : 992px) {
  #sidebutton-elements-wrapper > div.sidebutton-element-1 {
    left: 0;
  }
}
#sidebutton-elements-wrapper > div.sidebutton-element-2 {
  top: 70px;
  z-index: 9;
}
@media only screen and (max-width : 992px) {
  #sidebutton-elements-wrapper > div.sidebutton-element-2 {
    left: 70px;
  }
}
#sidebutton-elements-wrapper > div.sidebutton-element-3 {
  top: 140px;
  z-index: 8;
}
@media only screen and (max-width : 992px) {
  #sidebutton-elements-wrapper > div.sidebutton-element-3 {
    left: 140px;
  }
}
#sidebutton-elements-wrapper > div.sidebutton-element-4 {
  top: 210px;
  z-index: 7;
}
@media only screen and (max-width : 992px) {
  #sidebutton-elements-wrapper > div.sidebutton-element-4 {
    left: 210px;
  }
}
#sidebutton-elements-wrapper > div.sidebutton-element-5 {
  top: 280px;
  z-index: 6;
}
@media only screen and (max-width : 992px) {
  #sidebutton-elements-wrapper > div.sidebutton-element-5 {
    left: 280px;
  }
}
@media only screen and (max-width : 992px) {
  #sidebutton-elements-wrapper > div.sidebutton-element {
    top: auto;
    bottom: 0;
    transition: max-height 0.7s;
  }
}
@media only screen and (max-width : 992px) {
  #sidebutton-elements-wrapper > div.sidebutton-element.large, #sidebutton-elements-wrapper > div.sidebutton-element.small {
    left: 0;
    z-index: 99;
  }
}
@media only screen and (max-width : 992px) {
  #sidebutton-elements-wrapper > div.sidebutton-element.small {
    transition: max-height 0s;
  }
}

/*# sourceMappingURL=Sidebutton.css.map */
