@charset "UTF-8";
/*template.scss*/
/*Standard Umgebung 
/* fjalla-one-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: "Fjalla One";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/fjalla-one-v16-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* raleway-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: "Raleway";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/raleway-v37-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-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: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-v32-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-700 - 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: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto-v32-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
p, li, input, label {
  font-size: 1.2rem;
  line-height: 150%;
  max-width: 800px;
}

joomla-tab-element p {
  max-width: unset;
}

img {
  max-width: 100%;
  height: auto;
}

img.standard {
  width: 100%;
  margin: 20px 0;
  height: auto;
}

input {
  padding: 5px;
}

.btn.btn-primary, .btn:first-child:active {
  height: auto !important;
  color: #000000;
  padding: 10px 20px;
  border-radius: 10px;
  font-weight: bold;
  background-color: #78c1bc;
  border-color: #78c1bc;
}

h1, h2 {
  color: #4f4646;
}

h3 {
  margin: 18px 0;
  font-size: 1.2rem;
}

h1, .page-header h2 {
  font-size: 1.6em;
  font-weight: 700;
  margin: 0.5em 0;
}

h1 {
  font-family: "Fjalla One", "Raleway", Arial, Helvetica, sans-serif;
}

h2 {
  font-size: 1.2rem;
  font-weight: 700;
  margin-top: 0.8em 0 0;
  padding: 0;
}

h2.item-title {
  margin-bottom: 0;
}

h3, h5 {
  font-size: 1.3rem;
  font-weight: bold;
}

h5 {
  color: maroon;
  margin: 10px 0;
}

ul {
  padding-left: 1em;
}

a {
  text-decoration: none;
  color: #629491;
  font-weight: bold;
}
a:hover, a:focus, a:active {
  text-decoration: underline;
}

a.pathway {
  color: #78c1bc;
}

.breadcrumb {
  list-style-type: none;
  display: flex;
  padding: 0;
}

.mod-breadcrumbs__wrapper .fa-home-alt {
  padding-right: 10px;
  color: #78c1bc;
}

.breadcrumb.px-3 {
  padding-left: 0 !important;
}

p.zitat {
  padding: 10px 20px 10px 100px;
  margin-bottom: 20px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  background-image: url(../images/apostroph.svg);
  background-repeat: no-repeat;
  background-position: 10px 10px;
  background-size: 85px 85px;
}

p.readmore a {
  font-weight: bold;
}

.blog-item p.readmore a {
  font-weight: normal;
  text-decoration: none;
}

p.readmore a.btn-secondary {
  background-color: transparent;
  border: 0;
  color: #4f4646;
  font-size: 1.2rem;
}

a.nach_oben {
  padding-right: 30px;
  margin-top: 5px;
  color: #4f4646;
  font-size: 75%;
  background-image: url(../images/nach_oben.png);
  background-repeat: no-repeat;
  background-position: right 0px;
  padding-top: 8px;
}

.moduletable.grau {
  padding: 20px;
  background-color: #ebebeb;
}

.item-content img {
  width: 300px;
  height: auto;
  clear: both;
  display: block;
}

/*Referenzen Blog */
.blog .blog-item {
  position: relative;
  aspect-ratio: 1.5;
}

.blog-item:hover .item-content {
  height: 100%;
  color: #4f4646;
}

.blog-item .item-content .inhalt {
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 85%;
}

.blog-item .item-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  background-color: rgba(174, 212, 223, 0.9);
  overflow: hidden;
  width: 100%;
  height: 0;
  padding: 0 10px;
  color: #fff;
  transition: 0.5s ease;
}

.blog-item .page-header h2 {
  /*background-color: hsla(0,0%,100%,.7);*/
  padding: 5px;
}

.blog .page-header h2 {
  font-size: 1.3rem;
  font-family: "Fjalla One", "Raleway";
  letter-spacing: 0.1rem;
}
.blog .page-header h2 a {
  color: #323235;
}
.blog .page-header h2 a:hover, .blog .page-header h2 a:focus, .blog .page-header h2 a:target {
  text-decoration: none;
}

/*Referenzen Blog ende*/
/*REFERENZ*/
.nav-tabs {
  background-color: #ffffff;
  border-radius: 0;
  position: relative;
  /*box-shadow: 4px 0 10px #abb1b0;border: 1px solid #abb1b0;*/
}

.nav-tabs .nav-link {
  border: 1px solid #abb1b0;
  border-bottom: 0;
  color: #4f4646;
  font-size: 0.9rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus, .nav-tabs .nav-link:target {
  border: 1px solid #abb1b0;
  background-color: rgba(194, 229, 227, 0.8);
  border-bottom: 0;
}

#screensTabsContent.mt-3 {
  border: 1px solid #abb1b0;
  padding: 0;
  margin-top: 0 !important;
}
#screensTabsContent.mt-3 p {
  max-width: 100%;
}
#screensTabsContent.mt-3 .rounded {
  border: 3px solid #4f4646;
}

.nav-tabs .nav-link.active {
  background-color: #78c1bc;
}

.btn.btn-primary.btn-sman-detail-panel-wl {
  width: 100%;
}

/*Kontakt*/
#mod-visform1 .row {
  padding-bottom: 5px;
}

.form-group.row {
  display: block;
}

.visforms.visforms-form {
  max-width: 800px;
}

/*Kontakt Ende*/
/*FAQ*/
#faq-accordion {
  max-width: 800px;
}

.krje-accordion-header[aria-expanded=true] {
  background-color: #78c1bc;
}

.krje-accordion-header[aria-expanded=false] {
  background-color: rgba(194, 229, 227, 0.8);
}
.krje-accordion-header[aria-expanded=false]:hover, .krje-accordion-header[aria-expanded=false]:target, .krje-accordion-header[aria-expanded=false]:focus {
  background-color: #78c1bc;
}

/*FAQ Ende*/
@media only screen and (min-width: 400px) {
  h1, .page-header h2, .bfQuickMode h1 {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 600px) {
  .item-content img {
    float: right;
    padding-left: 20px;
  }
}
@media screen and (min-width: 768px) {
  img.standard {
    width: 400px;
    max-width: unset;
    float: right;
    margin: unset;
    margin-left: unset;
    margin-left: 20px;
  }
  div.referenz {
    display: flex;
  }
}
@media screen and (min-width: 900px) {
  .item-content {
    -moz-column-count: 3;
         column-count: 3;
    gap: 20px;
  }
  .item-content img {
    float: none;
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  color: #4f4646;
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 140%;
  margin: 0;
  padding: 0 0 40px 0;
  background-color: #ffffff;
}

#page {
  position: relative;
  overflow-x: hidden;
}

/*Container*/
.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  --bs-gutter-x: 2rem;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-right: auto;
  margin-left: auto;
}

.intro-jw {
  position: relative;
  padding-bottom: 130px;
}

/*Container ende*/
footer {
  background-color: #78c1bc;
  grid-area: footer;
  position: fixed;
  bottom: 0;
  padding: 20px 0;
  width: 100%;
  z-index: 400;
}

footer .container {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

footer .moduletable {
  width: 100%;
}

.footerinfo div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #000;
  font-size: 0.9rem;
}
.footerinfo div a {
  color: #000;
}
.footerinfo div span {
  width: 100%;
}

/*call to action mit transform*/
#cta-overlay {
  position: absolute;
  text-align: center;
  padding: 20px;
  right: 0px;
  background-color: #78c1bc;
  color: #ffffff;
  border-radius: 8px;
  z-index: 1000;
  bottom: 175px;
  opacity: 0;
  transition: right 1.2s ease-in-out;
  z-index: 2000;
  border: 1px solid #fff;
}

#cta-overlay.is-visible {
  opacity: 1;
  position: fixed;
  right: calc(50vw - 110px);
  display: block;
}

#cta-close {
  position: absolute;
  top: 0;
  right: 10px;
  border: 0;
  background: transparent;
  font-size: 1.75rem;
  line-height: 1;
  color: #ffffff;
  cursor: pointer;
}

#top {
  background-image: url(../images/nach-oben.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0px 0px;
  position: fixed;
  bottom: 170px;
  right: 50%;
  margin-right: -47%;
  display: none;
  z-index: 99;
  width: 50px;
  height: 75px;
}

#top a {
  display: block;
  padding: 15px;
  text-decoration: none;
}

@media screen and (min-width: 400px) {
  footer {
    padding: 5px 20px;
  }
}
@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 100vw;
  }
}
@media screen and (min-width: 768px) {
  /*CTA*/
  #cta-overlay.is-visible {
    position: fixed;
    right: calc(50vw - 300px);
    bottom: 160px;
  }
  .container, .container-sm, .container-md {
    max-width: 100vw;
  }
  .blog-items.masonry-3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: stretch;
    align-content: space-between;
  }
  .blog-items[class^=masonry-], .blog-items[class*=" masonry-"] {
    -moz-column-gap: 1em;
    column-gap: 1em;
    display: block;
  }
  .blog-items.masonry-3 .blog-item {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 900px) {
  .blog-items.masonry-3 .blog-item {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 100vw;
  }
  #cta-overlay.is-visible {
    position: fixed;
    right: calc(50vw - 500px);
    bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1200px;
  }
}
@supports (display: grid) {
  .blog-items {
    grid-gap: 1.5em;
    -moz-column-gap: 1.5em;
         column-gap: 1.5em;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    margin: 0 0 1em;
    display: grid;
  }
  .blog-items .blog-item {
    padding: 0;
    background-color: #abb1b0;
    overflow: hidden;
  }
  @media (width >= 768px) {
    .blog-items.masonry-3 {
      display: inline-grid;
      flex-wrap: wrap;
      justify-content: stretch;
      align-content: space-between;
    }
    .blog-items.masonry-3 {
      grid-template-columns: 1fr 1fr;
    }
  }
  @media (width >= 900px) {
    .blog-items.masonry-3 {
      grid-template-columns: 1fr 1fr 1fr;
    }
  }
}
.offcanvas {
  position: absolute;
  top: 0;
  right: -300px;
  width: 300px;
  height: 100vh;
  background: #6EBBCC;
  transition: 0.5s;
  z-index: 1;
}
.offcanvas.visible {
  right: 0;
}
.offcanvas a,
.offcanvas .close {
  color: inherit;
}
.offcanvas .nav {
  padding: 2rem;
  gap: 7px;
}
.offcanvas .nav li {
  list-style: none;
  width: 100%;
}
.offcanvas .nav li a {
  width: 100%;
  padding: 5px;
}
.offcanvas .nav li a:hover, .offcanvas .nav li a:focus, .offcanvas .nav li a:target {
  color: #4f4646;
}
.offcanvas .nav .mod-menu__sub.list-unstyled {
  padding-left: 20px;
}
.offcanvas .nav li .mod-menu__sub a {
  padding: 5px 5px 5px 0;
  font-size: 1rem;
}
.offcanvas .nav .nav-link {
  text-transform: uppercase;
}
.offcanvas .close {
  position: absolute;
  right: 0.75rem;
  top: 0.5rem;
}
.offcanvas #primary-menu-off {
  border-bottom: 1px solid #abb1b0;
}

#offcanvas-toggle {
  cursor: pointer;
  padding: 0;
}
#offcanvas-toggle.nav-link {
  padding-left: 0;
  color: #ffffff;
  font-size: 3rem;
}
#offcanvas-toggle span {
  font-weight: bold;
  display: none;
}

.navbar > .container, .navbar > .container-fluid, .navbar > .container-sm, .navbar > .container-md, .navbar > .container-lg, .navbar > .container-xl {
  justify-content: flex-end;
  width: calc(100% - 20px);
  margin: 0;
  flex-wrap: nowrap;
  /*align-items: stretch;*/
}

.navbar-brand {
  font-family: "Fjalla One", Raleway, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.25rem;
}

.navbar-brand {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-right: 1rem;
  font-size: 1rem;
  white-space: nowrap;
}

.d-flex {
  display: flex !important;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

#masthead div.mod-languages a {
  padding: 0.3rem;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.7);
  color: #4f4646;
}

div.mod-languages .lang-active a {
  background-color: #ffffff;
}

footer .mod-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 5px;
  text-align: center;
}

footer .mod-menu li {
  font-size: 1rem;
  width: 100%;
}

footer .mod-menu li a {
  color: #000000;
  font-weight: bold;
}
footer .mod-menu li a:hover, footer .mod-menu li a:focus, footer .mod-menu li a:target {
  text-decoration: none;
  color: #ffffff;
}

@media screen and (min-width: 600px) {
  .navbar {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  #offcanvas-toggle.nav-link {
    font-size: 1.5rem;
  }
  #offcanvas-toggle span {
    font-weight: bold;
    display: inline;
  }
}
@media screen and (min-width: 768px) {
  #offcanvas-toggle {
    margin-left: 1rem;
  }
}
@media screen and (min-width: 900px) {
  #topmenu.fixed {
    position: fixed;
    left: calc(50vw - 600px);
    top: 10px;
    transition: 1.4s ease;
  }
  :where(.mod-menu [class*=icon-]) {
    margin-inline-start: 0rem;
  }
  .offcanvas .nav li a:hover, .offcanvas .nav li a:focus, .offcanvas .nav li a:target {
    color: #ffffff;
  }
  .offcanvas {
    visibility: visible;
    background-color: transparent;
    height: auto;
    align-items: flex-end;
    position: relative;
    width: 100%;
    right: 20px;
    top: 140px;
  }
  .offcanvas .nav {
    justify-content: flex-end;
    padding: 0;
    background-color: rgba(0, 0, 0, 0.25);
  }
  .offcanvas .nav li {
    width: auto;
    /*text-shadow: 2px 2px 2px #000;*/
  }
  #offcanvas-close, #offcanvas-toggle, .d-flex {
    display: none;
  }
  .offcanvas .nav .mod-menu__sub.list-unstyled {
    padding-left: 20px;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.25);
  }
  .offcanvas .nav .mod-menu__sub.list-unstyled li {
    text-shadow: 0 0 0 transparent;
  }
}
@media screen and (min-width: 1200px) {
  .navbar > .container {
    --bs-gutter-x: 2rem;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
    margin: auto;
  }
  .offcanvas {
    right: calc(50vw - 620px);
    top: 120px;
  }
}
/**/
.site-header, .site-header .navbar {
  transition: all 0.2s ease-in-out;
}

.site-header {
  background: linear-gradient(rgba(0, 0, 0, 0.45), transparent);
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

/*Header*/
section.page-header {
  position: relative;
  background-size: cover;
  background-position: center;
  background-image: url("../images/led-hintergrund.webp");
}

.page-header .divider-wave {
  position: absolute;
  bottom: -2px;
  width: 500px;
  max-width: 2240px;
  margin-left: auto;
  margin-right: auto;
  left: 36%;
  right: 50%;
  transform: translateX(-50%);
}

section.page-header h2 {
  font-family: "Fjalla One", "Raleway", Arial, Helvetica, sans-serif;
  font-size: 2.5rem;
  margin: 0;
  color: #78c1bc;
  line-height: 20%;
}
section.page-header h1 {
  font-family: "Fjalla One", "Raleway", Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 3rem;
  margin: 0;
  color: #ffffff;
}
section.page-header a.header-link:hover, section.page-header a.header-link:focus, section.page-header a.header-link:target {
  text-decoration: none;
}
section.page-header .container {
  min-height: 200px;
  padding-top: 70px;
  position: relative;
}
section.page-header .intro {
  font-family: "Signika", "Raleway", sans-serif;
  line-height: 120%;
  font-size: 1rem;
  color: #fff;
}

section.page-header::before { /*Farbfilter über Hintergrundbild*/
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, rgba(47, 92, 102, 0.7), rgba(0, 0, 0, 0.1) 75%);
}

@media screen and (min-width: 380px) {
  section.page-header h1 {
    font-family: "Fjalla One", "Raleway", Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 3.5rem;
  }
}
@media screen and (min-width: 600px) {
  section.page-header h1 {
    margin-bottom: 0.5rem;
  }
  section.page-header .intro {
    line-height: 150%;
  }
  section.page-header .container {
    min-height: 310px;
    padding-top: 70px;
  }
  .page-header .divider-wave {
    width: 1780px;
    max-width: 2240px;
  }
}/*# sourceMappingURL=template.css.map */