.cntct_icon_grp {
  position: fixed;
  width: 100%;
  max-width: 550px;
  right: 0%;
  margin: 0px;
  text-align: right;
  z-index: 999;
  top: 25%;
  overflow: visible;
}
.cntct_icon_grp .btn_wrapper {
  list-style: none;
  width: 550px;
  overflow: visible;
  position: absolute;
  right: -550px;
}
.cntct_icon_grp .phone_icon,
.cntct_icon_grp .form_icon {
  transition: all 1.0s;
  position: relative;
  left: -650px;
  pointer-events: none;
}
.cntct_icon_grp .active_menu_stick {
  transition: all 1.0s;
  padding: 5px 15px;
  width: 100px;
  text-decoration: none;
  font-size: 20px;
  color: #9ea3a8;
  /*background: rgba(173,181,189,0.9); */
  background: rgb(217,221,224);
  position: relative;
}
.cntct_icon_grp .phone_icon > div,
.cntct_icon_grp .form_icon > div {
  pointer-events: auto;
}
.cntct_icon_grp .phone_icon {
  left: -250px;
  height: 60px;
}
.cntct_icon_grp .form_icon {
  left: -75px;
}
.cntct_icon_grp .apply_active {
  right: 0;
  width: 100% !important;
  max-width: 475px;
  height: auto;
  display: inline-block;
  min-height: 120px;
}
.cntct_icon_grp .sticky-icon {
  position: absolute;
  left: -50px;
  height: 50px;
  width: 50px;
  background: #fff !important;
  padding: 0px 10px;
  top: 0px;
  cursor: pointer;
}
.cntct_icon_grp .sticky-icon svg,
.cntct_icon_grp .sticky-icon img {
  fill: #7fa9b2;
  fill: rgba(127,169,178,1.0);
  height: 25px;
  width: 25px;
  margin: 12px 3px 12px 0;
}
.cntct_icon_grp .active_menu_stick div.sticy_content {
  text-align: left;
  font-size: 16px;
  padding: 15px 5px;
  width: 450px;
  display: block;
}
.cntct_icon_grp .text_custom {
  width: 58%;
  float: none;
  margin: 10px auto 0;
}
.cntct_icon_grp .active_menu_stick div.sticy_content .sticky-title {
  margin: 0px 0px 11px 0px;
  display: block;
  color: #e8414c;
  font-size: 1.2rem;
  font-family: inherit;
  height: 50px;
  margin-bottom: -10px;
}
.cntct_icon_grp .phone_icon .headline_sticky {
  color: rgba(33,37,41,1.0);
  font-size: 18px;
  font-weight: 300;
  padding-bottom: 5px;
}
.cntct_icon_grp .phone_icon div.sticy_content .link {
  line-height: 1.5;
}
.cntct_icon_grp .phone_icon div.sticy_content .link span {
  color: rgba(33,37,41,1.0);
}
.cntct_icon_grp .phone_icon div.sticy_content a {
  color: rgba(33,37,41,1.0);
  font-size: 18px;
  font-weight: 300;
  text-decoration: none;
  padding-left: 7px;
}
.cntct_icon_grp .active_menu_stick div.sticy_content p.datenschutz-text {
  color: rgba(33,37,41,1.0);
  font-size: 77%;
  font-weight: 300;
  line-height: 1.5;
  margin: 0;
}
.cntct_icon_grp #main_stck_sec_1 {
  max-width: 300px;
}
.cntct_icon_grp #main_stck_sec_2 {
  height: auto;
}
.cntct_icon_grp .sticky-form {
  position: relative;
  top: -30px;
}
@media (max-width:576px) {
  #sticky_btn_1,
  #sticky_btn_2 {
    display: none;
  }
}