@charset "UTF-8";
/* //
Theme Name: Pegasus Starter
Theme URI: https://hsag.info
Author: O.Wendt
Author URI: https://hsag.info
Description: Basic Bootstrap 5 Template
Version: 1.1.8
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pegasus_starter
// 
*/
body {
  font-family: "News Gothic Condensed";
  font-size: 1.3rem;
  font-weight: 400;
  color: #000000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "News Gothic";
  margin-bottom: 0.25rem;
}

h1 {
  font-size: 3.3rem;
}

h2 {
  font-size: 2.8rem;
}

h3 {
  font-size: 2.3rem;
}

h4 {
  font-size: 2rem;
}

h5 {
  font-size: 1.7rem;
}

h6 {
  font-size: 1.4rem;
}

.s-h1 {
  font-size: 3.3rem;
}

.s-h2 {
  font-size: 2.8rem;
}

.s-h3 {
  font-size: 2.3rem;
}

.s-h4 {
  font-size: 2rem;
}

.s-h5 {
  font-size: 1.7rem;
}

.s-h6 {
  font-size: 1.4rem;
}

.s-regular {
  font-family: "News Gothic Condensed";
}

.s-heading {
  font-family: "News Gothic";
}

a {
  color: #209BD8;
}

a:hover {
  color: #58BCAD;
}

.klein p {
  font-size: 12px !important;
}

.weit {
  letter-spacing: 2px;
}

.eng {
  letter-spacing: -1px;
}

.gross {
  text-transform: uppercase;
}

.fett {
  font-weight: bold;
}

.leicht {
  font-weight: 200;
}

.null {
  margin-bottom: 0px !important;
}

.bg-weiss {
  background-color: #ffffff;
}

.bg-schwarz {
  background-color: #000000;
}

.bg-lichtgrau {
  background-color: #F4F4F4;
}

.bg-hellgrau {
  background-color: #E2E2E2;
}

.bg-grau {
  background-color: #7E7D7B;
}

.bg-dunkelgrau {
  background-color: #272727;
}

.bg-hellblau {
  background-color: #90D4F6;
}

.bg-blau {
  background-color: #209BD8;
}

.bg-dunkelblau {
  background-color: #1C3D80;
}

.bg-lichtgruen {
  background-color: #CEE0D6;
}

.bg-hellgruen {
  background-color: #99CC9C;
}

.bg-gruen {
  background-color: #58BCAD;
}

.bg-dunkelgruen {
  background-color: #008271;
}

.bg-hellrot {
  background-color: #E70007;
}

.bg-rot {
  background-color: #c90108;
}

.bg-dunkelrot {
  background-color: #D80771;
}

.bg-hellorange {
  background-color: #F9BB5C;
}

.bg-orange {
  background-color: #FECA0A;
}

.bg-dunkelorange {
  background-color: #F29400;
}

.weiss {
  color: #ffffff;
}

.schwarz {
  color: #000000;
}

.lichtgrau {
  color: #F4F4F4;
}

.hellgrau {
  color: #E2E2E2;
}

.grau {
  color: #7E7D7B;
}

.dunkelgrau {
  color: #272727;
}

.hellblau {
  color: #90D4F6;
}

.blau {
  color: #209BD8;
}

.dunkelblau {
  color: #1C3D80;
}

.hellgruen {
  color: #99CC9C;
}

.gruen {
  color: #58BCAD;
}

.dunkelgruen {
  color: #008271;
}

.hellrot {
  color: #E70007;
}

.rot {
  color: #c90108;
}

.dunkelrot {
  color: #D80771;
}

.hellorange {
  color: #F9BB5C;
}

.orange {
  color: #FECA0A;
}

.dunkelorange {
  color: #F29400;
}

.verlauf-orange {
  background-color: #F29400;
  background: linear-gradient(125deg, rgb(254, 202, 10) 0%, rgb(242, 148, 0) 43%, rgb(242, 148, 0) 77%, rgb(254, 202, 10) 100%);
}

.verlauf-gruen {
  background: #007a6a;
  background: linear-gradient(125deg, rgb(0, 122, 106) 0%, rgb(0, 174, 151) 43%, rgb(88, 188, 173) 68%, rgb(153, 204, 156) 100%);
}

.verlauf-blau {
  background: #90D4F6;
  background: linear-gradient(125deg, rgb(144, 212, 246) 0%, rgb(32, 155, 216) 43%, rgb(28, 61, 128) 77%, rgb(5, 30, 84) 100%);
}

.vc_toggle_icon {
  background-color: #f4f4f4 !important;
}

.vc_btn3-color-success {
  background-color: #008271 !important;
}

.vc_btn3-color-orange {
  background-color: #F29400 !important;
}

.vc_btn3-color-primary {
  background-color: #1C3D80 !important;
}

.vc_btn3-size-lg {
  font-size: inherit !important;
}

.z-index-top {
  z-index: 999;
  position: relative;
}

.fehler {
  height: 80vh;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.fehler h1 {
  font-size: 120px;
  text-transform: uppercase;
  font-weight: 800;
}
.fehler {
}

.modal-backdrop {
  opacity: 0.8 !important;
}

.servicepoint .modal-dialog {
  max-width: 600px;
}

.modal-dialog-slideout {
  min-height: 100%;
  margin: 0 0 0 auto;
  background: #fff;
}

.modal.fade .modal-dialog.modal-dialog-slideout {
  -webkit-transform: translate(100%, 0) scale(1);
  -ms-transform: translate(100%, 0) scale(1);
      transform: translate(100%, 0) scale(1);
}

.modal.fade.show .modal-dialog.modal-dialog-slideout {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
      transform: translate(0, 0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
      align-items: stretch;
  -webkit-box-align: stretch;
  height: 100%;
}

.modal.fade.show .modal-dialog.modal-dialog-slideout .modal-body {
  overflow-y: auto;
  overflow-x: hidden;
}

.modal-dialog-slideout .modal-content {
  border: 0;
}

.modal-dialog-slideout .modal-header,
.modal-dialog-slideout .modal-footer {
  height: 4rem;
  display: block;
}

.btn-close {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #ffffff;
  border: 0;
  border-radius: 0.25rem;
  opacity: 1;
}

@media screen and (max-width: 1199.98px) {
  h1 {
    font-size: 2.8rem;
  }
  h2 {
    font-size: 2.4rem;
  }
  h3 {
    font-size: 2rem;
  }
  h4 {
    font-size: 1.5rem;
  }
  h5 {
    font-size: 1.3rem;
  }
  h6 {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 767.98px) {
  body {
    font-size: 1rem;
  }
  h1 {
    font-size: 2.2rem;
  }
  h2 {
    font-size: 1.8rem;
  }
  h3 {
    font-size: 1.7rem;
  }
  h4 {
    font-size: 1.5rem;
  }
  h5 {
    font-size: 1.3rem;
  }
  h6 {
    font-size: 1.1rem;
  }
  .s-h1 {
    font-size: 2.2rem;
  }
  .s-h2 {
    font-size: 1.8rem;
  }
  .s-h3 {
    font-size: 1.65rem;
  }
  .s-h4 {
    font-size: 1.5rem;
  }
  .s-h5 {
    font-size: 1.3rem;
  }
  .s-h6 {
    font-size: 1.1rem;
  }
}
.topleiste p {
  margin-bottom: 0;
}
.topleiste .tl-links a {
  text-decoration: none;
  color: #ffffff;
  background-color: #008271;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 15px 20px;
  line-height: 1rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
}
.topleiste .tl-links a:hover {
  background-color: #58BCAD;
}
.topleiste .tl-links {
}
.topleiste .tl-links-blau a {
  text-decoration: none;
  color: #ffffff;
  background-color: #1C3D80;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 15px 20px;
  line-height: 1rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
}
.topleiste .tl-links-blau a:hover {
  background-color: #209BD8;
}
.topleiste .tl-links-blau {
}
.topleiste .tl-rechts {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.topleiste .tl-rechts ul {
  margin: 0;
  padding-left: 0;
  list-style-type: none;
}
.topleiste .tl-rechts li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.topleiste .tl-rechts li:after {
  content: "|";
  position: relative;
  top: 6px;
  color: #fff;
}
.topleiste .tl-rechts li:last-child:after {
  content: "";
}
.topleiste .tl-rechts li a {
  text-decoration: none;
  color: #ffffff;
  padding: 7px 10px 5px;
}
.topleiste .tl-rechts li {
}
.topleiste .tl-rechts p {
  color: #ffffff;
}
.topleiste .tl-rechts i {
  margin-right: 5px;
}
.topleiste .tl-rechts {
}
.topleiste {
}

.header {
  z-index: 1000;
  position: relative;
}

.bg-image-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background: #1C3D80;
  background: -webkit-gradient(linear, left top, right top, from(rgba(28, 61, 128, 0.96)), color-stop(20%, rgba(32, 155, 216, 0.4)), color-stop(35%, rgba(88, 188, 173, 0.3)), color-stop(45%, rgba(249, 187, 92, 0.25)), color-stop(55%, rgba(249, 187, 92, 0)), to(rgba(249, 187, 92, 0.04)));
  background: linear-gradient(90deg, rgba(28, 61, 128, 0.96) 0%, rgba(32, 155, 216, 0.4) 20%, rgba(88, 188, 173, 0.3) 35%, rgba(249, 187, 92, 0.25) 45%, rgba(249, 187, 92, 0) 55%, rgba(249, 187, 92, 0.04) 100%);
}

.headerleiste {
  max-height: 90px;
}

.header-wrapper {
  z-index: 9999;
  position: relative;
}

.navleiste-ohne-transparenz {
  opacity: 1 !important;
}

.navleiste {
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0.7;
  -webkit-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.5));
}
.navleiste-inhalt {
  background-color: #fff;
  background-image: url("assets/images/bg-nav.svg");
  position: absolute;
  left: 60px;
  right: 60px;
  top: 0;
  bottom: 0;
  background-size: cover;
}
.navleiste::before, .navleiste::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  height: auto;
  width: 70px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.navleiste::before {
  left: 0;
  background-image: url("assets/images/ecke-links.svg");
}
.navleiste::after {
  right: 0;
  background-image: url("assets/images/ecke-rechts.svg");
}
.navleiste {
}

.logo {
  padding: 10px 0;
}
.logo img {
  width: 100%;
  max-width: 230px;
}
.logo p {
  letter-spacing: 15px;
  font-size: 26px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0;
}
.logo {
}

.logo-2 {
  padding: 20px 0;
}
.logo-2 img {
  display: block;
  max-width: 100%;
  max-height: 45px;
}
.logo-2 p {
  letter-spacing: 15px;
  font-size: 26px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0;
}
.logo-2 {
}

.logo-3 {
  margin-top: -56px;
  position: relative;
}
.logo-3 img {
  display: block;
  max-width: 100%;
  max-height: 104px;
}
.logo-3 {
}

.logo-3::after {
  content: "";
  display: none;
  position: absolute;
  top: -14px;
  right: -2px;
  width: 100px;
  height: 50px;
  background-color: #fff;
  z-index: -1;
  opacity: 0.7;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
}

.btn-border {
  border: solid 1px #fff !important;
}

.btn {
  border-width: 2px;
  letter-spacing: 2px;
  font-weight: 500;
}

.btn-service {
  font-family: "News Gothic";
  width: 200px;
  height: 60px;
  text-align: left;
  border-radius: 0;
  border: none;
  padding: 0 0 0 17px;
  font-size: 18px;
  color: #000;
  text-transform: uppercase;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #F29400;
  -webkit-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
}
.btn-service:hover {
  background-color: #FECA0A;
}
.btn-service {
}

.btn-service-2 {
  font-family: "News Gothic";
  width: 200px;
  height: 60px;
  border-radius: 0;
  border: none;
  font-size: 18px;
  color: #000;
  text-transform: uppercase;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #F29400;
  -webkit-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
}
.btn-service-2:hover {
  background-color: #FECA0A;
}
.btn-service-2 {
}

.btn-search {
  background-color: #008271;
  -webkit-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
}
.btn-search:hover {
  background-color: #58BCAD;
  color: #fff;
}
.btn-search {
}

.btn-search-blau {
  background-color: #1C3D80;
  -webkit-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
}
.btn-search-blau:hover {
  background-color: #209BD8;
  color: #fff;
}
.btn-search-blau {
}

.btn-search-rot {
  background-color: #D80771;
  -webkit-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
}
.btn-search-rot:hover {
  background-color: #c90108;
  color: #fff;
}
.btn-search-rot {
}

.btn-allert {
  background-color: #c90108;
  -webkit-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
}
.btn-allert:hover {
  color: #fff;
  background-color: #E70007;
}
.btn-allert {
}

.btn-quadrat {
  width: 60px;
  height: 60px;
  border-radius: 10px;
  border: none;
  color: #ffffff;
  font-size: 22px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mask1 {
  -webkit-mask-image: url(assets/images/bt-mask.png);
          mask-image: url(assets/images/bt-mask.png);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "»" !important;
}

.breadcrumb-item a {
  color: #008271;
  font-weight: bold;
}

.teaser-header-start {
  position: relative;
  min-height: 850px;
}

.teaser-header {
  position: relative;
  min-height: 500px;
  background-size: cover;
  background-position: center center;
}

.teaser-search {
  min-height: 150px;
}

#searchContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  position: absolute;
  right: 50px;
  margin-top: 23px;
  -webkit-transition: opacity 0.3s ease-out, max-height 0.3s ease-out, padding 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, max-height 0.3s ease-out, padding 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out, max-height 0.3s ease-out, padding 0.3s ease-out;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out, max-height 0.3s ease-out, padding 0.3s ease-out, -webkit-transform 0.3s ease-out;
  opacity: 0;
  -webkit-transform: translateY(80px);
      -ms-transform: translateY(80px);
          transform: translateY(80px);
  max-height: auto;
  padding: 0;
  overflow: hidden;
}
#searchContainer .search-submit {
  position: relative;
  overflow: hidden;
  padding: 10px 15px;
  background-color: #008271;
  color: white;
  border-top: 1px solid #008271;
  border-bottom: 1px solid #008271;
  border-left: 0px;
  border-right: 1px solid #008271;
  border-radius: 0 10px 10px 0;
  cursor: pointer;
}
#searchContainer #searchInput {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 10px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 0px;
  border-radius: 10px 0 0 10px;
  width: 230px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  font-size: inherit;
  background-color: #fafafa;
}
#searchContainer {
}

.show-search {
  opacity: 1 !important;
  -webkit-transform: translateY(0) !important;
      -ms-transform: translateY(0) !important;
          transform: translateY(0) !important;
  max-height: 60px !important;
  padding-bottom: 10px !important;
}

.hidden-search {
  display: none;
}

.rmp-container {
  padding: 0 !important;
}

@media screen and (max-width: 1399.98px) {
  .logo img {
    max-width: 240px;
  }
  .logo {
  }
  .hauptmenue li a {
    letter-spacing: 3px;
    padding: 8px 5px !important;
  }
  .hauptmenue {
  }
}
@media screen and (max-width: 991.98px) {
  .logo-3::after {
    top: -16px;
  }
}
@media screen and (max-width: 767.98px) {
  .wrapper-headerleiste {
    background-color: rgba(255, 255, 255, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }
  .wrapper-headerleiste-weiss {
    background-color: rgb(255, 255, 255) !important;
  }
  .teaser-header-start {
    min-height: 570px;
  }
  .teaser-header {
    min-height: 400px;
  }
  .logo-3 {
    margin-top: 0;
    position: relative;
  }
  .logo-3 img {
    max-width: 100%;
    max-height: 60px;
  }
  .logo-3 {
  }
  .logo-3::after {
    display: none;
  }
}
@media screen and (max-width: 575.98px) {
  .logo {
    padding: 10px;
  }
  .logo img {
    max-width: 180px;
  }
  .logo {
  }
  .logo-2 {
    padding: 20px 10px;
  }
  .teaser-header {
    min-height: 350px;
  }
  .rmp_menu_trigger,
  .btn-quadrat {
    width: 45px !important;
    height: 45px !important;
  }
  .btn-quadrat {
    width: 45px;
    height: 45px;
  }
  .logo-3 {
    margin-top: 0;
    position: relative;
  }
  .logo-3 img {
    max-width: 100%;
    max-height: 50px;
  }
  .logo-3 {
  }
}
.inhalt {
  position: relative;
  z-index: 999;
}

.single-post .inhalt {
  margin-top: 25px;
  margin-bottom: 20px;
}

.teaser-info .tb-button__link {
  margin-bottom: 0;
}
.teaser-info {
}

.overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
  -ms-flex-line-pack: center;
      align-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.schatten {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.45);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.45);
}

.schatten-big {
  -webkit-box-shadow: 0px 0px 20px 0px rgb(140, 140, 140);
          box-shadow: 0px 0px 20px 0px rgb(140, 140, 140);
}

.rundung-big,
.rundung-big img {
  border-radius: 20px;
}

.schatten-leicht {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
}

.rundung,
.rundung img {
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  overflow: hidden;
}

.border-rundung-top,
.border-rundung-top img {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.border-rundung-bottom,
.border-rundung-bottom img {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.vc_btn3.vc_btn3-shape-rounded {
  border-radius: 10px !important;
}

.vc_btn3.vc_btn3-color-black.vc_btn3-style-outline {
  background-color: #fff !important;
}

.vc_btn3.vc_btn3-color-black.vc_btn3-style-outline:hover {
  background-color: #000 !important;
}

.accordion-big .vc_tta-panel-heading {
  border: solid 1px #666 !important;
}
.accordion-big .vc_tta-panel-title > a {
  padding: 25px 20px !important;
}
.accordion-big .vc_tta-panel .vc_tta-panel-heading:hover {
  background-color: #fff !important;
}
.accordion-big .vc_tta-panel-heading {
  border-radius: 15px !important;
  border-bottom-left-radius: 15px !important;
  border-bottom-right-radius: 15px !important;
}
.accordion-big .vc_tta-panel.vc_active .vc_tta-panel-heading {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.accordion-big .vc_active .vc_tta-panel-body {
  border-bottom-left-radius: 15px !important;
  border-bottom-right-radius: 15px !important;
}
.accordion-big .vc_tta-panel .vc_tta-panel-body {
  padding-top: 0px !important;
  border-left: solid 1px #000 !important;
  border-right: solid 1px #000 !important;
  border-bottom: solid 1px #000 !important;
  border-top: none !important;
}
.accordion-big .vc_tta-panel-title > a {
  color: #000 !important;
}
.accordion-big {
}

.upb_bg_overlay {
  background: #1C3D80;
  background: -webkit-gradient(linear, left top, right top, from(rgba(28, 61, 128, 0.96)), color-stop(20%, rgba(32, 155, 216, 0.4)), color-stop(35%, rgba(88, 188, 173, 0.3)), color-stop(45%, rgba(249, 187, 92, 0.25)), color-stop(55%, rgba(249, 187, 92, 0)), to(rgba(249, 187, 92, 0.04)));
  background: linear-gradient(90deg, rgba(28, 61, 128, 0.96) 0%, rgba(32, 155, 216, 0.4) 20%, rgba(88, 188, 173, 0.3) 35%, rgba(249, 187, 92, 0.25) 45%, rgba(249, 187, 92, 0) 55%, rgba(249, 187, 92, 0.04) 100%);
}

.startseite-sliderfooter .slick-slide {
  margin: 0 !important;
}

.info-box,
.info-box .ult-content-box {
  border-radius: 20px;
  overflow: hidden;
}

.icon-box,
.icon-box .ult-content-box {
  border-radius: 20px;
}

.icon-box a {
  color: #fff;
  display: inline-block;
  border: 2px #fff solid;
  padding: 5px 15px;
  border-radius: 10px;
  text-decoration: none;
}

.hg-bild .vc_column-inner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.pseudo-spalte-1_2 {
  max-width: 750px;
}

.image-oben-box.wpb_single_image {
  margin-left: -20px;
  margin-right: -20px;
  margin-top: -20px;
}

.bottom-text {
  padding: 20px 15px;
}

.runde-box {
  position: relative;
  overflow: hidden;
}

.runde-box.oben-rund .wpb_single_image {
  margin-left: -20px;
  margin-right: -20px;
  margin-top: -20px;
}

.runde-box.unten-rund .wpb_single_image {
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: -20px;
}

.runde-box.unten-rund {
  border-bottom-right-radius: 400px;
  border-bottom-left-radius: 400px;
}

.runde-box.oben-rund {
  border-top-right-radius: 400px;
  border-top-left-radius: 400px;
}

.mt-n40 {
  margin-top: -40px !important;
}

.zahl-mt-n40 {
  margin-top: -40px !important;
  position: relative;
  top: -10px;
  margin-bottom: -10px !important;
}

.zahl {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 80px;
  width: 80px;
  border-radius: 100px;
  border: solid 10px #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.box-icon-runde-ecken .aio-icon.square {
  border-radius: 15px !important;
}

.ma-box {
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.oben-rechts-rund {
  border-top-left-radius: 20px;
}

.unten-rund {
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.ult_price_action_button {
  padding: 20px 30px !important;
  border-radius: 10px !important;
}

.ult_design_4.ult-cs-green .ult_pricing_table .ult_price_link .ult_price_action_button {
  background: #008271 !important;
}

.ult_design_4.ult-cs-green .ult_pricing_table {
  border-top: 5px solid #008271 !important;
}

.ult_design_4.ult-cs-gray .ult_pricing_table .ult_price_link .ult_price_action_button {
  background: #FECA0A !important;
}

.ult_design_4.ult-cs-gray .ult_pricing_table {
  border-top: 5px solid #FECA0A !important;
}

.ult_design_5 .ult_pricing_table {
  border-radius: 20px 20px 0 0 !important;
  overflow: hidden;
}

.ult_design_5.ult-cs-green .ult_pricing_table .ult_price_link .ult_price_action_button {
  background: #008271 !important;
}

.ult_design_5.ult-cs-green .ult_pricing_table .ult_pricing_heading {
  background: #008271 !important;
}

.ult_design_5.ult-cs-green .ult_pricing_table .ult_price_body_block {
  background: #008271 !important;
}

.ult_design_5.ult-cs-gray .ult_pricing_table .ult_price_link .ult_price_action_button {
  background: #FECA0A !important;
}

.ult_design_5.ult-cs-gray .ult_pricing_table .ult_pricing_heading {
  background: #FECA0A !important;
}

.ult_design_5.ult-cs-gray .ult_pricing_table .ult_price_body_block {
  background: #FECA0A !important;
}

.single-post .inhalt {
  margin-top: 25px;
  margin-bottom: 20px;
}

.tarifbox ul {
  list-style: none;
  padding: 0 20px;
  text-align: center;
}

.tarifbox li {
  padding: 10px 0;
  border-bottom: solid 1px #ccc;
}

.tarifbox li:last-child {
  border-bottom: none;
}

.box-border-orange {
  border-top: solid 10px #F29400;
  border-bottom: solid 20px #F29400;
}

.box-border-gruen {
  border-top: solid 10px #008271;
  border-bottom: solid 20px #008271;
}

.box-border-rot {
  border-top: solid 10px #D80771;
  border-bottom: solid 20px #D80771;
}

.box-border-blau {
  border-top: solid 10px #1C3D80;
  border-bottom: solid 20px #1C3D80;
}

.box-border-gruen a {
  color: #008271;
}

.box-border-orange a {
  color: #F29400;
}

.box-border-rot a {
  color: #D80771;
}

.box-border-blau a {
  color: #1C3D80;
}

.border-leicht .vc_btn3-style-outline {
  border-width: 1px !important;
}

.s-point-box span {
  font-size: 58px;
}
.s-point-box a {
  text-decoration: none !important;
  color: #008271;
}
.s-point-box a:hover {
  color: #58BCAD;
}
.s-point-box .sp-link p {
  display: inline-block;
}
.s-point-box .sp-link span {
  margin-left: 5px;
  font-size: inherit;
  display: inline-block;
}
.s-point-box .sp-link {
}
.s-point-box {
}

.s-point-box-large span {
  font-size: 58px;
  margin-right: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.s-point-box-large a {
  text-decoration: none !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #008271;
}
.s-point-box-large a:hover {
  color: #58BCAD;
}
.s-point-box-large {
}

@media screen and (max-width: 575.98px) {
  .inhalt {
    overflow: hidden;
  }
}
.footer {
  position: relative;
}
.footer h3 {
  font-size: 1.5rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.footer .wp-block-table td, .footer .wp-block-table th {
  border: 0px;
  padding: 0em;
}
.footer a {
  color: #fff;
}
.footer a:hover {
  color: #fff;
}
.footer {
}

a.social-media {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #272727;
  font-size: 30px;
  text-decoration: none;
  margin-right: 10px;
}

a.social-media:hover {
  color: #7E7D7B;
}

.footerlast p {
  margin-bottom: 0;
  font-size: 1rem;
}
.footerlast .fl-links {
  text-align: left;
}
.footerlast .fl-rechts {
  text-align: right;
}
.footerlast {
}

@media screen and (max-width: 767.98px) {
  .footer h3 {
    font-size: 1.5rem;
  }
  .footer {
  }
  .footerlast .fl-links {
    text-align: center;
  }
  .footerlast .fl-rechts {
    text-align: center;
  }
  .footerlast {
  }
}
@font-face {
  font-family: "News Gothic Condensed";
  src: url("assets/fonts/NewsGothicCondensed.woff2") format("woff2"), url("assets/fonts/NewsGothicCondensed.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "News Gothic";
  src: url("assets/fonts/NewsGothicBT-BoldCondensed.woff2") format("woff2"), url("assets/fonts/NewsGothicBT-BoldCondensed.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "servicepoint";
  src: url("assets/icons/servicepoint.ttf?sr3zui") format("truetype"), url("assets/icons/servicepoint.woff?sr3zui") format("woff"), url("assets/icons/servicepoint.svg?sr3zui#servicepoint") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
i {
  font-family: "servicepoint";
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.i-baustelle:before {
  content: "\e900";
}

.i-chatbot:before {
  content: "\e901";
}

.i-download:before {
  content: "\e902";
}

.i-formular:before {
  content: "\e903";
}

.i-kundenservice:before {
  content: "\e904";
}

.i-ladesaeule:before {
  content: "\e905";
}

.i-standort:before {
  content: "\e906";
}

.i-netze:before {
  content: "\e907";
}

.i-oeffnungszeiten:before {
  content: "\e908";
}

.i-portal:before {
  content: "\e909";
}

.i-stecker:before {
  content: "\e90a";
}

.i-stoerung:before {
  content: "\e90b";
}

.i-umzug:before {
  content: "\e90c";
}

.i-wallbox:before {
  content: "\e90d";
}

.i-warnung:before {
  content: "\e90e";
}

.i-zaehlerstand:before {
  content: "\e90f";
}