#elementor-popup-modal-503 {
  background-color: transparent;
}
body.page-template-default, body.elementor-page-1122 {
  margin-top: 150px;
}
@media (max-width: 1024.98px) {
  body.page-template-default, body.elementor-page-1122 {
    margin-top: 105px;
  }
}
body.single-product {
  margin-top: 213px;
}
@media (max-width: 2400.98px) {
  body.single-product {
    margin-top: 194px;
  }
}
@media (max-width: 1200.98px) {
  body.single-product {
    margin-top: 120px;
  }
}
@media (max-width: 1024.98px) {
  body.single-product {
    margin-top: 100px;
  }
}
@media (max-width: 767.98px) {
  body.single-product {
    margin-top: 70px;
  }
}
@media (max-width: 575.98px) {
  body.single-product {
    margin-top: 60px;
  }
}
.elementor-location-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 115px;
  background-color: #ffffff;
  z-index: 9999;
  -webkit-transition: all, 300ms ease-in-out;
  -o-transition: all, 300ms ease-in-out;
  transition: all, 300ms ease-in-out;
}
@media (max-width: 1024.98px) {
  .elementor-location-header {
    height: 80px;
  }
}
@media (max-width: 575.98px) {
  .elementor-location-header {
    height: 80px;
  }
}
body {
  /*
  &.show-navbar {
    &.title-is-fixed {
      .elementor-location-header {
        @include flexbox-row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: $header-height-tablet;
        @include breakpoint(min, tablet-extra) {
          top: 0;
        }
        @include breakpoint(max, mobile) {
          height: $header-height-mobile;
        }
        > .elementor-section {
          padding-top: 0;
          padding-bottom: 0;
          width: 100%;
        }
        .elementor-widget-theme-site-logo {
          img {
            width: 120px;
          }
        }
      }
      .fixed-title {
        @include breakpoint(max, tablet-extra) {
          top: 0;
        }
      }
    }
  }
  &:not(.title-is-fixed) {
    .fixed-title {
      &.elementor-widget-theme-post-featured-image {
        @include disable;
      }
    }
  }*/
}
body .fixed-title {
  -webkit-transition: all, 300ms ease-in-out;
  -o-transition: all, 300ms ease-in-out;
  transition: all, 300ms ease-in-out;
}
body .fixed-on-scroll {
  position: fixed;
  top: 150px;
  left: 0;
  margin-top: 50px;
  max-width: 14%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: auto !important;
  -webkit-transition: all, 300ms ease-in-out;
  -o-transition: all, 300ms ease-in-out;
  transition: all, 300ms ease-in-out;
}
@media (min-width: 2401px) {
  body .fixed-on-scroll {
    top: 170px;
  }
}
@media (max-width: 1200.98px) {
  body .fixed-on-scroll {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
  }
}
body .fixed-on-scroll .elementor-element.elementor-widget-theme-post-featured-image.elementor-widget-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /*max-height: 100px;*/
  overflow: hidden;
}
@media (max-width: 1450.98px) {
  body .fixed-on-scroll > .elementor-container {
    padding: 20px;
  }
  body .fixed-on-scroll > .elementor-container .elementor-column {
    width: 100%;
  }
}
body .fixed-on-scroll > .elementor-container .elementor-column:last-of-type {
  padding-left: 10px;
}
body .fixed-on-scroll.firewall-overview {
  z-index: 99999;
  background-color: transparent;
  background-image: linear-gradient(150deg, #e2000d 0%, #6e2d31 100%);
  overflow: hidden;
}
@media (max-width: 1450.98px) {
  body .fixed-on-scroll.firewall-overview > .elementor-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
body .fixed-on-scroll.firewall-overview .elementor-widget-wrap > .elementor-widget-theme-post-featured-image {
  margin-bottom: 0 !important;
}
body .fixed-on-scroll.firewall-overview .elementor-widget-wrap:after {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}
body.title-is-fixed .fixed-on-scroll {
  top: 165px;
}
@media (min-width: 1025px) {
  body.title-is-fixed .elementor-location-header.navbar-hide {
    height: 150px;
  }
}
body.title-is-fixed .elementor-location-header .elementor-widget-theme-site-logo img {
  -webkit-transition: all, 300ms ease-in-out;
  -o-transition: all, 300ms ease-in-out;
  transition: all, 300ms ease-in-out;
  width: 200px;
}
@media (max-width: 1024.98px) {
  body.title-is-fixed .elementor-location-header .elementor-widget-theme-site-logo img {
    width: 135px;
  }
}
body.title-is-fixed {
  /*.fixed-title {
      @include breakpoint(max, tablet-extra) {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background-color: $white-alternative;
        z-index: 8000;
      }


      @include breakpoint(max, tablet-extra) {
        padding: 20px;
      }
      > .elementor-widget-container {
        margin-top: 0 !important;
        .elementor-heading-title {
          font-size: 18px;
        }
      }
      &.elementor-widget-theme-post-featured-image {
        left: 0;
        display: inline;
        right: unset;
        width: auto;
        padding: 0 15px;
        height: 58px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        z-index: 9999999;
        @include breakpoint(max, mobile) {
          @include disable;
        }
        picture {
          img {
           width: 85px; 
          
          }
        }
      }
    }**/
}
body.title-is-fixed .fixed-on-scroll {
  margin-top: 0;
  opacity: 1;
}
.elementor-nav-menu--main ul.elementor-nav-menu:hover > li.menu-item, .elementor-nav-menu--main ul.elementor-nav-menu:focus > li.menu-item, .elementor-nav-menu--main ul.elementor-nav-menu:focus-within > li.menu-item {
  opacity: 0.5;
}
.elementor-nav-menu--main ul.elementor-nav-menu > li.menu-item {
  -webkit-transition: all, 300ms ease-in-out;
  -o-transition: all, 300ms ease-in-out;
  transition: all, 300ms ease-in-out;
}
.elementor-nav-menu--main ul.elementor-nav-menu > li.menu-item:hover, .elementor-nav-menu--main ul.elementor-nav-menu > li.menu-item:focus, .elementor-nav-menu--main ul.elementor-nav-menu > li.menu-item:focus-within {
  opacity: 1;
  -webkit-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  transform: translateY(-4px);
}
.elementor-nav-menu--main ul.elementor-nav-menu > li.menu-item:hover .elementor-item .sub-arrow:after, .elementor-nav-menu--main ul.elementor-nav-menu > li.menu-item:focus .elementor-item .sub-arrow:after, .elementor-nav-menu--main ul.elementor-nav-menu > li.menu-item:focus-within .elementor-item .sub-arrow:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.elementor-nav-menu--main ul.elementor-nav-menu > li.menu-item .elementor-item:after {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}
.elementor-nav-menu--main ul.elementor-nav-menu > li.menu-item .elementor-item .sub-arrow i {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}
.elementor-nav-menu--main ul.elementor-nav-menu > li.menu-item .elementor-item .sub-arrow:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  display: block;
  width: 12px;
  height: 6px;
  background-image: url("/wp-content/uploads/2022/09/Pfad-14.png");
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: transform, 300ms ease-in-out;
  -o-transition: transform, 300ms ease-in-out;
  transition: transform, 300ms ease-in-out;
}
.elementor-nav-menu--main ul.elementor-nav-menu > li.menu-item .sub-menu {
  background-color: #000000;
}
.elementor-nav-menu--main ul.elementor-nav-menu > li.menu-item .sub-menu .menu-item .elementor-sub-item {
  color: #ffffff;
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
}
.wrap-fixed-menu {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 999999;
}
.wrap-fixed-menu.open .toggle-fixed-menu .fixed-menu-item {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
}
.wrap-fixed-menu a:hover, .wrap-fixed-menu a:focus, .wrap-fixed-menu a:focus-within, .wrap-fixed-menu button:hover, .wrap-fixed-menu button:focus, .wrap-fixed-menu button:focus-within {
  box-shadow: -2px 4px 16px -9px black;
  -webkit-box-shadow: -2px 4px 16px -9px black;
  -moz-box-shadow: -2px 4px 16px -9px black;
}
.wrap-fixed-menu .fixed-menu-item {
  z-index: 999;
}
.wrap-fixed-menu .fixed-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.wrap-fixed-menu .fixed-top button.toggle-menu {
  width: 122px;
  height: 122px;
  background-color: #000000;
  border-radius: 0;
  border: 0;
  outline: 0;
  -webkit-transition: all, 300ms ease-in-out;
  -o-transition: all, 300ms ease-in-out;
  transition: all, 300ms ease-in-out;
}
@media (max-width: 1024.98px) {
  .wrap-fixed-menu .fixed-top button.toggle-menu {
    width: 80px;
    height: 80px;
  }
}
.wrap-fixed-menu .fixed-top button.toggle-menu:hover, .wrap-fixed-menu .fixed-top button.toggle-menu:focus, .wrap-fixed-menu .fixed-top button.toggle-menu:focus-within {
  box-shadow: -2px 4px 16px -9px black;
  -webkit-box-shadow: -2px 4px 16px -9px black;
  -moz-box-shadow: -2px 4px 16px -9px black;
}
.wrap-fixed-menu .fixed-top button.toggle-menu:hover img, .wrap-fixed-menu .fixed-top button.toggle-menu:focus img, .wrap-fixed-menu .fixed-top button.toggle-menu:focus-within img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.wrap-fixed-menu .fixed-top .toggle-fixed-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.wrap-fixed-menu .fixed-top .toggle-fixed-menu a.fixed-menu-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 77px;
  height: 77px;
  background: #E7F8FF 0% 0% no-repeat padding-box;
  border: 1px solid #ffffff;
  opacity: 1;
  -webkit-transition: all, 300ms ease-in-out;
  -o-transition: all, 300ms ease-in-out;
  transition: all, 300ms ease-in-out;
}
@media (max-width: 1024.98px) {
  .wrap-fixed-menu .fixed-top .toggle-fixed-menu a.fixed-menu-item {
    width: 64px;
    height: 64px;
  }
}
.wrap-fixed-menu .fixed-top .toggle-fixed-menu a.fixed-menu-item:hover, .wrap-fixed-menu .fixed-top .toggle-fixed-menu a.fixed-menu-item:focus, .wrap-fixed-menu .fixed-top .toggle-fixed-menu a.fixed-menu-item:focus-within {
  background-color: #b4e9ff;
}
.wrap-fixed-menu .fixed-top .toggle-fixed-menu a.fixed-menu-item:hover img, .wrap-fixed-menu .fixed-top .toggle-fixed-menu a.fixed-menu-item:focus img, .wrap-fixed-menu .fixed-top .toggle-fixed-menu a.fixed-menu-item:focus-within img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.wrap-fixed-menu .fixed-top .toggle-fixed-menu a.fixed-menu-item.cart .cart-count {
  position: absolute;
  top: 20%;
  left: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  font-size: 13px;
  line-height: 19px;
  background-color: #C8F5CF;
}
.wrap-fixed-menu .fixed-top .toggle-fixed-menu a.fixed-menu-item.search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
}
.wrap-fixed-menu .fixed-top .toggle-fixed-menu a.fixed-menu-item.search img {
  margin-left: 25px;
  margin-right: 25px;
}
@media (max-width: 1024.98px) {
  .wrap-fixed-menu .fixed-top .toggle-fixed-menu a.fixed-menu-item.search img {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 1025px) {
  .wrap-fixed-menu .fixed-top .toggle-fixed-menu a.fixed-menu-item.search:hover .search-bar, .wrap-fixed-menu .fixed-top .toggle-fixed-menu a.fixed-menu-item.search:focus .search-bar, .wrap-fixed-menu .fixed-top .toggle-fixed-menu a.fixed-menu-item.search:focus-within .search-bar {
    margin-right: 0;
  }
}
.wrap-fixed-menu .fixed-top .toggle-fixed-menu a.fixed-menu-item.search .search-bar {
  margin-right: -302px;
  -webkit-transition: margin-right, 300ms ease-in-out;
  -o-transition: margin-right, 300ms ease-in-out;
  transition: margin-right, 300ms ease-in-out;
}
.wrap-fixed-menu .fixed-top .toggle-fixed-menu a.fixed-menu-item.search .search-bar .searchandfilter ul {
  padding-inline-start: 0;
  height: 77px;
  max-height: 77px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (max-width: 1024.98px) {
  .wrap-fixed-menu .fixed-top .toggle-fixed-menu a.fixed-menu-item.search .search-bar .searchandfilter ul {
    max-height: 64px;
    height: 64px;
  }
}
.wrap-fixed-menu .fixed-top .toggle-fixed-menu a.fixed-menu-item.search .search-bar .searchandfilter ul > li:not(.sf-field-search):not(.sf-field-submit) {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}
.wrap-fixed-menu .fixed-top .toggle-fixed-menu a.fixed-menu-item.search .search-bar .searchandfilter ul .sf-field-submit {
  padding: 0;
}
.wrap-fixed-menu .fixed-top .toggle-fixed-menu a.fixed-menu-item.search .search-bar .searchandfilter ul .sf-field-submit input {
  width: 77px;
  height: 77px;
  border: 0 !important;
  outline: 0 !important;
  border-radius: 0 !important;
  background-image: url("/wp-content/uploads/2022/09/Gruppe-173.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 35%;
  -webkit-transition: all, 300ms ease-in-out;
  -o-transition: all, 300ms ease-in-out;
  transition: all, 300ms ease-in-out;
}
@media (max-width: 1024.98px) {
  .wrap-fixed-menu .fixed-top .toggle-fixed-menu a.fixed-menu-item.search .search-bar .searchandfilter ul .sf-field-submit input {
    width: 64px;
    height: 64px;
  }
}
.wrap-fixed-menu .fixed-top .toggle-fixed-menu a.fixed-menu-item.search .search-bar .searchandfilter ul .sf-field-submit:hover input, .wrap-fixed-menu .fixed-top .toggle-fixed-menu a.fixed-menu-item.search .search-bar .searchandfilter ul .sf-field-submit:focus input, .wrap-fixed-menu .fixed-top .toggle-fixed-menu a.fixed-menu-item.search .search-bar .searchandfilter ul .sf-field-submit:focus-within input {
  background-color: #b4e9ff;
  background-size: 40%;
  color: #000000;
}
.wrap-fixed-menu .fixed-top .toggle-fixed-menu a.fixed-menu-item.search .search-bar .searchandfilter ul .sf-field-search {
  position: relative;
  padding: 0;
}
.wrap-fixed-menu .fixed-top .toggle-fixed-menu a.fixed-menu-item.search .search-bar .searchandfilter ul .sf-field-search h4 {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  position: absolute;
  top: 0;
  padding: 0;
  margin: 40px 0 0;
  display: block;
  width: 100%;
  color: #000000 !important;
  text-align: center;
  font: normal normal normal 16px/21px Open Sans;
  letter-spacing: 0.48px;
  z-index: 999;
  pointer-events: none;
}
@media (max-width: 1024.98px) {
  .wrap-fixed-menu .fixed-top .toggle-fixed-menu a.fixed-menu-item.search .search-bar .searchandfilter ul .sf-field-search h4 {
    margin: 34px 0 0;
  }
}
.wrap-fixed-menu .fixed-top .toggle-fixed-menu a.fixed-menu-item.search .search-bar .searchandfilter ul .sf-field-search input {
  padding: 15px !important;
  margin: 0;
  width: 300px;
  height: 77px;
  text-align: left;
  font: normal normal bold 18px/21px Open Sans;
  letter-spacing: 0.54px;
  color: #000000 !important;
  text-transform: uppercase;
  background: #ffffff 0% 0% no-repeat padding-box !important;
  border: 1px solid #ffffff !important;
  outline: 0;
  border-radius: 0;
}
@media (max-width: 1024.98px) {
  .wrap-fixed-menu .fixed-top .toggle-fixed-menu a.fixed-menu-item.search .search-bar .searchandfilter ul .sf-field-search input {
    padding: 0px 20px 32px !important;
  }
}
.wrap-fixed-menu .fixed-top .toggle-fixed-menu a.fixed-menu-item.search .search-bar .searchandfilter ul .sf-field-search input::placeholder, .wrap-fixed-menu .fixed-top .toggle-fixed-menu a.fixed-menu-item.search .search-bar .searchandfilter ul .sf-field-search input:-ms-input-placeholder, .wrap-fixed-menu .fixed-top .toggle-fixed-menu a.fixed-menu-item.search .search-bar .searchandfilter ul .sf-field-search input::-ms-input-placeholder {
  color: #000000 !important;
  opacity: 1 !important;
}
.fixed-bottom {
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  z-index: 9999999;
  opacity: 1;
  pointer-events: all;
  -webkit-transition: all, 300ms ease-in-out;
  -o-transition: all, 300ms ease-in-out;
  transition: all, 300ms ease-in-out;
}
@media (max-width: 1200.98px) {
  .fixed-bottom {
    max-height: 64px;
    -webkit-transform: rotate(-90deg) translateX(100%);
    -ms-transform: rotate(-90deg) translateX(100%);
    transform: rotate(-90deg) translateX(100%);
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 100% 100%;
  }
}
.fixed-bottom.element-hide {
  opacity: 0;
  pointer-events: none;
}
@media (max-height: 900px) {
  .fixed-bottom .logos-rotated {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
  }
}
@media (min-width: 1201px) {
  .fixed-bottom .logos-rotated {
    -webkit-transform: rotate(-90deg) translateX(100%);
    -ms-transform: rotate(-90deg) translateX(100%);
    transform: rotate(-90deg) translateX(100%);
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 100% 100%;
  }
}
.fixed-bottom a.silver-partner, .fixed-bottom a.registered-reseller {
  padding-right: 10px;
  margin-right: -233px;
  display: block;
}
@media (max-width: 1450.98px) {
  .fixed-bottom a.silver-partner, .fixed-bottom a.registered-reseller {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
  }
}
.fixed-bottom a.silver-partner img, .fixed-bottom a.registered-reseller img {
  width: 100%;
}
.fixed-bottom a.watchguard-logo {
  margin-top: 11px;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 180px;
  height: 70px;
  background-color: #F82B37;
}
.fixed-bottom .wrap-content {
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 18px;
  -webkit-transition: all, 300ms ease-in-out;
  -o-transition: all, 300ms ease-in-out;
  transition: all, 300ms ease-in-out;
  order: -1;
}
@media (max-width: 1024.98px) {
  .fixed-bottom .wrap-content {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
  }
}
.fixed-bottom .wrap-content p {
  padding: 10px 16px;
}
.fixed-bottom .wrap-content a {
  margin-top: 10px;
}
.fixed-bottom .wrap-content a.button {
  padding: 10px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  mix-blend-mode: difference;
  -webkit-transition: all, 300ms ease-in-out;
  -o-transition: all, 300ms ease-in-out;
  transition: all, 300ms ease-in-out;
}
.fixed-bottom .wrap-content a.button svg {
  margin-right: 10px;
}
.fixed-bottom .wrap-content a.button:hover, .fixed-bottom .wrap-content a.button:focus, .fixed-bottom .wrap-content a.button:focus-within {
  background-color: #E7F8FF;
}
.fixed-bottom a.toggle {
  margin-top: 10px;
  padding: 12px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-content: center;
  width: 180px;
  border: 2px solid #000000;
  background-color: #F8FDFF !important;
  font: normal normal bold 18px/24px Open Sans;
  letter-spacing: 0;
  font-size: 16px;
  line-height: 1.15;
  text-align: center;
  color: #000000 !important;
  border-radius: 0 !important;
  text-transform: uppercase;
  outline: 0 !important;
  -webkit-transition: all, 300ms ease-in-out;
  -o-transition: all, 300ms ease-in-out;
  transition: all, 300ms ease-in-out;
}
@media (max-width: 1200.98px) {
  .fixed-bottom a.toggle {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
  }
}
@media (max-width: 767.98px) {
  .fixed-bottom a.toggle {
    margin: 40px auto 0 20px;
  }
}
.fixed-bottom a.toggle:hover, .fixed-bottom a.toggle:focus, .fixed-bottom a.toggle:focus-within {
  background-color: #000000 !important;
  color: #ffffff !important;
}
.fixed-bottom a.toggle:hover ~ .wrap-content, .fixed-bottom a.toggle:focus ~ .wrap-content, .fixed-bottom a.toggle:focus-within ~ .wrap-content {
  opacity: 1;
}
/*# sourceMappingURL=https://dev.digitalwehr.de/wp-content/build/scss_library/6619ff031d314b9386450286424c292ef5f355c2.css.map */