/* gg-template joomla 5xx */
/* Variables CSS Document */
/******* COLORS *******/
/******* FONTS *******/
/* advent sans  */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Albert-Sans';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/AlbertSans-Regular.ttf") format("truetype");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
/* advent-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Albert-Sans';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/AlbertSans-Bold.ttf") format("truetype");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Albert-Sans';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/AlbertSans-Light.ttf") format("truetype");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Days-one';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/DaysOne-Regular.ttf") format("truetype");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
header {
  display: flex;
  flex-direction: row;
  position: fixed;
  top: 0px;
  z-index: 9999;
  width: 100%;
  background-color: #FFFEFE;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px; }
  header .header-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
    header .header-wrapper .navbar-brand img {
      position: relative; }
    header .header-wrapper .header-right {
      display: flex;
      flex-direction: row;
      justify-content: flex-end;
      align-content: center;
      flex-wrap: wrap; }
      header .header-wrapper .header-right .nav-wrap {
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        align-content: center; }
        header .header-wrapper .header-right .nav-wrap .dj-megamenu-wrapper {
          display: flex;
          flex-direction: row;
          justify-content: flex-end;
          align-content: center; }
          header .header-wrapper .header-right .nav-wrap .dj-megamenu-wrapper ul#dj-megamenu110 li a {
            font-family: "Albert-Sans", sans-serif !important;
            font-weight: 700;
            font-size: 1.3rem;
            color: #2DBE47;
            line-height: 1.8rem;
            text-transform: uppercase; }
            header .header-wrapper .header-right .nav-wrap .dj-megamenu-wrapper ul#dj-megamenu110 li a:hover {
              color: #1E8E33; }
            header .header-wrapper .header-right .nav-wrap .dj-megamenu-wrapper ul#dj-megamenu110 li a span.arrow::before {
              border-color: #2DBE47; }
          header .header-wrapper .header-right .nav-wrap .dj-megamenu-wrapper ul#dj-megamenu110 li.active a.active {
            color: #1E8E33; }
          header .header-wrapper .header-right .nav-wrap .dj-megamenu-wrapper ul#dj-megamenu110 li ul li a {
            font-family: "Albert-Sans", sans-serif !important;
            font-weight: 700;
            font-size: 1.1rem;
            color: #2DBE47;
            line-height: 1.8rem; }
            header .header-wrapper .header-right .nav-wrap .dj-megamenu-wrapper ul#dj-megamenu110 li ul li a:hover {
              color: #1E8E33; }
          header .header-wrapper .header-right .nav-wrap .dj-megamenu-wrapper ul#dj-megamenu110 li ul li.active a.active {
            color: #1E8E33; }
          header .header-wrapper .header-right .nav-wrap .dj-megamenu-wrapper #dj-megamenu110mobile button {
            background-color: #2DBE47; }

html {
  font-family: "Albert-Sans", sans-serif !important;
  font-weight: 400;
  font-size: 20px;
  color: #222923;
  line-height: 28px; }

body {
  font-family: "Albert-Sans", sans-serif !important;
  font-weight: 400;
  font-size: 20px;
  color: #222923;
  line-height: 28px; }

p {
  font-family: "Albert-Sans", sans-serif !important;
  font-weight: 400;
  font-size: 20px;
  color: #222923;
  line-height: 28px; }

a {
  text-decoration: none;
  color: #2DBE47; }
  a:hover {
    text-decoration: underline;
    color: #1E8E33; }

h1 {
  font-family: "Days-one", sans-serif !important;
  font-weight: 700;
  font-size: 2.2rem;
  color: #2DBE47;
  line-height: 3.1rem;
  text-transform: uppercase;
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    h1 {
      font-family: "Days-one", sans-serif !important;
      font-weight: 400;
      font-size: 1.8rem;
      color: #2DBE47;
      line-height: 2.4rem; } }
  @media (max-width: 520px) {
    h1 {
      font-family: "Days-one", sans-serif !important;
      font-weight: 400;
      font-size: 1.6rem;
      color: #2DBE47;
      line-height: 2.1rem; } }

.page-101 h1 {
  font-size: 1.6rem;
  line-height: 2.2rem; }
  @media (max-width: 767px) {
    .page-101 h1 {
      font-size: 1.4rem;
      line-height: 2.0rem; } }

h2 {
  font-family: "Days-one", sans-serif !important;
  font-weight: 400;
  font-size: 1.8rem;
  color: #222923;
  line-height: 2.2rem;
  margin-bottom: 40px; }
  @media (max-width: 767px) {
    h2 {
      font-family: "Days-one", sans-serif !important;
      font-weight: 400;
      font-size: 1.4rem;
      color: #222923;
      line-height: 2.0rem; } }

.h2line h2 {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center; }
  .h2line h2::before {
    display: block;
    content: "";
    width: 70px;
    height: 3px;
    margin-right: 30px;
    background-color: #2DBE47;
    position: relative; }
    @media (max-width: 767px) {
      .h2line h2::before {
        width: 30px;
        height: 2px; } }
  .h2line h2::after {
    display: block;
    content: "";
    width: 70px;
    height: 3px;
    margin-left: 30px;
    background-color: #2DBE47;
    position: relative; }
    @media (max-width: 767px) {
      .h2line h2::after {
        width: 30px;
        height: 2px; } }

h3 {
  font-family: "Albert-Sans", sans-serif !important;
  font-weight: 400;
  font-size: 1.6rem;
  color: #222923;
  line-height: 2.0rem;
  margin-bottom: 40px; }
  @media (max-width: 767px) {
    h3 {
      font-family: "Albert-Sans", sans-serif !important;
      font-weight: 400;
      font-size: 1.4rem;
      color: #222923;
      line-height: 2.0rem; } }

.color-white h1 {
  color: #FFFEFE; }
.color-white p {
  color: #FFFEFE; }

.padding-bottom5 {
  padding-bottom: 5%; }

.padding-top5 {
  padding-top: 5%; }

.padding-bottom40 {
  padding-bottom: 40px; }

.padding-top40 {
  padding-top: 40px; }

.padding-bottom80 {
  padding-bottom: 80px; }

.padding-top80 {
  padding-top: 80px; }

.padding-bottom100 {
  padding-bottom: 100px; }

.button-green-arrows {
  background-color: #2DBE47;
  padding: 20px 60px;
  border-radius: 40px;
  font-family: "Days-one", sans-serif !important;
  font-weight: 400;
  font-size: 1.222rem;
  color: #FFFEFE;
  line-height: 2.2rem;
  text-transform: uppercase; }
  .button-green-arrows:hover {
    background-color: #1E8E33;
    color: #FFFEFE; }

.button-white {
  background-color: #FFFEFE;
  padding: 10px 60px;
  border-radius: 40px;
  border: 1px solid #2DBE47;
  font-family: "Days-one", sans-serif !important;
  font-weight: 400;
  font-size: 1.222rem;
  color: #2DBE47;
  line-height: 2.2rem;
  text-transform: uppercase; }
  .button-white:hover {
    background-color: #1E8E33;
    color: #FFFEFE; }

.bg-grey {
  background-color: #F5F5F5; }

#contents {
  padding-top: 75px; }

.leistungen-startseite.schwarz {
  background-color: #222923;
  border-radius: 30px;
  padding: 30px; }
  .leistungen-startseite.schwarz .sppb-addon-content {
    margin-top: 15px; }
.leistungen-startseite.gruen {
  background-color: #2DBE47;
  border-radius: 30px;
  padding: 30px; }
  .leistungen-startseite.gruen .sppb-addon-content {
    margin-top: 15px; }
.leistungen-startseite.dunkelgruen {
  background-color: #1E8E33;
  border-radius: 30px;
  padding: 30px; }
  .leistungen-startseite.dunkelgruen .sppb-addon-content {
    margin-top: 15px; }
.leistungen-startseite.weiss {
  background-color: #FFFEFE;
  border-radius: 30px;
  padding: 30px; }
  .leistungen-startseite.weiss .sppb-addon-content {
    margin-top: 15px; }
  .leistungen-startseite.weiss h3 {
    color: #222923; }
  .leistungen-startseite.weiss p, .leistungen-startseite.weiss .sppb-addon-content {
    color: #222923; }
.leistungen-startseite h3 {
  font-family: "Days-one", sans-serif !important;
  font-weight: 400;
  font-size: 1.4rem;
  color: #FFFEFE;
  line-height: 2.2rem;
  text-transform: uppercase;
  margin-bottom: 20px; }
.leistungen-startseite p, .leistungen-startseite .sppb-addon-content {
  color: #FFFEFE; }
.leistungen-startseite .leistungen-button {
  background-color: #98EEA2;
  display: inline-flex;
  padding: 15px 15px 15px 20px;
  border-radius: 15px; }
  .leistungen-startseite .leistungen-button::before {
    content: "\f062";
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    font-size: 40px;
    color: #1E8E33;
    transform: rotate(45deg);
    display: block; }
  .leistungen-startseite .leistungen-button:hover::before {
    transform: rotate(90deg);
    transition: 0.4s; }

.fullwidth-image .sppb-addon-single-image-container {
  width: 100%;
  height: auto; }
  .fullwidth-image .sppb-addon-single-image-container img.sppb-img-responsive {
    width: 100%;
    height: auto;
    object-fit: cover; }

.intro-image img {
  max-height: 560px; }

.info-button {
  position: fixed;
  display: flex;
  flex-direction: column;
  z-index: 999;
  right: 0px;
  top: 20%; }
  .info-button ul.mod-menu {
    display: flex;
    flex-direction: column; }
    .info-button ul.mod-menu li {
      margin-bottom: 10px; }
      .info-button ul.mod-menu li:hover {
        transition: all 175ms cubic-bezier(0, 0, 1, 1);
        transform: translate(0, 0.375em); }
      .info-button ul.mod-menu li a img {
        width: 60px;
        height: 60px; }
        @media (max-width: 767px) {
          .info-button ul.mod-menu li a img {
            width: 45px;
            height: 45px; } }

footer {
  background-image: url("/images/template-dateien/footer-background-schwarze-erdarbeiten.png");
  padding-top: 120px;
  background-color: #FFFEFE;
  background-position: 50% 0%;
  background-size: cover; }
  footer .footer1 {
    padding-bottom: 30px; }
    @media (max-width: 767px) {
      footer .footer1 .footer-1 {
        align-items: center;
        text-align: center;
        margin-bottom: 40px; } }
    footer .footer1 .footer-3 {
      justify-content: flex-end; }
      footer .footer1 .footer-3 h3 {
        color: #FFFEFE;
        text-transform: uppercase;
        text-align: right; }
        @media (max-width: 767px) {
          footer .footer1 .footer-3 h3 {
            text-align: center; } }
      footer .footer1 .footer-3 .mod-custom {
        display: flex;
        flex-direction: column;
        align-items: flex-end; }
        @media (max-width: 767px) {
          footer .footer1 .footer-3 .mod-custom {
            align-items: center;
            text-align: center; } }
        footer .footer1 .footer-3 .mod-custom p {
          color: #FFFEFE; }
        footer .footer1 .footer-3 .mod-custom a {
          color: #FFFEFE; }
          footer .footer1 .footer-3 .mod-custom a i {
            margin-right: 20px; }
          footer .footer1 .footer-3 .mod-custom a:hover {
            text-decoration: underline; }
            footer .footer1 .footer-3 .mod-custom a:hover img {
              transform: scale(1.1); }
    footer .footer1 .footer-1 h3 {
      color: #FFFEFE;
      text-transform: uppercase; }
    footer .footer1 .footer-1 ul.mod-menu {
      display: flex;
      flex-direction: column; }
      footer .footer1 .footer-1 ul.mod-menu li a {
        color: #FFFEFE; }
  footer .footer2 .container {
    border-top: 2px solid #FFFEFE;
    padding-top: 30px; }
    @media (max-width: 767px) {
      footer .footer2 .container .footer-copy {
        text-align: center; } }
    footer .footer2 .container .footer-copy p {
      color: #FFFEFE; }
    footer .footer2 .container .footer-rechtl-menu ul {
      justify-content: flex-end; }
      @media (max-width: 767px) {
        footer .footer2 .container .footer-rechtl-menu ul {
          justify-content: center;
          margin-bottom: 20px; } }
      footer .footer2 .container .footer-rechtl-menu ul li {
        margin-left: 20px; }
        @media (max-width: 1024px) {
          footer .footer2 .container .footer-rechtl-menu ul li {
            margin-left: 10px;
            margin-right: 10px; } }
        footer .footer2 .container .footer-rechtl-menu ul li a {
          color: #FFFEFE; }
