/* ================= CI SYSTEM ================= */
:root {
  --primary: #87bf72;
  --primary-dark: #5fa64a;
  --primary-light: #f1f7ef;
  --primary-text-color:#333333;
  --second-text-color:#999999;
  --white-text:#ffffff;
  --white-bg:#ffffff;
}

html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  color: var(--primary-text-color);
  font-family: 'Raleway', sans-serif;
  background-color:var(--white-bg);
  text-decoration: none;
}

h1, h2, h3, h4, .navbar-brand {
  font-family:'FjallaOne', sans-serif;    !important;
  letter-spacing: 0.5px;
}
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  list-style: none;
  line-height: normal;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fw-bold {
  font-weight: 400 !important;
}
a{
  color:var(--primary-text-color);
}
a:hover{
  color:var(--second-text-color);
}

img.logo{
  width:250px;
  height:auto;
  padding:0;
}

.top{
vertical-align: top;
}
.btn-success {
  --bs-btn-color:var(--white-text);
  --bs-btn-bg: var(--primary);
  --bs-btn-border-color: var(--primary);
  --bs-btn-hover-color:var(--white-text);
  --bs-btn-hover-bg: var(--primary);
  --bs-btn-hover-border-color: var(--primary);
  --bs-btn-focus-shadow-rgb: 60,153,110;
  --bs-btn-active-color:var(--white-text);
  --bs-btn-active-bg: var(--primary);
  --bs-btn-active-border-color: var(--primary);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color:var(--white-text);
  --bs-btn-disabled-bg: var(--primary);
  --bs-btn-disabled-border-color: var(--primary);
}
.bg-success {
  --bs-bg-opacity: 1;
  background-color:  var(--primary);
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  color: var(--primary);
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
  border: 1px solid  #333;
}
/*****************************************************/
/**Contact Infos ************************************/
/***************************************************/
.top-contact{ 
	background:var(--white-bg); 
	color:var(--primary-text-color);
	padding:5px; 
	padding-bottom:0;
	text-align:right; 
	font-size:17px; 
}
.top-contact a{ 
	color:var(--primary-text-color);
	text-decoration: none;
}
/**EndContact Infos ************************************/
    nav{ 
		background:white; 
		color:var(--primary-text-color);
	}
/** CONTENT BEREICH TEXT UND BILD *************/
.two-column-section {
  display: flex;
  gap: 30px;
  align-items: center;
  padding: 40px;
}
.text-container {
max-height:330px;  /* Setzt eine maximale Höhe für den Container */
overflow: hidden;   /* Verhindert das Scrollen des Containers */
}
.text-container {
    max-width: 600px;
    margin-top:0px;
}

.text-content {
    overflow: hidden;
    height:auto; /* Feste Höhe */
    transition: height 0.5s ease-out;
}

.text-content.expanded {
    height: auto; /* Keine Begrenzung der Höhe, wenn erweitert */
}

#bildtext {
  background: var(--primary-light);
  padding-bottom: 3%;
  --tw-bg-opacity: 1;
  padding-left: 2%;
  padding-right: 2%;
  border-radius: 10px;
  border: 1px solid var(--primary-text-color);;
}

.contentarea{
  background: var(--white-bg);
  padding-bottom: 3%;
  opacity:0.8;
}

#text-container {
    max-height:500px;  /* Setzt eine maximale Höhe für den Container */
    overflow: hidden;   /* Verhindert das Scrollen des Containers */
	color:var(--primary-text-color);
}
#imgSlider img {
  width: 100%;
  border-radius: 12px;
  object-fit: cover;
}

.text-container {
max-height:470px; /* Höhe im eingeklappten Zustand */
overflow: hidden;
transition: max-height 0.3s ease;


}

.text-container.expanded {
max-height: 1000px;
}
.text-container .h2, .text-container h2 {
  padding: 1%;
  margin-bottom: 3%;
}		 
.text-container .h2, .text-container h2 {
    font-size: 115%;
    font-weight: 600;
    marin-bottom: 2%;
    margin-bottom: 3%;
}

.text-container .h3, .text-container h3 {
  font-size:105%;
  font-weight:600;
}
.bildhoch{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
	
.icon-list {
list-style: none;
padding: 0;
}

.icon-list li {
  position: relative;
  padding-left: 1.8em;
  margin-bottom: 0.5em;
}

.icon-list li::before {
  content: "=>";          /* oder z.B. "?", "?", "?" */
  position: absolute;
  left: 0;
  color: #000;
}

/* Responsive */
@media (max-width: 768px) {
  .two-columns {
    flex-direction: column;
  }
}

/* Beide Spalten */
.column {
  flex: 1;
}

/* Bild-Spalte */
.image-col img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 12px;
}

/* Text-Spalte */
.text-col h2 {
  margin-top: 0;
  font-size: 28px;
}

.text-col p {
  font-size: 18px;
  line-height: 1.6;
}
.rechtliche-seiten{
vertical-align: text-top;
padding-top:5%;
padding-left:25%;
padding-right:25%;
}
/* RESPONSIVE */
@media (max-width: 768px) {
  .two-columns {
    flex-direction: column;
  }
}

/***LOGO NAVIGATION**********************************************/
.me-2 {
  margin-right: 0px !important;
}
.slogan {
  margin-right: 5px !important;
  position: relative;
  top: 3px;
  font-size: 80%;
  color: #999;
}


 /* BEGIN HERO ****************************************************/


.hero {
  background: linear-gradient(var( --primary-dark), var(--primary-light)), url('../images/highlight-box.png') center/cover;
  min-height: 200px;
  color:var(--white-text);
 text-align:center;
  padding:20px 20px;
}
.hero-form{
   overflow-x:auto;
   white-space:nowrap;
   padding-bottom:10px;
}
.hero-form > *{
   display:inline-block;
   width:250px;
   margin:0 10px;
   vertical-align:middle;
}
.heroinfo{
   width:60%;
   text-align:center;
}
.heroinfo h1{
 color:#fff;
}
.hero .form-select {
   
    border:2px solid var(--primary);
	width:33%;
}
/********************************************************************/
/* BEGIN HIGHLIGHT *************************************************/
/******************************************************************/
.form-select {
  border: 1px solid var(--primary);
}
 /* Container Titel */
    h2.text-success,.contentarea h1 {
      color: var(--primary-text-color) !important;
      font-size: 2.5rem;
      font-weight: 500;
      text-align: center;
	  border-top:1px solid var(--primary-text-color);
	  border-bottom:1px solid var(--primary-text-color);
	  padding:1%;
    }

    /* Highlight Boxen */
    .highlight-box {
      border-radius: 1rem;
      overflow: hidden;
      border: 1px solid  var(--primary);
      transition: all 0.3s ease;
      background-color:var(--white-bg);
      box-shadow: 0 2px 6px rgba(0,0,0,0.1);
      display: flex;
      flex-direction: column;
      height: 100%;
    }

    .highlight-box:hover {
      box-shadow: 0 8px 20px  var(--primary-dark);
      transform: translateY(-5px);
    }

    /* Bild Styling */
    .highlight-img {
      width: 100%;
      height: 180px;
      object-fit: cover;
      transition: transform 0.3s ease;
    }

    .highlight-box:hover .highlight-img {
      transform: scale(1.05);
    }

    /* Badge Titel */
    .badge-title {
      position: absolute;
      top: 10px;
      left: 10px;
      background: rgba(135,191,114,0.85);
      color:var(--white-text);
      padding: 4px 10px;
      border-radius: 6px;
      font-size: 0.8rem;
      font-weight: 600;
      text-transform: uppercase;
    }

    /* Box Text */
.highlight-box .p-3 h5 {
  color:var(--primary-text-color);
  font-weight: 500;
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  text-transform: uppercase;
}

    .highlight-box .p-3 p {
      color: var(--primary-text-color);
      font-size: 0.9rem;
      line-height: 1.4;
    }

    /* Buttons */
.btn-green {
    background-color: var(--primary);
    color:var(--white-text);
    border-radius:10px;
    padding: 6px 18px;
    font-weight: 600;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}
    .btn-green:hover {
      background-color:var(--primary-dark);
      color:var(--white-text);
      transform: translateY(-2px);
      box-shadow: 0 4px 10px rgba(0,0,0,0.15);
      text-decoration: none;
    }

.service-list li a {
    text-decoration:none;
    color:var(--primary-text-color);
    font-weight:500;
    transition:.2s;
	padding:2%;
}
.service-list li a:hover {
    color:var(--primary);
}

/* Mehr anzeigen Button */
.toggle-btn, #toggleBtn, .toggle-button {
  background: var(--primary);
  padding: 2%;
  font-size: 1rem;
  cursor: pointer;
  width: 120px;
  font-size: 100%;
  opacity: 0,8;
  color: #fff;
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 10px;
  cursor: pointer;
  border-radius:10px;
}
.toggle-btn:hover,#toggleBtn:hover,.toggle-button:hover, #toggleBtn:hover {
transform: translateY(-2px);
box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

    /* Responsive Grid Anpassungen */
    @media (max-width: 768px) {
      .highlight-box .p-3 h5 {
        font-size: 1.1rem;
      }
      .highlight-box .p-3 p {
        font-size: 0.85rem;
      }
    }

    @media (max-width: 576px) {
      h2.text-success {
        font-size: 2rem;
      }
      .btn-green {
        padding: 5px 14px;
        font-size: 0.9rem;
      }
    }
/********************************************************************/

 /* BEGIN PARTNER LOGO SLIDER ***************************************/
 
    .partner-slider{
        overflow:hidden;
        white-space:nowrap;
    }
    .partner-slider img{
        height:60px;
        margin:0 35px;
        filter:grayscale(100%);
        opacity:.8;
    }
    @keyframes slide{
        from{ transform:translateX(0); }
        to{ transform:translateX(-50%); }
    }
    .slide-track{
        display:inline-block;
        animation:slide 18s linear infinite;
    }

.abstand{
margin-bottom:2%;
}

 /*****************************************************/
 /* BEGIN FOOTER FÃœR DESKTOP ************************/
 /* *************************************************/
 
    .fixed-footer{
        position:fixed;
        bottom:0; left:0; right:0;
        background:var(--primary);
		margin-top:1%;
        color:white;
        padding:10px 0;
        z-index:999;
        text-align:center;
        box-shadow:0 -3px 10px rgba(0,0,0,.4);
    }



.footer-inner {
    display: flex;
    justify-content: center;
    gap: 15px;
    max-width: 900px;
    margin: auto;
    flex-wrap: wrap;
}
.footer-box a {
  color: var(--primary-text-color);
  text-decoration: none;
  font-weight: bold;
  font-size: 80%;
  background: var(--primary-light);
  padding: 2%;
  margin: 3%;
  border-radius: 10%;
}
.footer-box {
  width: 200px;
  min-height: 70px;
  padding: 10px;
  background: var(--primary-light);
  border-radius: 8px;
  color: var(--primary-text-color);
  margin-bottom: 1%;
}
.footerboxintro {
  color: var(--primary-text-color);
  font-size: 70%;
}

.footer-box button {
  color: var(--primary-text-color);
  font-size: 80%;
  padding: 2%;
  padding_left: 5%;
  padding-right: 5%;
  background: #a8d298;
  padding-left: 5%;
  margin-top: 3%;
}

.copyright{
      color:#000;
	  font-size:100%;
   }

/* Auf mobilen GerÃ¤ten horizontal scrollen **********/

@media (max-width: 768px) {
    .footer-inner {
        overflow-x: auto;
        white-space: nowrap;
        flex-wrap: nowrap;
        justify-content: flex-start;
        -webkit-overflow-scrolling: touch; /* smooth scrolling fÃ¼r iOS */
    }
    .footer-box {
        display: inline-block;
        min-width: 160px;
		min-height:90px;
        margin-right: 10px;
    }
}

/*************************************************************/
/* BEGIN SOCIAL MEDIA FIXED **********************************/
/*************************************************************/
 
.social-fixed{
    position:fixed;
    top:50%;
    right:10px;
    transform:translateY(-50%);
    z-index:999;
    display:flex;
    flex-direction:column;
    gap:10px;
}

.social-fixed a{
    display:flex;
    align-items:center;
    justify-content:center;
    width:45px;
    height:45px;
    background:var(--primary);
    color:white;
    border-radius:50%;
    font-size:20px;
    transition: transform 0.2s, background 0.2s;
    text-decoration:none;
}

.social-fixed a:hover{
    background:var(--primary);
    transform:scale(1.1);
    color:white;
}

/* MOBIL */
@media (max-width:768px){
    .social-fixed{
        right:5px;
        gap:8px;
    }
    .social-fixed a{
        width:35px;
        height:35px;
        font-size:16px;
    }
}

/*************************************************************/
/* BEGIN ANFRAGE FORMULAR ************************************/
/*************************************************************/


 
.step { display: none; }
.step.active { display: block; }
.quantity-group { display: flex; align-items: center; margin-top: 5px; }
.quantity-group button { width: 30px; height: 30px; padding: 0; }
.quantity-group input { width: 50px; text-align: center; margin: 0 5px; border: 1px solid var(--primary);}
.card-summary { margin-bottom: 1rem; }
.info-icon { color: var(--primary); cursor: pointer; }
.icon-label i, i {
  color: var(--primary-dark);
  margin-right: 5px;
  font-size: 120%;
}
#pdf-preview { width: 100%; height: 400px; border: 1px solid #ccc; margin-bottom: 1rem; }
.form-check-input:checked[type=checkbox] {  background:var(--primary)}

.step{display:none;}
.step.active{display:block;}
.main-btn{border:1px solid var(--primary);border-radius:14px;padding:14px;text-align:center;cursor:pointer;background:var(--white-bg);transition:.3s;margin-bottom:15px;}
.main-btn.active{border-color:var(--primary);background:var(--primar-light);}
.box{background:var(--white-bg);border-radius:10px;padding:20px;border:1px solid var(--primary);margin-bottom:20px;}
.device{display:flex;align-items:center;justify-content:space-between;padding:4px 0;}
.device i{color:var(--primary);margin-right:8px;}
.device input{width:100px;border:1px solid var(--primary) !important;padding-left:2%;border-radius:5px}
.alert-success{color:#155724;background-color:var(--primary-light);border-color:var(--primary-light));}
.border-success{border:1px solid var(--primary-light) !important;}
.iconsize{font-size:200%;}
.btn-primary {
--bs-btn-color:var(--white-text);
--bs-btn-bg: var(--primary);
--bs-btn-border-color: var(--primary);
width:50%;
font-size: 120%;
}
.form-control {border:1px solid var(--primary); border-radius:5px;}
.is-invalid{
border:2px solid var(--primary-light) !important;
}