@charset "UTF-8";
/* CI-Farben */
/* Extend */
/* Core Mixin */
/* Core Extend */
/* Seitenelemente */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a[href*="/wp-admin/link-add.php"],
#wp-admin-bar-comments,
#wp-admin-bar-updates,
#wp-admin-bar-customize,
#wp-admin-bar-wp-logo,
#wp-admin-bar-seed-csp4-notice,
.ab-submenu .ab-submenu {
  display: none !important;
}

/* Abstände */
.mt--10 {
  margin-top: -300px;
}
@media (max-width: 991px) {
  .mt--10 {
    margin-top: -150px;
  }
}

.mt--9 {
  margin-top: -270px;
}
@media (max-width: 991px) {
  .mt--9 {
    margin-top: -135px;
  }
}

.mt--8 {
  margin-top: -240px;
}
@media (max-width: 991px) {
  .mt--8 {
    margin-top: -120px;
  }
}

.mt--7 {
  margin-top: -210px;
}
@media (max-width: 991px) {
  .mt--7 {
    margin-top: -105px;
  }
}

.mt--6 {
  margin-top: -180px;
}
@media (max-width: 991px) {
  .mt--6 {
    margin-top: -90px;
  }
}

.mt--5 {
  margin-top: -150px;
}
@media (max-width: 991px) {
  .mt--5 {
    margin-top: -75px;
  }
}

.mt--4 {
  margin-top: -120px;
}
@media (max-width: 991px) {
  .mt--4 {
    margin-top: -60px;
  }
}

.mt--3 {
  margin-top: -90px;
}
@media (max-width: 991px) {
  .mt--3 {
    margin-top: -45px;
  }
}

.mt--2 {
  margin-top: -60px;
}
@media (max-width: 991px) {
  .mt--2 {
    margin-top: -30px;
  }
}

.mt--1 {
  margin-top: -30px;
}
@media (max-width: 991px) {
  .mt--1 {
    margin-top: -15px;
  }
}

.mt-0 {
  margin-top: 0px;
}
@media (max-width: 991px) {
  .mt-0 {
    margin-top: 0px;
  }
}

.mt-1 {
  margin-top: 30px;
}
@media (max-width: 991px) {
  .mt-1 {
    margin-top: 15px;
  }
}

.mt-2 {
  margin-top: 60px;
}
@media (max-width: 991px) {
  .mt-2 {
    margin-top: 30px;
  }
}

.mt-3 {
  margin-top: 90px;
}
@media (max-width: 991px) {
  .mt-3 {
    margin-top: 45px;
  }
}

.mt-4 {
  margin-top: 120px;
}
@media (max-width: 991px) {
  .mt-4 {
    margin-top: 60px;
  }
}

.mt-5 {
  margin-top: 150px;
}
@media (max-width: 991px) {
  .mt-5 {
    margin-top: 75px;
  }
}

.mt-6 {
  margin-top: 180px;
}
@media (max-width: 991px) {
  .mt-6 {
    margin-top: 90px;
  }
}

.mt-7 {
  margin-top: 210px;
}
@media (max-width: 991px) {
  .mt-7 {
    margin-top: 105px;
  }
}

.mt-8 {
  margin-top: 240px;
}
@media (max-width: 991px) {
  .mt-8 {
    margin-top: 120px;
  }
}

.mt-9 {
  margin-top: 270px;
}
@media (max-width: 991px) {
  .mt-9 {
    margin-top: 135px;
  }
}

.mt-10 {
  margin-top: 300px;
}
@media (max-width: 991px) {
  .mt-10 {
    margin-top: 150px;
  }
}

.mb--10 {
  margin-bottom: -300px;
}
@media (max-width: 991px) {
  .mb--10 {
    margin-bottom: -150px;
  }
}

.mb--9 {
  margin-bottom: -270px;
}
@media (max-width: 991px) {
  .mb--9 {
    margin-bottom: -135px;
  }
}

.mb--8 {
  margin-bottom: -240px;
}
@media (max-width: 991px) {
  .mb--8 {
    margin-bottom: -120px;
  }
}

.mb--7 {
  margin-bottom: -210px;
}
@media (max-width: 991px) {
  .mb--7 {
    margin-bottom: -105px;
  }
}

.mb--6 {
  margin-bottom: -180px;
}
@media (max-width: 991px) {
  .mb--6 {
    margin-bottom: -90px;
  }
}

.mb--5 {
  margin-bottom: -150px;
}
@media (max-width: 991px) {
  .mb--5 {
    margin-bottom: -75px;
  }
}

.mb--4 {
  margin-bottom: -120px;
}
@media (max-width: 991px) {
  .mb--4 {
    margin-bottom: -60px;
  }
}

.mb--3 {
  margin-bottom: -90px;
}
@media (max-width: 991px) {
  .mb--3 {
    margin-bottom: -45px;
  }
}

.mb--2 {
  margin-bottom: -60px;
}
@media (max-width: 991px) {
  .mb--2 {
    margin-bottom: -30px;
  }
}

.mb--1 {
  margin-bottom: -30px;
}
@media (max-width: 991px) {
  .mb--1 {
    margin-bottom: -15px;
  }
}

.mb-0 {
  margin-bottom: 0px;
}
@media (max-width: 991px) {
  .mb-0 {
    margin-bottom: 0px;
  }
}

.mb-1 {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .mb-1 {
    margin-bottom: 15px;
  }
}

.mb-2 {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .mb-2 {
    margin-bottom: 30px;
  }
}

.mb-3 {
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  .mb-3 {
    margin-bottom: 45px;
  }
}

.mb-4 {
  margin-bottom: 120px;
}
@media (max-width: 991px) {
  .mb-4 {
    margin-bottom: 60px;
  }
}

.mb-5 {
  margin-bottom: 150px;
}
@media (max-width: 991px) {
  .mb-5 {
    margin-bottom: 75px;
  }
}

.mb-6 {
  margin-bottom: 180px;
}
@media (max-width: 991px) {
  .mb-6 {
    margin-bottom: 90px;
  }
}

.mb-7 {
  margin-bottom: 210px;
}
@media (max-width: 991px) {
  .mb-7 {
    margin-bottom: 105px;
  }
}

.mb-8 {
  margin-bottom: 240px;
}
@media (max-width: 991px) {
  .mb-8 {
    margin-bottom: 120px;
  }
}

.mb-9 {
  margin-bottom: 270px;
}
@media (max-width: 991px) {
  .mb-9 {
    margin-bottom: 135px;
  }
}

.mb-10 {
  margin-bottom: 300px;
}
@media (max-width: 991px) {
  .mb-10 {
    margin-bottom: 150px;
  }
}

.pt-0 {
  padding-top: 0px;
}
@media (max-width: 991px) {
  .pt-0 {
    padding-top: 0px;
  }
}

.pt-1 {
  padding-top: 30px;
}
@media (max-width: 991px) {
  .pt-1 {
    padding-top: 15px;
  }
}

.pt-2 {
  padding-top: 60px;
}
@media (max-width: 991px) {
  .pt-2 {
    padding-top: 30px;
  }
}

.pt-3 {
  padding-top: 90px;
}
@media (max-width: 991px) {
  .pt-3 {
    padding-top: 45px;
  }
}

.pt-4 {
  padding-top: 120px;
}
@media (max-width: 991px) {
  .pt-4 {
    padding-top: 60px;
  }
}

.pt-5 {
  padding-top: 150px;
}
@media (max-width: 991px) {
  .pt-5 {
    padding-top: 75px;
  }
}

.pt-6 {
  padding-top: 180px;
}
@media (max-width: 991px) {
  .pt-6 {
    padding-top: 90px;
  }
}

.pt-7 {
  padding-top: 210px;
}
@media (max-width: 991px) {
  .pt-7 {
    padding-top: 105px;
  }
}

.pt-8 {
  padding-top: 240px;
}
@media (max-width: 991px) {
  .pt-8 {
    padding-top: 120px;
  }
}

.pt-9 {
  padding-top: 270px;
}
@media (max-width: 991px) {
  .pt-9 {
    padding-top: 135px;
  }
}

.pt-10 {
  padding-top: 300px;
}
@media (max-width: 991px) {
  .pt-10 {
    padding-top: 150px;
  }
}

.pb-0 {
  padding-bottom: 0px;
}
@media (max-width: 991px) {
  .pb-0 {
    padding-bottom: 0px;
  }
}

.pb-1 {
  padding-bottom: 30px;
}
@media (max-width: 991px) {
  .pb-1 {
    padding-bottom: 15px;
  }
}

.pb-2 {
  padding-bottom: 60px;
}
@media (max-width: 991px) {
  .pb-2 {
    padding-bottom: 30px;
  }
}

.pb-3 {
  padding-bottom: 90px;
}
@media (max-width: 991px) {
  .pb-3 {
    padding-bottom: 45px;
  }
}

.pb-4 {
  padding-bottom: 120px;
}
@media (max-width: 991px) {
  .pb-4 {
    padding-bottom: 60px;
  }
}

.pb-5 {
  padding-bottom: 150px;
}
@media (max-width: 991px) {
  .pb-5 {
    padding-bottom: 75px;
  }
}

.pb-6 {
  padding-bottom: 180px;
}
@media (max-width: 991px) {
  .pb-6 {
    padding-bottom: 90px;
  }
}

.pb-7 {
  padding-bottom: 210px;
}
@media (max-width: 991px) {
  .pb-7 {
    padding-bottom: 105px;
  }
}

.pb-8 {
  padding-bottom: 240px;
}
@media (max-width: 991px) {
  .pb-8 {
    padding-bottom: 120px;
  }
}

.pb-9 {
  padding-bottom: 270px;
}
@media (max-width: 991px) {
  .pb-9 {
    padding-bottom: 135px;
  }
}

.pb-10 {
  padding-bottom: 300px;
}
@media (max-width: 991px) {
  .pb-10 {
    padding-bottom: 150px;
  }
}

/* Abstände ENDE */
/* Seitenelemente START */
html body main .page-element {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  background-size: cover;
  background-position: center center;
  width: 100%;
  /* Hintergrund */
  /* Hintergrund ENDE */
  /* Page Element */
  /* Page Element ENDE */
  /* Seitenelement Sichtbarkeit Warnung */
  /* Seitenelement Sichtbarkeit Warnung ENDE */
  /* Bearbeiten */
  /* Bearbeiten Ende */
}
html body main .page-element .page-element-background-image {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  left: 0;
  top: 0;
}
html body main .page-element .page-element-background-image .page-element-background-image-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
html body main .page-element .page-element-background-image .page-element-background-image-inner.background-image-topleft {
  background-position: left top;
}
html body main .page-element .page-element-background-image .page-element-background-image-inner.background-image-topcenter {
  background-position: center top;
}
html body main .page-element .page-element-background-image .page-element-background-image-inner.background-image-topright {
  background-position: right top;
}
html body main .page-element .page-element-background-image .page-element-background-image-inner.background-image-centerleft {
  background-position: left center;
}
html body main .page-element .page-element-background-image .page-element-background-image-inner.background-image-centercenter {
  background-position: center center;
}
html body main .page-element .page-element-background-image .page-element-background-image-inner.background-image-centerright {
  background-position: right center;
}
html body main .page-element .page-element-background-image .page-element-background-image-inner.background-image-bottomleft {
  background-position: left bottom;
}
html body main .page-element .page-element-background-image .page-element-background-image-inner.background-image-bottomcenter {
  background-position: center bottom;
}
html body main .page-element .page-element-background-image .page-element-background-image-inner.background-image-bottomright {
  background-position: right bottom;
}
html body main .page-element .page-element-background-image .page-element-background-image-inner.fixed-background-image {
  background-attachment: fixed;
}
html body main .page-element .page-element-background-image .page-element-background-image-inner.blur-background-image {
  -moz-filter: blur(10px);
  -ms-filter: blur(10px);
  -webkit-filter: blur(10px);
  filter: blur(10px);
  width: 110%;
  height: 110%;
  left: -5%;
  top: -5%;
}
html body main .page-element .page-element-overlay-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
html body main .page-element .page-element-backgroundImageAuthor {
  position: absolute;
  right: 5px;
  bottom: 0;
  color: #fff;
  z-index: 999999;
  width: 100%;
  text-align: right;
}
html body main .page-element .page-element-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  width: 100%;
}
html body main .page-element .page-element-inner.rit-0 {
  margin-top: 0px;
}
@media (max-width: 991px) {
  html body main .page-element .page-element-inner.rit-0 {
    margin-top: 0px;
  }
}
@media (max-height: 950px) {
  html body main .page-element .page-element-inner.rit-0 {
    margin-top: 0px;
  }
}
html body main .page-element .page-element-inner.rit-1 {
  margin-top: -30px;
}
@media (max-width: 991px) {
  html body main .page-element .page-element-inner.rit-1 {
    margin-top: -15px;
  }
}
@media (max-height: 950px) {
  html body main .page-element .page-element-inner.rit-1 {
    margin-top: -15px;
  }
}
html body main .page-element .page-element-inner.rit-2 {
  margin-top: -60px;
}
@media (max-width: 991px) {
  html body main .page-element .page-element-inner.rit-2 {
    margin-top: -30px;
  }
}
@media (max-height: 950px) {
  html body main .page-element .page-element-inner.rit-2 {
    margin-top: -30px;
  }
}
html body main .page-element .page-element-inner.rit-3 {
  margin-top: -90px;
}
@media (max-width: 991px) {
  html body main .page-element .page-element-inner.rit-3 {
    margin-top: -45px;
  }
}
@media (max-height: 950px) {
  html body main .page-element .page-element-inner.rit-3 {
    margin-top: -45px;
  }
}
html body main .page-element .page-element-inner.rit-4 {
  margin-top: -120px;
}
@media (max-width: 991px) {
  html body main .page-element .page-element-inner.rit-4 {
    margin-top: -60px;
  }
}
@media (max-height: 950px) {
  html body main .page-element .page-element-inner.rit-4 {
    margin-top: -60px;
  }
}
html body main .page-element .page-element-inner.rit-5 {
  margin-top: -150px;
}
@media (max-width: 991px) {
  html body main .page-element .page-element-inner.rit-5 {
    margin-top: -75px;
  }
}
@media (max-height: 950px) {
  html body main .page-element .page-element-inner.rit-5 {
    margin-top: -75px;
  }
}
html body main .page-element .page-element-inner.rit-6 {
  margin-top: -180px;
}
@media (max-width: 991px) {
  html body main .page-element .page-element-inner.rit-6 {
    margin-top: -90px;
  }
}
@media (max-height: 950px) {
  html body main .page-element .page-element-inner.rit-6 {
    margin-top: -90px;
  }
}
html body main .page-element .page-element-inner.rit-7 {
  margin-top: -210px;
}
@media (max-width: 991px) {
  html body main .page-element .page-element-inner.rit-7 {
    margin-top: -105px;
  }
}
@media (max-height: 950px) {
  html body main .page-element .page-element-inner.rit-7 {
    margin-top: -105px;
  }
}
html body main .page-element .page-element-inner.rit-8 {
  margin-top: -240px;
}
@media (max-width: 991px) {
  html body main .page-element .page-element-inner.rit-8 {
    margin-top: -120px;
  }
}
@media (max-height: 950px) {
  html body main .page-element .page-element-inner.rit-8 {
    margin-top: -120px;
  }
}
html body main .page-element .page-element-inner.rit-9 {
  margin-top: -270px;
}
@media (max-width: 991px) {
  html body main .page-element .page-element-inner.rit-9 {
    margin-top: -135px;
  }
}
@media (max-height: 950px) {
  html body main .page-element .page-element-inner.rit-9 {
    margin-top: -135px;
  }
}
html body main .page-element .page-element-inner.rit-10 {
  margin-top: -300px;
}
@media (max-width: 991px) {
  html body main .page-element .page-element-inner.rit-10 {
    margin-top: -150px;
  }
}
@media (max-height: 950px) {
  html body main .page-element .page-element-inner.rit-10 {
    margin-top: -150px;
  }
}
html body main .page-element .page-element-inner.rib-0 {
  margin-bottom: 0px;
}
@media (max-width: 991px) {
  html body main .page-element .page-element-inner.rib-0 {
    margin-bottom: 0px;
  }
}
@media (max-height: 950px) {
  html body main .page-element .page-element-inner.rib-0 {
    margin-bottom: 0px;
  }
}
html body main .page-element .page-element-inner.rib-1 {
  margin-bottom: -30px;
}
@media (max-width: 991px) {
  html body main .page-element .page-element-inner.rib-1 {
    margin-bottom: -15px;
  }
}
@media (max-height: 950px) {
  html body main .page-element .page-element-inner.rib-1 {
    margin-bottom: -15px;
  }
}
html body main .page-element .page-element-inner.rib-2 {
  margin-bottom: -60px;
}
@media (max-width: 991px) {
  html body main .page-element .page-element-inner.rib-2 {
    margin-bottom: -30px;
  }
}
@media (max-height: 950px) {
  html body main .page-element .page-element-inner.rib-2 {
    margin-bottom: -30px;
  }
}
html body main .page-element .page-element-inner.rib-3 {
  margin-bottom: -90px;
}
@media (max-width: 991px) {
  html body main .page-element .page-element-inner.rib-3 {
    margin-bottom: -45px;
  }
}
@media (max-height: 950px) {
  html body main .page-element .page-element-inner.rib-3 {
    margin-bottom: -45px;
  }
}
html body main .page-element .page-element-inner.rib-4 {
  margin-bottom: -120px;
}
@media (max-width: 991px) {
  html body main .page-element .page-element-inner.rib-4 {
    margin-bottom: -60px;
  }
}
@media (max-height: 950px) {
  html body main .page-element .page-element-inner.rib-4 {
    margin-bottom: -60px;
  }
}
html body main .page-element .page-element-inner.rib-5 {
  margin-bottom: -150px;
}
@media (max-width: 991px) {
  html body main .page-element .page-element-inner.rib-5 {
    margin-bottom: -75px;
  }
}
@media (max-height: 950px) {
  html body main .page-element .page-element-inner.rib-5 {
    margin-bottom: -75px;
  }
}
html body main .page-element .page-element-inner.rib-6 {
  margin-bottom: -180px;
}
@media (max-width: 991px) {
  html body main .page-element .page-element-inner.rib-6 {
    margin-bottom: -90px;
  }
}
@media (max-height: 950px) {
  html body main .page-element .page-element-inner.rib-6 {
    margin-bottom: -90px;
  }
}
html body main .page-element .page-element-inner.rib-7 {
  margin-bottom: -210px;
}
@media (max-width: 991px) {
  html body main .page-element .page-element-inner.rib-7 {
    margin-bottom: -105px;
  }
}
@media (max-height: 950px) {
  html body main .page-element .page-element-inner.rib-7 {
    margin-bottom: -105px;
  }
}
html body main .page-element .page-element-inner.rib-8 {
  margin-bottom: -240px;
}
@media (max-width: 991px) {
  html body main .page-element .page-element-inner.rib-8 {
    margin-bottom: -120px;
  }
}
@media (max-height: 950px) {
  html body main .page-element .page-element-inner.rib-8 {
    margin-bottom: -120px;
  }
}
html body main .page-element .page-element-inner.rib-9 {
  margin-bottom: -270px;
}
@media (max-width: 991px) {
  html body main .page-element .page-element-inner.rib-9 {
    margin-bottom: -135px;
  }
}
@media (max-height: 950px) {
  html body main .page-element .page-element-inner.rib-9 {
    margin-bottom: -135px;
  }
}
html body main .page-element .page-element-inner.rib-10 {
  margin-bottom: -300px;
}
@media (max-width: 991px) {
  html body main .page-element .page-element-inner.rib-10 {
    margin-bottom: -150px;
  }
}
@media (max-height: 950px) {
  html body main .page-element .page-element-inner.rib-10 {
    margin-bottom: -150px;
  }
}
html body main .page-element .contentlimit {
  max-width: 90%;
}
@media (max-width: 1200px) {
  html body main .page-element .contentlimit {
    max-width: 100%;
  }
}
html body main .page-element .onlyLoggedInUsersWarning {
  width: 100%;
  padding: 30px;
}
html body main .canEdit.page-element .editPageElementButton {
  display: none;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -1rem;
  font-size: 2rem;
  color: #000;
  z-index: 3;
  width: 100%;
  text-align: right;
  pointer-events: none;
  width: 30px;
}
html body main .canEdit.page-element .editPageElementButton svg {
  cursor: pointer;
  pointer-events: all;
  width: 100%;
  height: 100%;
}
html body main .canEdit.page-element:hover::after {
  content: "";
  position: absolute;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  border: dashed 3px #000;
  z-index: 2;
  top: 0;
  pointer-events: none;
}
html body main .canEdit.page-element:hover .editPageElementButton {
  display: block;
}

/* Seitenelemente ENDE */
/* BILDPOSITION START */
/* BILDPOSITION ENDE */
/* Headline START */
/* Headline ENDE */
/* Button START */
html body .tinymce.button-inline a {
  padding: 5px 15px;
  text-transform: uppercase;
  border: none;
  line-height: 1.5;
  outline: none;
  font-size: 1rem;
  cursor: pointer;
  -webkit-transition: opacity 150ms;
  -moz-transition: opacity 150ms;
  -ms-transition: opacity 150ms;
  -o-transition: opacity 150ms;
  transition: opacity 150ms;
}
html body .tinymce.button-inline a:hover {
  opacity: 0.75;
}

/* Button ENDE */
/* Core Fonts */
/* open-sans-regular - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url("./../fonts/opensans/open-sans-v17-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url("./../fonts/opensans/open-sans-v17-latin-regular.eot?#iefix") format("embedded-opentype"), url("./../fonts/opensans/open-sans-v17-latin-regular.woff2") format("woff2"), url("./../fonts/opensans/open-sans-v17-latin-regular.woff") format("woff"), url("./../fonts/opensans/open-sans-v17-latin-regular.ttf") format("truetype"), url("./../fonts/opensans/open-sans-v17-latin-regular.svg#OpenSans") format("svg");
  /* Legacy iOS */
}
/* open-sans-italic - latin */
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 400;
  src: url("./../fonts/opensans/open-sans-v17-latin-italic.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans Italic"), local("OpenSans-Italic"), url("./../fonts/opensans/open-sans-v17-latin-italic.eot?#iefix") format("embedded-opentype"), url("./../fonts/opensans/open-sans-v17-latin-italic.woff2") format("woff2"), url("./../fonts/opensans/open-sans-v17-latin-italic.woff") format("woff"), url("./../fonts/opensans/open-sans-v17-latin-italic.ttf") format("truetype"), url("./../fonts/opensans/open-sans-v17-latin-italic.svg#OpenSans") format("svg");
  /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: url("./../fonts/opensans/open-sans-v17-latin-700.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url("./../fonts/opensans/open-sans-v17-latin-700.eot?#iefix") format("embedded-opentype"), url("./../fonts/opensans/open-sans-v17-latin-700.woff2") format("woff2"), url("./../fonts/opensans/open-sans-v17-latin-700.woff") format("woff"), url("./../fonts/opensans/open-sans-v17-latin-700.ttf") format("truetype"), url("./../fonts/opensans/open-sans-v17-latin-700.svg#OpenSans") format("svg");
  /* Legacy iOS */
}
/* open-sans-700italic - latin */
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 700;
  src: url("./../fonts/opensans/open-sans-v17-latin-700italic.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans Bold Italic"), local("OpenSans-BoldItalic"), url("./../fonts/opensans/open-sans-v17-latin-700italic.eot?#iefix") format("embedded-opentype"), url("./../fonts/opensans/open-sans-v17-latin-700italic.woff2") format("woff2"), url("./../fonts/opensans/open-sans-v17-latin-700italic.woff") format("woff"), url("./../fonts/opensans/open-sans-v17-latin-700italic.ttf") format("truetype"), url("./../fonts/opensans/open-sans-v17-latin-700italic.svg#OpenSans") format("svg");
  /* Legacy iOS */
}
/* merriweather-regular - latin-ext */
@font-face {
  font-family: "Merriweather";
  font-style: normal;
  font-weight: 400;
  src: url("./../fonts/merriweather/merriweather-v28-latin-ext-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("./../fonts/merriweather/merriweather-v28-latin-ext-regular.eot?#iefix") format("embedded-opentype"), url("./../fonts/merriweather/merriweather-v28-latin-ext-regular.woff2") format("woff2"), url("./../fonts/merriweather/merriweather-v28-latin-ext-regular.woff") format("woff"), url("./../fonts/merriweather/merriweather-v28-latin-ext-regular.ttf") format("truetype"), url("./../fonts/merriweather/merriweather-v28-latin-ext-regular.svg#Merriweather") format("svg");
  /* Legacy iOS */
}
/* merriweather-italic - latin-ext */
@font-face {
  font-family: "Merriweather";
  font-style: italic;
  font-weight: 400;
  src: url("./../fonts/merriweather/merriweather-v28-latin-ext-italic.eot");
  /* IE9 Compat Modes */
  src: local(""), url("./../fonts/merriweather/merriweather-v28-latin-ext-italic.eot?#iefix") format("embedded-opentype"), url("./../fonts/merriweather/merriweather-v28-latin-ext-italic.woff2") format("woff2"), url("./../fonts/merriweather/merriweather-v28-latin-ext-italic.woff") format("woff"), url("./../fonts/merriweather/merriweather-v28-latin-ext-italic.ttf") format("truetype"), url("./../fonts/merriweather/merriweather-v28-latin-ext-italic.svg#Merriweather") format("svg");
  /* Legacy iOS */
}
/* merriweather-700 - latin-ext */
@font-face {
  font-family: "Merriweather";
  font-style: normal;
  font-weight: 700;
  src: url("./../fonts/merriweather/merriweather-v28-latin-ext-700.eot");
  /* IE9 Compat Modes */
  src: local(""), url("./../fonts/merriweather/merriweather-v28-latin-ext-700.eot?#iefix") format("embedded-opentype"), url("./../fonts/merriweather/merriweather-v28-latin-ext-700.woff2") format("woff2"), url("./../fonts/merriweather/merriweather-v28-latin-ext-700.woff") format("woff"), url("./../fonts/merriweather/merriweather-v28-latin-ext-700.ttf") format("truetype"), url("./../fonts/merriweather/merriweather-v28-latin-ext-700.svg#Merriweather") format("svg");
  /* Legacy iOS */
}
/* merriweather-700italic - latin-ext */
@font-face {
  font-family: "Merriweather";
  font-style: italic;
  font-weight: 700;
  src: url("./../fonts/merriweather/merriweather-v28-latin-ext-700italic.eot");
  /* IE9 Compat Modes */
  src: local(""), url("./../fonts/merriweather/merriweather-v28-latin-ext-700italic.eot?#iefix") format("embedded-opentype"), url("./../fonts/merriweather/merriweather-v28-latin-ext-700italic.woff2") format("woff2"), url("./../fonts/merriweather/merriweather-v28-latin-ext-700italic.woff") format("woff"), url("./../fonts/merriweather/merriweather-v28-latin-ext-700italic.ttf") format("truetype"), url("./../fonts/merriweather/merriweather-v28-latin-ext-700italic.svg#Merriweather") format("svg");
  /* Legacy iOS */
}
/* Core Style */
/* Seitenelemente */
html {
  margin: 0 0 0 0 !important;
}
html .fonttester {
  position: absolute;
  left: -100%;
  opacity: 0;
}
html body {
  margin: 0;
  hyphens: auto;
  background-color: #fff;
  overflow-x: hidden;
  /* Seitenelemente Warnung */
  /* Seitenelemente Warnung ENDE */
  /* Bildcontainer */
  /* Picture */
  /* Bildcontainer ENDE */
  /* WordPress Core CSS */
  /* WordPress Core CSS ENDE */
}
html body p {
  margin: 0 0 0.5rem 0;
}
html body p:nth-last-child(1) {
  margin-bottom: 0;
}
html body a {
  text-decoration: none;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
html body a:hover {
  opacity: 0.75;
}
html body img {
  max-width: 100%;
  height: auto;
}
html body h1, html body h2, html body h3, html body h4, html body h5, html body h6 {
  font-weight: 400;
  margin: 0 0 1rem 0;
  font-family: "Merriweather", serif;
}
html body h1 {
  font-size: 3rem;
}
@media (max-width: 768px) {
  html body h1 {
    font-size: 1.75rem;
  }
}
html body h2 {
  font-size: 2rem;
}
@media (max-width: 768px) {
  html body h2 {
    font-size: 1.5rem;
  }
}
html body h3 {
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  html body h3 {
    font-size: 1.25rem;
  }
}
html body h4 {
  font-size: 1.25rem;
}
@media (max-width: 768px) {
  html body h4 {
    font-size: 1rem;
  }
}
html body h5 {
  font-size: 1rem;
}
@media (max-width: 768px) {
  html body h5 {
    font-size: 0.75rem;
  }
}
html body h6 {
  font-size: 0.75rem;
}
@media (max-width: 768px) {
  html body h6 {
    font-size: 0.5rem;
  }
}
html body img.lazy {
  opacity: 0;
  -webkit-transition: opacity 150ms;
  -moz-transition: opacity 150ms;
  -ms-transition: opacity 150ms;
  -o-transition: opacity 150ms;
  transition: opacity 150ms;
}
html body img.lazy.lazyloaded {
  opacity: 1;
}
html body main {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
html body .contentWidth {
  width: 100%;
  max-width: 1200px;
  padding-left: 30px;
  padding-right: 30px;
}
html body .clear:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0px;
}
html body .warningPageElement {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fea;
  padding: 30px;
}
html body .warningPageElement.mt--10 {
  margin-top: -300px;
  margin-bottom: 300px;
}
html body .warningPageElement.mt--9 {
  margin-top: -270px;
  margin-bottom: 270px;
}
html body .warningPageElement.mt--8 {
  margin-top: -240px;
  margin-bottom: 240px;
}
html body .warningPageElement.mt--7 {
  margin-top: -210px;
  margin-bottom: 210px;
}
html body .warningPageElement.mt--6 {
  margin-top: -180px;
  margin-bottom: 180px;
}
html body .warningPageElement.mt--5 {
  margin-top: -150px;
  margin-bottom: 150px;
}
html body .warningPageElement.mt--4 {
  margin-top: -120px;
  margin-bottom: 120px;
}
html body .warningPageElement.mt--3 {
  margin-top: -90px;
  margin-bottom: 90px;
}
html body .warningPageElement.mt--2 {
  margin-top: -60px;
  margin-bottom: 60px;
}
html body .warningPageElement.mt--1 {
  margin-top: -30px;
  margin-bottom: 30px;
}
html body .warningPageElement.mt-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}
html body .warningPageElement.mt-1 {
  margin-top: 30px;
  margin-bottom: -30px;
}
html body .warningPageElement.mt-2 {
  margin-top: 60px;
  margin-bottom: -60px;
}
html body .warningPageElement.mt-3 {
  margin-top: 90px;
  margin-bottom: -90px;
}
html body .warningPageElement.mt-4 {
  margin-top: 120px;
  margin-bottom: -120px;
}
html body .warningPageElement.mt-5 {
  margin-top: 150px;
  margin-bottom: -150px;
}
html body .warningPageElement.mt-6 {
  margin-top: 180px;
  margin-bottom: -180px;
}
html body .warningPageElement.mt-7 {
  margin-top: 210px;
  margin-bottom: -210px;
}
html body .warningPageElement.mt-8 {
  margin-top: 240px;
  margin-bottom: -240px;
}
html body .warningPageElement.mt-9 {
  margin-top: 270px;
  margin-bottom: -270px;
}
html body .warningPageElement.mt-10 {
  margin-top: 300px;
  margin-bottom: -300px;
}
html body .warningPageElement .warningPageElement-inner {
  display: flex;
  width: 100%;
  max-width: 1200px;
  justify-content: center;
  align-items: center;
}
html body .warningPageElement .warningPageElement-inner .warningPageElement-icon {
  padding-right: 30px;
  width: 300px;
}
html body .warningPageElement .warningPageElement-inner .warningPageElement-text {
  font-size: 1.5rem;
}
html body .warningPageElement .warningPageElement-inner .warningPageElement-text svg {
  width: 1.5rem;
  height: auto;
  margin-bottom: -0.2rem;
  display: inline !important;
}
html body .image-container {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  position: relative;
  width: 100%;
}
html body .image-container .underline {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 8px;
}
html body .image-container .underline svg {
  height: 60px;
  -webkit-transform: translateY(-22px);
  -ms-transform: translateY(-22px);
  transform: translateY(-22px);
  -webkit-filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.25));
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.25));
}
html body .image-container .image-box {
  display: flex;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
html body .image-container .image-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background-size: contain;
}
html body .image-container .image-box .author {
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  padding: 10px 15px;
  max-width: 100%;
  max-height: 100px;
  overflow: auto;
  font-size: clamp(7px, 1vw, 10px);
}
html body .image-container .caption {
  padding: 10px 0 0 0;
}
html body .image-container .caption .caption-inner {
  -webkit-transition: 300;
  -moz-transition: 300;
  -ms-transition: 300;
  -o-transition: 300;
  transition: 300;
  font-style: italic;
}
html body .picture-container {
  position: relative;
  line-height: 0;
}
html body .picture-container .author {
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  padding: 10px 15px;
  max-width: 100%;
  max-height: 100px;
  overflow: auto;
  font-size: clamp(7px, 1vw, 10px);
  line-height: 1.3;
}
html body .alignnone {
  margin: 5px 15px 15px 0;
}
html body .aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
html body .alignright {
  float: right;
  margin: 5px 0 15px 15px;
}
html body .alignleft {
  float: left;
  margin: 5px 15px 15px 0;
}
html body a img.alignright {
  float: right;
  margin: 5px 0 15px 15px;
}
html body a img.alignnone {
  margin: 5px 15px 15px 0;
}
html body a img.alignleft {
  float: left;
  margin: 5px 15px 15px 0;
}
html body a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
html body .wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}
html body .wp-caption.alignnone {
  margin: 5px 15px 15px 0;
}
html body .wp-caption.alignleft {
  margin: 5px 15px 15px 0;
}
html body .wp-caption.alignright {
  margin: 5px 0 15px 15px;
}
html body .wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
html body .wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

html {
  font-size: 16px;
  /* tinyMCE Format styles */
  /* Social-Wall */
}
html body {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  color: #000;
  font-family: "Open Sans", sans-serif;
  line-height: 1.5;
}
html body ul {
  list-style-type: disc;
}
html body .hiddenlabel {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
}
html body .biggerfont1 {
  font-size: 1.5em;
}
html body .biggerfont1 h1 {
  font-size: 3.25rem !important;
}
html body .biggerfont1 h2 {
  font-size: 1.5em;
}
html body .biggerfont2 {
  font-size: 2em;
}
html body .biggerfont2 h1 {
  font-size: 3.5rem !important;
}
html body .biggerfont2 h2 {
  font-size: 2em;
}
html body .headline-1:not(.comp-headline),
html body .headline-3:not(.comp-headline) {
  position: relative;
  font-family: "Merriweather", serif;
  line-height: 1.5;
  padding-left: 35px;
  margin-bottom: 45px;
}
html body .headline-1:not(.comp-headline)::before,
html body .headline-3:not(.comp-headline)::before {
  content: "";
  height: 1.2em;
  width: 8px;
  display: block;
  position: absolute;
  left: 0;
  top: 0.1em;
}
html body .headline-2:not(.comp-headline) {
  position: relative;
  word-break: break-word;
  font-family: "Merriweather", sans-serif;
  font-size: 2rem;
  margin-bottom: 45px;
  width: 100%;
}
@media (max-width: 991px) {
  html body .headline-2:not(.comp-headline) {
    margin-left: -30px;
    border-left: solid 30px;
    font-size: 1.5rem;
  }
}
@media (max-width: 991px) {
  html body .headline-2:not(.comp-headline)::before, html body .headline-2:not(.comp-headline)::after {
    content: "";
    position: absolute;
    left: -30px;
    top: -1px;
    width: 28px;
    height: 0;
    border-style: solid;
    border-width: 1px;
    border-color: inherit;
  }
}
@media (max-width: 991px) {
  html body .headline-2:not(.comp-headline)::after {
    top: auto;
    bottom: -1px;
  }
}
html body .headline-2:not(.comp-headline) span {
  padding: 0.1em 15px;
  margin: -1px;
  float: left;
  word-break: keep-all;
  margin-right: -15px;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
@media (max-width: 991px) {
  html body .headline-2:not(.comp-headline) span {
    padding: 0.1em 0.5rem 0.1em 0;
    margin-right: 0;
  }
}
html body .headline-2:not(.comp-headline) span.nbsp {
  width: 0;
  padding: 0;
}
html body blockquote {
  position: relative;
  border-top: solid 2px var(--primary-color);
  border-bottom: solid 2px var(--primary-color);
  margin: 1rem 0;
  font-size: 1.5em;
  font-family: "Merriweather", serif;
  padding: 1em 3em;
  color: var(--primary-color);
}
@media (max-width: 991px) {
  html body blockquote {
    font-size: 1.25em;
  }
}
@media (max-width: 450px) {
  html body blockquote {
    padding: 1em 1em 1em 3em;
    font-size: 1em;
  }
}
html body blockquote::before {
  display: block;
  position: absolute;
  left: 0;
  top: -0.025em;
  content: "“";
  float: left;
  font-size: 4em;
  height: 0.75em;
}
html body .button-egv {
  padding: 5px 15px;
  text-transform: uppercase;
  border: none;
  line-height: 1.5;
  outline: none;
  font-size: 1rem;
  cursor: pointer;
  -webkit-transition: opacity 150ms;
  -moz-transition: opacity 150ms;
  -ms-transition: opacity 150ms;
  -o-transition: opacity 150ms;
  transition: opacity 150ms;
  text-decoration: none;
}
html body .button-egv:hover {
  opacity: 0.75;
}
html body main {
  /* Seitenelemente */
  /* Seitenelemente ENDE */
}
html body main .page-element .page-element-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
html body main.template1 .page-element {
  background-color: #f5f5f5;
}
html body main.template1 .page-element.hasbg {
  background-color: #fff;
}
html body main.template1 .page-element .page-element-overlay {
  background-color: white;
}
html body main.template2 .page-element.hasbg {
  background-color: #f5f5f5;
}
html body main.template2 .page-element .page-element-overlay {
  background-color: whitesmoke;
}
html body main.template3 .page-element {
  background-color: #f5f5f5;
}
html body main.template3 .page-element.hasbg {
  background-color: #fff;
}
html body main.template3 .page-element .page-element-overlay {
  background-color: #ebebeb;
}
html body main.template4 {
  font-family: "Open Sans", sans-serif;
}
html body main.template4 .page-element {
  background-color: #f5f5f5;
}
html body main.template4 .page-element.hasbg {
  background-color: #fff;
}
html body main.template4 .page-element .page-element-overlay {
  background-color: #ebebeb;
}
html body a img.externer_link {
  width: 1em;
  display: inline-block;
  margin-bottom: -3px;
  height: auto;
}
html body a img.externer_link.img-white {
  filter: brightness(0) invert(1);
}
html body a img.externer_link.img-dark {
  filter: brightness(100) invert(1);
}
html body a .externer_link.svg {
  display: inline-block;
  margin-left: 5px;
  margin-top: 2px;
}
html body a .externer_link.svg.img-dark svg {
  fill: #000 !important;
}
html body a .externer_link.svg svg {
  width: 15px;
}
html body a.is-external-content-link svg {
  width: 13px;
  display: inline-block !important;
}
html body .error-404 {
  width: 100%;
  max-width: 1200px;
  padding: 30px;
  padding-top: 50px;
}
html body .tinymce.button-inline {
  margin: 15px 0;
}
html body .tinymce.button-inline a {
  display: inline-block;
  text-decoration: none;
}
html body .readspeaker_outer_wrapper {
  align-self: flex-end;
  display: flex;
  margin-bottom: 22.5px;
}
html body .readspeaker_outer_wrapper #readspeaker_button1 {
  background: #ededed;
  border-radius: 100px;
}
html body .readspeaker_outer_wrapper #readspeaker_button1.rsbtn {
  padding-bottom: 0px;
}
@media (max-width: 600px) {
  html body .readspeaker_outer_wrapper #readspeaker_button1 .rsbtn_left {
    display: none;
  }
}
html body .readspeaker_outer_wrapper #readspeaker_button1 .rsbtn_play {
  border: none;
  background-color: #ededed;
  border-radius: 100px;
}
html body .readspeaker_outer_wrapper #readspeaker_button1 .rsbtn_play .rsplay {
  border-left: none;
}
html body .readspeaker_outer_wrapper #readspeaker_button1 .rsbtn_exp_inner {
  background: #ededed;
  border: none;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
}
html body .readspeaker_outer_wrapper #readspeaker_button1 .rsbtn_player_item.rsbtn_closer:hover {
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
}
html body .readspeaker_outer_wrapper #readspeaker_button1 .rs-player-loadindicator {
  position: static;
  width: calc( 100% - 36px );
  transform: translateY(-3px);
}
html body .readspeaker_outer_wrapper #readspeaker_button1 .rs-player-loadindicator .rsbtn-progress, html body .readspeaker_outer_wrapper #readspeaker_button1 .rs-player-loadindicator .rsbtn-loading {
  height: 3px;
}
html body .readspeaker_outer_wrapper .icon_ohrmuschel {
  float: left;
  height: 30px;
}
html body .readspeaker_outer_wrapper .rsbtn_text:before {
  content: unset !important;
}
html body .readspeaker_outer_wrapper .rsexpanded .rsbtn_exp.rsimg.rspart {
  display: flex;
}
html body .readspeaker_outer_wrapper ul li:before {
  content: unset;
}
html body .readspeaker_outer_wrapper .rsbtn_toolpanel {
  min-width: auto !important;
  width: auto !important;
}
html body .readspeaker_outer_wrapper .rsbtn_tools {
  min-width: 350px;
}
html body .readspeaker_outer_wrapper .rsbtn_tooltoggle {
  width: 16px !important;
  height: 14px !important;
  left: 50px !important;
  top: 4px !important;
  transform: translate(0, 0) !important;
  border: none;
  background: transparent !important;
  border: none !important;
  cursor: pointer;
}
html body .readspeaker_outer_wrapper .rsbtn_tooltoggle span {
  font-size: 1.3em !important;
}
html body.ms-da-font-size--range-25_50 h2:not(.comp-headline) span, html body.ms-da-font-size--range-50_75 h2:not(.comp-headline) span, html body.ms-da-font-size--range-75_100 h2:not(.comp-headline) span, html body.ms-da-line-spacing--range-25_50 h2:not(.comp-headline) span, html body.ms-da-line-spacing--range-50_75 h2:not(.comp-headline) span, html body.ms-da-line-spacing--range-75_100 h2:not(.comp-headline) span, html body.ms-da-content-size--range-25_50 h2:not(.comp-headline) span, html body.ms-da-content-size--range-50_75 h2:not(.comp-headline) span, html body.ms-da-content-size--range-75_100 h2:not(.comp-headline) span, html body.ms-da-word-spacing--range-25_50 h2:not(.comp-headline) span, html body.ms-da-word-spacing--range-50_75 h2:not(.comp-headline) span, html body.ms-da-word-spacing--range-75_100 h2:not(.comp-headline) span {
  hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
}
html body #wpadminbar {
  margin-top: -32px;
  transition: margin-top 150ms ease-in-out;
}
@media screen and (max-width: 782px) {
  html body #wpadminbar {
    margin-top: -46px;
  }
}
html body #wpadminbar.admin-bar-toggled-open {
  margin-top: 0;
}
html body #wpadminbar.admin-bar-toggled-open .toggle-admin-bar {
  opacity: 0.75;
}
html body #wpadminbar.admin-bar-toggled-open .toggle-admin-bar {
  opacity: 1;
}
html body #wpadminbar.initial-state {
  transition: none;
}
html body #wpadminbar.initial-state .toggle-admin-bar {
  transition: none;
}
html body #wpadminbar .toggle-admin-bar {
  position: absolute;
  left: 50%;
  top: 32px;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background: #1d2327;
  display: block;
  padding: 5px 10px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  opacity: 0.5;
  transition: opacity 150ms ease-in-out;
}
@media screen and (max-width: 782px) {
  html body #wpadminbar .toggle-admin-bar {
    top: 46px;
  }
}
html body #wpadminbar .toggle-admin-bar:hover {
  opacity: 0.75;
}
html body #wpadminbar .toggle-admin-bar a {
  color: #fff !important;
  background: none !important;
  opacity: 1 !important;
}
html .text .tinymce.highlight.primary-color {
  color: var(--primary-color);
}
html .tinymce.button-inline a {
  color: var(--primary-font);
  background-color: var(--primary-color);
}
html .tinymce.button-inline a svg {
  fill: var(--primary-font);
}
html .highlighted_links-wrapper .highlighted-links li:before {
  background: var(--primary-color);
}
html [id^=sb-wall].sb-wall .sb-wall-load-btn {
  background: var(--primary-color) !important;
  color: var(--primary-font) !important;
}