/*
 * ========================================================================
 * Malerteam Seifert - Based on Cassiopeia Joomla! theme (for Joomla 5.x)
 * -----------------------------------------------------------------
 * Copyright (C) 2025. All Rights Reserved.
 * License: Copyrighted Commercial Software
 * Website: https://lenk-webdesign.de
 * Support: kontakt@lenk-webdesign.de
 * ========================================================================
 */


/* 
 * Mainmenu
 * --------------------------------------------------------- */

/* ----- Header ----- */
.container-header {
  background-color: #fff;
  background-image: none;
}
.container-header .mod-menu {
  color: #000;
}
.container-header .navbar-toggler {
  color: #000;
  border: 1px solid #000;
}
.header.container-header.full-width {
  box-shadow: 0px 5px 11px 0px rgba(50, 50, 50, 0.41);
}

/* ----- Navbar ----- */
.grid-child.container-nav {
  margin-top: -70px;
}
.grid-child.container-component {
  padding-top: 50px;
  padding-bottom: 80px;
}
.navbar-toggler:hover,
.navbar-toggler:focus {
  background-color: #fafafa;
  color: #666 !important;
  outline: none;
  box-shadow: none;
}
.navbar-toggler.navbar-toggler-right {
  margin-left: 20px;
}

/* ----- Metismenu ----- */
.container-header .metismenu > li > a:hover::after, .container-header .metismenu > li > button:hover::before, .container-header .metismenu > li.active > a::after, .container-header .metismenu > li.active > button::before {
  background: #000;
}
@media (width >= 992px) {
.container-header .metismenu > li > a::after, .container-header .metismenu > li > button::before {
  content: "";
  opacity: 1;
  background: 0 0;
  height: 2px;
  margin: auto;
  transition: all .3s,background-color .3s;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  right: 50%;
  }
}

/* ----- Logo ----- */
.left.item-image {
  max-width: 585px;
  float: left;
  margin: 0 60px 18px 0;
}

/* ----- Header Banner ----- */
.container-banner .banner-overlay .overlay {
  background-image: url("/images/hex1.png");
  background-position: center center;
  background-repeat: no-repeat;
}
.inset_txt {
  text-align: center;
  color: #fff;
  margin: 0 0 24px 0;
  max-width: 600px;
}
.inset_txt h1 {
  color: #fff;
  font-weight: 800;
}
.inset_txt h1 span {
  font-weight: 100;
}
.float-end {
  float: right !important;
  display: none !important;
}

/* submenu bg */
.metismenu.mod-menu .metismenu-item > ul {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  background-color: #fff;
  box-shadow: 0px 5px 11px 0px rgba(50, 50, 50, 0.41)
}

/* submenu-item */
.metismenu.mod-menu .metismenu-item.active>a, .metismenu.mod-menu .metismenu-item.active>button, .metismenu.mod-menu .metismenu-item>a:hover, .metismenu.mod-menu .metismenu-item>button:hover {
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
}

/* 
 * Basic Elements
 * --------------------------------------------------------- */

/* Typography */

h1,h2,h3,h4,h5,h6 {font-family:'Source Sans 3';}
h1 {font-size: 52px;line-height: 112%;letter-spacing: -2px;}
h1 span {font-weight: 800;}
h4 {font-size: 1.1em;margin-top: 30px;margin-bottom: 0px;}
a {color: #000;}
a:hover {color: #000;}
strong {font-weight: bold;}

.first_word {font-weight: 100;}
.rest {font-weight: 800 !important;}

/* ----- Grid ----- */
.row {
  --gutter-x: 0em;
}

/* 
 * Parallax
 * --------------------------------------------------------- */

/* Paralax 01 - bottom-a */
.container-bottom-a {
  grid-column: full-start/full-end;
  overflow:scroll;
}
.bottom-a.card.lw-parallax01 {
  box-shadow: none;
  border: 0px solid #ebebeb;
  border-radius: 0px;
}
.lw-parallax01 {
  background-attachment: fixed;
  background-clip: padding-box !important;
  background-color: rgba(0, 0, 0, 5);
  background-image: url("/images/parallax.jpg");
  background-origin: padding-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover !important;
  color: #000;
  padding: 100px;
  overflow:scroll
}
@media (width <= 800px) {
.lw-parallax01 {
  padding: 50px;
  }
}
.lw-parallax-overlay {
  color: #fff;
  margin: 0 -10px;
  padding: 60px 60px;
  text-align: center;
  background: rgba(0, 0, 0, 0.48);
}
@media (width <= 800px) {
.lw-parallax-overlay {
  color: #fff;
  margin: 0 -10px;
  padding: 10px 10px;
  text-align: center;
  background: rgba(0, 0, 0, 0.48);
  }
}
.lw-parallax-overlay h2 {
  color: #fff;
  font-size: 48px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.lw-parallax-overlay h3 {
  color: #fff;
  font-size: 34px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.lw-parallax-overlay h4 {
  color: #fff;
  font-size: 20px;
  text-align: left;
  margin-left: 20px;
}
.lw-parallax-overlay p {
  color: #fff;
  font-size: 15px;
  letter-spacing: 0px;
  text-align: left;
  margin-left: 20px;
  margin-right: 20px;
  text-align: center;
}
.frontpage .container-banner .banner-overlay {
  height: 80vh;
}
.float-end {
  float: right !important;
  display: none;
}

/* 
 * Parallax Elements
 * --------------------------------------------------------- */
body .lw-ui {
  margin: 0 auto;
  color: #fff;
  box-shadow: none;
}
body .lw-ui p {
  font-size: 12px;
  color: #b6b6b6;
  clear: left;
  font-weight: 300;
  width: 260px;
  margin: 2px 0 15px;
}
.lw-box {
  cursor: pointer;
  background: #3d3d3d;
  margin-left: 0 !important;
  width: 100%;
}
body .lw-box:hover {
  background: #131a2d;
}
body .lw-box h2 {
  font-weight: 400;
  font-size: 17px;
  margin: -4px 0 10px;
  color: #fff;
}
.lw-box_inner {
  min-height: 340px;
  padding: 40px;
}
body .lw-box_inner span {
  font-size: 36px;
  font-weight: 100;
  line-height: 1.56;
}
body .lw-box_inner .progress {
  width: 100%;
  margin-top: 10px;
  height: 6px;
  background: rgba(0,0,0,0.3);
  margin-bottom: 15px;
}
body .lw-box_inner .progress_bar {
  background: #131a2d;
  height: 6px;
  float: left;
  width: 99%;
}
body .lw-box_inner .progress_graph {
  float: right;
  border-bottom: 1px solid rgba(255,255,255,0.09);
  width: 60px;
  text-align: center;
  position: relative;
  padding-left: 20px;
  top: 40px;
}
.lw-box {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.35s,0.35s;
  -moz-transition-duration: 0.35s,0.35s;
  -o-transition-duration: 0.35s,0.35s;
  -ms-transition-duration: 0.35s, 0.35s;
  transition-duration: 0.35s, 0.35s;
  -webkit-transition-timing-function: ease-in,ease-out;
  -moz-transition-timing-function: ease-in,ease-out;
  -o-transition-timing-function: ease-in,ease-out;
  -ms-transition-timing-function: ease-in,ease-out;
  transition-timing-function: ease-in,ease-out;
}
.lw-box:hover > .lw-box_inner .progress .progress_bar, .lw-box:hover > .lw-box_inner .progress .progress_bar--two {
  background: #fff;
}
.lw-box-light {
  background: #0000004f;
}
body .lw-ui-light {
  margin: 0 auto;
  color: #fff;
  box-shadow: none;
}
body .lw-ui-light p {
  font-size: 17px;
  color: #b6b6b6;
  clear: left;
  font-weight: 300;
  max-width: 840px;
  margin: 2px 0 15px;
}
.lw-stat_left {
  float: left;
}


/*
 * Animation
 * --------------------------------------------------------- */

/* -- AOS Animate -- */
.aos-init.aos-animate {
  transition-duration: .9s !important;
}

/* -- Animation: lw-fadeIn -- */
.lw-fadeIn {
  animation: fadeIn 4s;
  -webkit-animation: fadeIn 4s;
     -moz-animation: fadeIn 4s;
      -ms-animation: fadeIn 4s;
       -o-animation: fadeIn 4s;
}
@keyframes fadeIn {0% { opacity: 0;}100% { opacity: 1;}}
@-moz-keyframes fadeIn {0% { opacity: 0; }100% { opacity: 1; }}
@-webkit-keyframes fadeIn {0% { opacity: 0; }100% { opacity: 1; }}
@-o-keyframes fadeIn {0% { opacity: 0; }100% { opacity: 1; }}
@-ms-keyframes fadeIn {0% { opacity: 0; }100% { opacity: 1; }}

/* -- Animation: lw-css-typing -- */
.lw-css-typing {
  width: 30em;
  white-space:nowrap;
  overflow:hidden;
  -webkit-animation: type 5s steps(50, end);
  animation: type 5s steps(50, end);
}
@keyframes type{
    from { width: 0; }
}
@-webkit-keyframes type{
    from { width: 0; }
}

/* -- Animation: lw-fadeIn-right -- */
.lw-fadeIn-right {
  opacity: 1;
  -webkit-animation: lw-fadeIn-right 1s ease-in-out 1s both;
  animation: lw-fadeIn-right 1s ease-in-out 1s both;
}
@keyframes lw-fadeIn-right {
0% {
  -webkit-transform: translateX(400px);
  transform: translateX(400px);
  opacity: 0;
}
100% {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  }
}

/* 
 * Footer 
 * --------------------------------------------------------- */
.footer {
  background: #1F1F1F;
  margin: 30px;
}
body.wrapper-fluid footer > .grid-child {
  padding-left: 10em;
  padding-right: 10em;
}
footer .grid-child .lw-footermodul {
  width:100%;margin:0 auto auto 0;
  justify-content: center !important;
}
@media (max-width: 1320px) {
  footer .grid-child .lw-footermodul {
    width:100%;
    margin:0 auto auto 15px;
  }
}
.footer .grid-child {
  align-items: flex-start;
  row-gap: 2rem;
}
footer .menu-horizontal {
  flex-direction: row;
  gap: 1rem;
  align-items: center;
}
.moduletable.lw-footermodul {
  padding: 50px;
}
.nav-link.px-2.text-muted {
  font-size: 15px;
}

/* --- footer-top --- */
.footer-top {
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.container-footer.footer-top.full-width {
  padding-top: 50px;
  background: #1F1F1F;
  display: grid;
  justify-content: center;
  font-size: 15px;
  color: #777;
  margin-bottom: -16px;
}

/* --- footer-bottom --- */
.container-footer.footer-bottom.full-width {
  padding: 10px;
  background: #fff;
  display: grid;
  justify-content: center;
  font-size: 15px;
  color: #777;
}

/* --- card --- */
.card {
  width: 280px !important;
  margin: 0 0 20px !important;
  font-size: 13px;
  border: 1px solid #dadada;
  margin-bottom: 36px;
  -webkit-box-shadow: 0 40px 40px -30px rgba(0,0,0,.1);
  -moz-box-shadow: 0 40px 40px -30px rgba(0,0,0,.1);
  box-shadow: 0 40px 40px -30px rgba(0,0,0,.1);
}
.card-body {
  padding: 26px;
}

/* ----- List group ----- */
ul {
  padding-left: 1rem;
}
.ul {
  margin: 0 30px 10px 0;
  padding: 0;
  list-style-type: none;
  font-size: 11px;
  font-weight: 400;
  line-height: 20px;
}
li {
  list-style: none;
  font-size: 11px;
  font-weight: 400;
  line-height: 20px;
}

/*
 * Font-Awesome
 * --------------------------------------------------------- */
.fa.fa-paint-brush {
  font-size: 92px;
}
.fa.fa-phone-square {
  font-size: 18px;
  margin-right: 8px;
  color: #dadada;
}
.fa.fa-home {
  font-size: 18px;
  margin-right: 8px;
  color: #dadada;
}
.fa.fa-fax {
  font-size: 18px;
  margin-right: 8px;
  color: #dadada;
}
.fa.fa-envelope-square {
  font-size: 18px;
  margin-right: 8px;
  color: #dadada;
}
.fa.fa-facebook-square {
  font-size: 18px;
  margin-right: 8px;
  color: #dadada;
}
.fa.fa-external-link {
  color: #666;
  font-size: 14px;
  margin-left: 6px;
  margin-right: 6px;
}
.fa.fa-ellipsis-h {
  font-size: 46px;
}

.fa.fa-home.fa-3x {
  font-size: 38px;
  color: #fff;
}
.fa.fa-bar-chart.fa-3x {
  font-size: 42px;
  color: #fff;
}
.fa.fa-facebook-square.fa-lg {
  font-size: 28px;
  color: #bfbfbf;
  -webkit-transition-duration: 0.35s,0.35s;
  -moz-transition-duration: 0.35s,0.35s;
  -o-transition-duration: 0.35s,0.35s;
  -ms-transition-duration: 0.35s, 0.35s;
  transition-duration: 0.35s, 0.35s;
  -webkit-transition-timing-function: ease-in,ease-out;
  -moz-transition-timing-function: ease-in,ease-out;
  -o-transition-timing-function: ease-in,ease-out;
  -ms-transition-timing-function: ease-in,ease-out;
  transition-timing-function: ease-in,ease-out;
}
.fa.fa-facebook-square.fa-lg:hover {
  font-size: 28px;
  color: #666;
}

/* 
 * Contact form
 * --------------------------------------------------------- */
#contact-form {
  float: left;
}
.com-contact__container {
  float: right;
  min-width: 450px;
  background: #fafafa;
  padding: 30px;
  margin: 10px;
}
.com-contact.contact h2 {
  display: none;
}

/*
fieldset {
  padding: 20px;
  max-width: 560px;
  min-width: 320px;
}
*/

fieldset {
  padding: 20px;
  max-width: 460px;
  min-width: 220px;
}
.control-label {
  margin-bottom: 6px;
  font-size: 14px;
  color: #777;
}
.com-contact__thumbnail.thumbnail {
  max-width: 300px;
}

/* ----- Box light ----- */
.lw-boxlight {
  background: #f1f1f1;
  border: 1px solid #dadada;
  padding-right: 20px;
  max-width: 400px;
  padding-left: 40px;
  padding-bottom: 20px;
  padding-top: 10px;
}

/* 
 * Costum fonts
 * --------------------------------------------------------- */

/* --- source-sans-3-300 - 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: 'Source Sans 3';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/source-sans-3-v19-latin-300.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/source-sans-3-v19-latin-300.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* --- source-sans-3-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: 'Source Sans 3';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/source-sans-3-v19-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/source-sans-3-v19-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* --- source-sans-3-800 - 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: 'Source Sans 3';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/source-sans-3-v19-latin-800.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/source-sans-3-v19-latin-800.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
