/**************************************************************************
 * Custom Styles.
 * CAUTION !!! CAUTION !!! CAUTION !!! CAUTION !!! CAUTION !!! CAUTION !!! 
 ***************************************************************************
 *
 *--------------------------------------------------------------------------
 * [DE] 
 *--------------------------------------------------------------------------
 *
 * Für die Struktur des HTML-Codes gibt es KEIN Rückwärtskompatibilitätsversprechen.
 * Wenn Sie diese Datei nutzen um das Layout ihrer Seite anzupassen geschieht das
 * auf EIGENES RISIKO.
 *
 * Bei jedem Update KÖNNEN sich Css-Klassen, die HTML-Struktur etc ändern.
 * Bei vielen Updates WIRD dies passieren.
 *
 * Diese Änderungen sind zwingend notwendig um die Software aktuell halten zu können.
 * Achten Sie deshalb regelmäßig, insbesondere bei Updates, auf das Aussehen Ihres Shops
 * und passen Sie gegebenenfalls diese CSS-Datei an.
 *
 * Falls Sie nicht mit dieser Einschränkung leben wollen empfehlen wir unsere Individual-Shops.
 *
 *--------------------------------------------------------------------------
 * [EN]
 *--------------------------------------------------------------------------
 * There is no Backward-Compatibility promise for the HTML Code and Structure
 * If you use this file, you do that on your own risk.
 *
 * Each update things can and will change, because CSS-src, IDs, Style-Definitions,
 * or the HTML Structure itself changes.
 *
 * This changes are mandatory to keep the software up to date.
 * So watch out all the time and update your custom CSS when something changed.
 *
 * If you cannot live with this BC-Policy, please Upgrade to Individual-Shop
 * to have a BC promise for your HTML.

 */


/* Botenlieferungs - Check */
.mt-2.bg-grey-darker.p-2.md\:p-3.md\:pl-4.text-white.flex.flex-wrap.items-center.justify-between.mb-2 {
    display: none !important;
}

.product-box .text-white {color:#ffffff!important;}


/* Navigation zweite Zeile, grün */
.bg-grey-darker {background-color: #566a77!important;}

/* Navigation erste Zeile */
.bg-primary {background-color: #566a77!important;}

/* Hintergrundfarbe Warenkorb/Anmeldung/Merkliste */
.bg-grey-lighter {background-color: #f3f1ed!important;}

/* Hintergrundfarbe in Artikelansicht*/
.bg-grey-lightest {background-color:#f3f1ed!important;}

.bg-grey-light {background-color:#f3f1ed!important;}

.bg-grey {background-color:#fcdc0b6!important;}


/* Hintergrundfarbe */
.bg-background-light {background-color: #f3f1ed!important;}

.text-primary-light {color: #566a77!important;}

/*Panorama-Slider Buttons*/
.panorama-slider .slider__button, .swiper-container .slider__button{
display:none!important
}

.fade-out.mt-3{
    background: #fff;
  
}
.fade-out .fade-out__content .wysiwyg p {
  padding: 20px 20px 0;
}
.fade-out .fade-out__content .wysiwyg p a  {
  padding:0
}
.leading-normal .fade-out a{
  padding:0px 20px  20px
  }
.fade-out__content--hidden:after {
    background: -webkit-gradient(linear,left bottom,left top,from(#fff7),to(transparent));
    background: linear-gradient(0deg,#fff,transparent);
}

/*Slider Buttons Startseite*/
.slider__pagination__bullet {
    width: 20px;
    height: 20px;
}

/*Wildcare-Selector Änderung Farbe dunkelgrün im SPC
* {
    color: #566a77 !important;
    background-color: #566a77 !important;
    border-color: #566a77 !important;
}

/* Css Berns */
.hover-img img{
-moz-transform: scale(1);
-webkit-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
}
.hover-img:hover img{
-moz-transform: scale(1.02);
-webkit-transform: scale(1.02);
-o-transform: scale(1.02);
-ms-transform: scale(1.02);
transform: scale(1.02);

}
.green{
    color: #566a77;
}

.white-btn{
    background: #fff;
    color: #566a77
}
.border-light{
    border:2px solid #ebf5e4;
}

.bg-center{
    background-position: center center;
}
.full-img-header{
    height: 150px
}
.img-header{
    min-height: 150px
}
.aside-box{
    background: #e9eaea
}
.wysiwyg p{
    line-height: 1.5
}
.stellenangebot{
    display: inline-block;
    border-bottom: 2px solid #3c8708;
    padding:30px 0;
    width: 100%
}
.stellenangebot .img-holder{
    display: none;

}
hr.green{
    background-color: #3c8708;
    height: 1px
}





.accordion label:after {
  content:"\f067";
  font-family: Font Awesome\ 5 Free;
  position: absolute;
  right: 1em;
  color: #3d4852;
  font-feature-settings: normal;
    font-variant: normal;
    font-weight: 900!important;
}

.accordion input:checked + label:after {
  -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.accordion{
        margin-bottom: 10px;
            border:1px solid #f1f5f8!important;

}
/* Accordion Buttons Texthöhe zum anklicken */
.accordion_box .accordion label {
position:relative;
display:block;
padding: 10px;
background: #ebf5e4;
color: #3d4852;
font-weight: 400
font-size: 15px!

}

 .accordion_box .accordion label:hover{
    cursor: pointer;
}

/* Farbe Navigationspanel Warengruppen */
.panel__head {
    background-color: rgb(60, 135, 8);
    color: #ffffff;
    padding: 10px;
}
.panel__body {
 padding:10px;
 background-color: #ffffff;
}

}
/* Abstand zwischen Accordion Buttons und ecke mit Hacken */
.accordion_box .accordion input {
display:none;
}
/* Inhalt Accordion */
.accordion_box .content {
height: auto;
overflow-x: hidden;
position:relative;
height:0;
}


/* Abstand in der Inhaltsseite */
.accordion_box input[type="checkbox"]:checked ~ div.content {
height:auto;
padding:20px 10px;
}

.leistungen-content{
    position: relative;
    padding-left: 45px;
    padding-right: 25px;
    margin-bottom: 50px
}
.leistungen-content h4{
    color: #3c8708;
    font-size: 18px
}
.leistungen-content img{
    position: absolute;
    display: inline-block;
    left: 5px;
    top: 0;
    width: 30px;
    height: auto;
    -webkit-transition: all 500ms;
    transition: all 500ms;
}
.leistungen-content:hover img{
    left: 0;
}
.hidden-content{
    position: relative;
}
.hidden-content .overlay{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(60, 135, 8, .9);
}
.hidden-content .overlay .content{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;;
    padding: 15px;
}
.hidden-content .overlay .content h3{
    color: #fff
}
.hidden-content .overlay .content svg{
    width: 100px;
    display: block;
    margin: 0 auto 10px;
    fill: #fff
}

.responsiveContainer {
  position: relative;
  padding-bottom: 56%;
  height: 0;
  overflow: hidden;
}

.responsiveContainer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.contact-box{
    border-left: 3px solid #3c8708
}

@media (max-width: 996px){

}
@media (min-width: 640px){
    .stellenangebot .img-holder{
        display: block;
        width: 60px;
        float: left;
        margin-right: 15px;
        height: 100%
    }

    .stellenangebot .content{
        width: calc(100% - 90px);
        float: left;
    }   
    .full-img-header{
        height: 220px
    }
    .img-header{
        min-height:220px
    }
}

@media (min-width: 768px){
    .full-img-header{
    height: 280px
    }
    .img-header{
        min-height: 280px
    }

    .stellenangebot .img-holder{
        width: 150px;
        display: block;
        float: left;
        margin-right: 30px;
        height: 100%
    }
        .stellenangebot .content{
        width: calc(100% - 180px);
        float: left;
    }
}



@media (min-width: 992px){

    .full-img-header{
        height: 356px
    }
    .img-header{
        min-height: 356px
    }

    .md\:w-2\/3 {
        width: 66.66666%!important;
    }
    .md\:w-1\/3 {
        width: 33.33333%!important;
    }
    .md\:pr-30{
        padding-right: 30px
    }
    .md\:pr-15{
        padding-right: 15px;
    }
    .md\:pl-15{
        padding-left: 15px;
    }
    .md\:mr-15{
        margin-right: 15px;
    }
    .md\:ml-15{
        margin-left: 15px;
    }
    .md\:-mx-3{
        margin: 0 -15px;
    }
    .md\:text-center{
        text-align: center;
    }
    .stellenangebot .img-holder{
        width: 200px;
    }
    .stellenangebot .content{
        width: calc(100% - 230px)
    }

}

 /* Anpassungen 20.12.2022 // Agentur Berns */

img{
    object-fit:cover;
}
.formular{
    width: 100%;
    height: 1100px;
}
html{
    scroll-behavior: smooth;
}

/* 
Ursprüngliche Farben:
background lightest #f8fafc
background lighter #f8fafc
#ffffff weiß
#ebf5e4
*/


/*
==============================================================================
------------------------------------------------------------------------------
Date:   2025.04.30
Author: Dave Andre Roessler 
------------------------------------------------------------------------------
==============================================================================
*/


/*
==============================================================================
------------------------------------------------------------------------------
Date:   2025.05.15
Author: Julius Krivec
------------------------------------------------------------------------------
==============================================================================
*/
.faq-container {
  max-width: 100%; 
  width: 100%;
  margin: 0 auto;
  padding: 0 1rem;
}

.faq-heading {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 1rem;
  text-align: center;
}

.faq-item {
  border-bottom: 1px solid #ccc;
  padding: 1rem 0;
}

.faq-question {
  background-color: #f7f7f7;
  border: none;
  width: 100%;
  text-align: left;
  font-size: 1rem;
  padding: 1rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
  font-weight: 600;
}

.faq-question:hover {
  background-color: #e0e0e0;
}

.faq-answer {
  display: none;
  padding: 0.5rem 1rem 1rem;
  font-size: 0.95rem;
  color: #333;
  line-height: 1.5;
}

.faq-answer.show {
  display: block;
}

.as-link,
a {
  color:#566a77;
  text-align:left;
  text-decoration-line: none;
}

#startButton {
  background-color:#566a77;
}

