/*
 * Platz für eigene Änderungen direkt als CSS
 * Die hier gemachten Änderungen überschreiben ggfs. andere Styles, da diese Datei als letzte geladen wird.
 */
.search-wrapper .form-control::placeholder {
  color: #8a6338 !important;
  font-size: 1rem;
  text-transform: uppercase;
}
.productbox.productbox-hover:not(:hover) .productbox-onhover {
    opacity: 1;
}
.drop-container.texttopbar {
    border-bottom: 3px solid #428d35;
    padding-bottom: 5px;
    padding-top: 5px;
    font-weight: 800;
}
.container-fluid-xl {
    max-width: 77.125rem;
}
.s_aboutus-title {
    font-size: 22px;
}
.s_aboutus-subtitle {
    font-size: 28px;
    font-weight: bold;
}
.s_aboutus-content {
    padding: 0 25px;
    max-width: 720px;
    margin: 0 auto;
}
.p_banner {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    padding: 125px 0;
}
.p_banner-button .btn {
    border-width: 2px;
    border-radius: 28px;
}
.p_banner-button .btn-primary {
    transition: 0.5s;
    margin-top: 1px;
    margin-bottom: 1px;
}

.p_banner-sub-title {
    max-width: 540px;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
    text-shadow: #000 0 0 1px;
}
.p_banner-content {
    position: relative;
    padding: 0 50px;
    margin: 0 25px;
}
.p_banner-title {
    max-width: 320px;
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    line-height: 1;
    text-shadow: #000 0 0 1px;
}
.p_banner-body {
    margin-top: 80px;
}
.s_category-card-img {
    width: 100%;
    height: 100%;
    /* z-index: -1; */
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    transition: transform .5s;
}
.s_category-card:active .s_category-card-img, .s_category-card:focus .s_category-card-img, .s_category-card:hover .s_category-card-img {
    transform: scale(1.2);
}
h4.s_category-card-title.text-center a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}
.s_category-card-content {
    position: absolute;
    width: 100%;
    padding: 15px;
    bottom: 0px;
}
.s_category-card-title {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-shadow: #000 0 0 1px;
}
.text-center {
    text-align: center !important;
}
.s_category-card {
    position: relative;
    height: 200px;
    overflow: hidden;
    border-radius: 5px;
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin: 10px;
}
.search-wrapper .form-control {
    background-color: rgb(46 101 51 / 28%)!important;
    border-color: rgb(46 101 51 / 28%);
  }

.headerlie {
    font-size: 19px;
    font-weight: 800;
    color: #133991;
}
div#search {
    width: 71%;
    float: left;
}

.kk-fm-entry-group.kk-fm-entry-group-left {
    margin-left: 25px;
}

#header-top-bar a:not(.dropdown-item):not(.btn):hover, header a:not(.dropdown-item):not(.btn):hover {
    color: #2e6533;
}
span.nav-mobile-heading {
    text-transform: uppercase;
    font-weight: 800;
}
.search-wrapper .btn-secondary {
     background-color: #2e6533;
    border-color: #2e6533;
}

.search-wrapper .input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text, .input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn, .input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text, .input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .btn, .input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .input-group-text, .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
    border-top-right-radius: 71px;
    border-bottom-right-radius: 71px;
}