:root{
    --primary: #B0C63D;
    --fontFamily:'Cormorant', serif;

}
@import url('https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');

body {
    font-family: var(--fontFamily);
    color: #303030;
}

a {
    color: #303030;
}

a:hover {
    color: var(--primary);
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 10px;
    color: var(--primary);
}

.static-content {
    margin-bottom: 30px;
}

.guidance h4 {
    margin-bottom: 0;
}

.guidance h2 {
    margin-bottom: 0;
}


/*topbar*/

.topbar {
    font-size: 18px;
    color: #000;
    min-height: 35px;
}

.topbar a:hover {
    text-decoration: none;
}

.topbar-email,
.topbar-phone,
.flag {
    padding-top: 10px;
}


/*topbar*/


/*navbar*/

.navbar-default .navbar-nav>li>a:hover {
    color: var(--primary);
}

.navbar-default .navbar-nav>li>a {
    font-size: 20px;
    color: #303030;
    /*top: -20px;*/
}

.navbar-default {
    background-color: #fafafa;
    border-color: #e7e7e7;
    min-height: 110px;
}

.navbar-brand>img {
    margin-top: 4px;
}


/*navbar*/

.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
}

.carousel {
    margin-top: 110px;
}

.carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+15,000000+75,000000+100&0+0,0.3+15,0.3+75,0+100,0+100 */
    background: -moz-linear-gradient( left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 15%, rgba(0, 0, 0, 0.3) 75%, rgba(0, 0, 0, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient( left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 15%, rgba(0, 0, 0, 0.3) 75%, rgba(0, 0, 0, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient( to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 15%, rgba(0, 0, 0, 0.3) 75%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=1);
    /* IE6-9 */
}

.carousel-logo {
    width: 183px;
    height: 107px;
}

.carousel-indicators .active {
    width: 50px;
    height: 3px;
    margin: 0;
    background-color: #fff;
}

.carousel-indicators li {
    width: 50px;
    height: 3px;
    margin-top: 1px;
    background-color: #000 \9;
    background-color: rgba(255, 255, 255, 0.6);
    border: 0px solid #fff;
    border-radius: 10px;
    margin-bottom: 0px;
}

.btn {
    color: #fff;
    background-color: var(--primary);
    box-shadow: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin-bottom: 20px;
    margin-top: 10px;
}

.back-btn {
    color: #fff;
    background-color: #999;
    box-shadow: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin-bottom: 20px;
    margin-top: 10px;
}

.btn:hover {
    background-color: #95c023;
    border-color: #95c023;
    color: #fff;
}

.box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #ececec;
    background-clip: border-box;
    margin-top: 40px;
    margin-bottom: 40px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid var(--primary);
}

.box:hover {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    border: 1px solid #e5e453;
}

.box:hover .box-name a {
    color: var(--primary);
    text-decoration: none;
}

.box h3 {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
    min-height: 60px;
}

.box-desc {
    margin: 5px;
    text-align: justify;
}

.new {
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 30px;
    border: 1px solid #ffffff;
}

.new:hover {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    border: 1px solid #e5e453;
}

.new .btn {
    margin-bottom: 0px;
}

.news-name {
    margin-bottom: 5px;
}

.news-name h4 {
    margin-top: 20px;
}

.news-desc {
    text-align: justify;
}

.newBigImg {
    margin-bottom: 30px;
}

.newBigImg img {
    /*width:500px;*/
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.footer {
    background: var(--primary);
    padding-top: 20px;
    padding-bottom: 20px;
}

.footer a {
    color: #ffffff;
    text-decoration: none;
    font-size: 19px;
    margin: 10px;
}

.footer a:hover {
    color: #e5e453;
}

.mrg-20 {
    margin-bottom: 20px;
}

.breadcrumb {
    margin-top: 30px;
    padding: 30px 0 15px;
    margin-bottom: 0;
    background: none;
}

@media screen and (min-width: 768px) {
    .breadcrumb {
        margin-top: 110px;
    }
}

@media screen and (max-width: 768px) {
    .img-responsive {
        margin: 0 auto;
    }
}

.breadcrumbbg {
    background: var(--primary)1a;
    margin-bottom: 27px;
}

.breadcrumb>.active {
    color: var(--primary);
}

.pagination>li>a,
.pagination>li>span {
    color: #303030;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: var(--primary);
    border-color: var(--primary);
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    color: var(--primary);
}

.cmframe {
    padding: 10px 0;
    text-align: left;
    margin-bottom: 20px;
}

.cmframe h4 {
    margin-bottom: 3px;
}

.cm-desc {
    text-align: justify;
}

.cm-desc i {
    padding-right: 10px;
}

.contact {
    min-height: 700px;
}

.redstar {
    color: #a70000;
}


/*lexikon*/

#lexInput {
    background-image: url("../img/searchicon.png");
    background-position: 10px 12px;
    background-repeat: no-repeat;
    width: 30%;
    font-size: 16px;
    padding: 12px 20px 12px 40px;
    border: 1px solid #ddd;
    margin-bottom: 50px;
}
#recInput {
    /*background-image: url("../img/searchicon.png");*/
    /*background-position: 10px 12px;*/
    /*background-repeat: no-repeat;*/
    width: 30%;
    font-size: 16px;
    padding: 5px;
    border: 1px solid #ddd;
    margin-bottom: 50px;
}

.search-btn-mar{
    margin-top: 3px;
    margin-bottom: 12px;
    padding: 6px 12px;
    font-size: 15px;

}

#newsInput {
    width: 30%;
    font-size: 16px;
    padding: 5px;
    border: 1px solid #ddd;
    margin-bottom: 50px;
}

#lexUL {
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-bottom: 30px;
}

#lexUL li a {
    border: 1px solid #ddd;
    margin-top: -1px;
    /* Prevent double borders */
    background-color: #f6f6f6;
    padding: 12px;
    text-decoration: none;
    font-size: 18px;
    color: black;
    display: block;
}

#lexUL li a:hover:not(.header) {
    background-color: #eee;
}

.clear {
    float: none;
    clear: both;
}


/*lexikon*/

.productBox {
    margin-bottom: 30px;
    height: 350px;
}

.productText h3 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.productCat {
    margin-top: 30px;
    margin-bottom: 30px;
}

.productDesc {
    text-align: center;
}

.harmful {
    text-align: center;
    margin-top: 30px;
}

.harmfulList {
    text-align: left;
    margin-top: 30px;
}

.harmfulList h4 {
    margin-bottom: 3px;
}

#PartInput {
    background-image: url("../img/searchicon.png");
    background-position: 10px 12px;
    background-repeat: no-repeat;
    width: 100%;
    font-size: 16px;
    padding: 12px 20px 12px 40px;
    border: 1px solid #ddd;
    margin-bottom: 12px;
}

#PartUL {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#PartUL li a {
    border: 1px solid #ddd;
    margin-top: -1px;
    /* Prevent double borders */
    background-color: #f6f6f6;
    padding: 12px;
    text-decoration: none;
    font-size: 18px;
    color: black;
    display: block;
}

#PartUL li a:hover:not(.header) {
    background-color: #eee;
}

.psearchN {
    text-align: left;
    margin-bottom: 30px;
    font-size: 20px;
}

.psearchText {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px;
}

.searchDiv {
    margin-bottom: 25px !important;
}

.pmform .btn {
    margin-top: 0px;
}

.pDescription {
    margin-top: 35px;
    margin-bottom: 35px;
}

.pDescription p {
    padding: 1rem 0;
    font-size: 17px;
    margin-bottom: 15px;
}

.calendar {
    margin-top: 20px;
}

#maps {
    height: 400px;
    margin: 0 15px 25px 15px;
}

.partner-single-map {
    height: 300px !important;
}

#maps h4 {
    text-align: left;
    margin-bottom: 10px;
    font-size: 16px;
}

#maps .img-responsive {
    padding: 0 15px 0 0;
}

#maps .img-responsive img {
    max-width: 100% !important;
}

.map-data {
    display: none;
}

.feleloseg {
    margin-top: 10px;
}

.feleloseg p {
    display: inline-block;
    font-weight: normal;
}

.article-lead {
    font-weight: bold;
}

.topbar .search {
    padding-top: 10px;
}

.topbar .search .input-group-btn button {
    margin-top: 0;
}

.navbar-brand {
    padding: 0 15px 0 0;
}

@media (min-width: 768px) {
    .navbar-right {
        margin-top: 40px;
    }
}

a.social {
    padding-left: 10px;
    font-size: 20px;
}

.header-email {
    display: inline-block;
    padding-top: 5px;
}

.topbar-email {
    padding-top: 20px;
}

.header-contact-box i.fa.fa-user {
    top: 0 !important;
}

@media (max-width: 500px) {
    .header-contact-box a span {
        display: none;
    }

    .navbar-brand {
        height: auto !important;
    }
}

@media (max-width: 425px) {
    .header-email,
    a.social {
        font-size: 15px;
    }
    .topbar-email {
        padding-top: 0;
        position: relative;
        bottom: 10px;
    }

    a.social {
        padding-left: 0 !important;
    }

    img.img-responsive.menu-logo {
        left: 15px !important;
        position: relative;
        bottom: 32px;
    }
}

@media (max-width: 390px) {
    img.img-responsive.menu-logo {
        width: 70px !important;
    }

}
@media (max-width: 320px) {
    .navbar-brand>img {
        max-width: 190px !important;
    }


    img.img-responsive.menu-logo {
        bottom: 13px;
    }
}

.btn-zip-search {
    margin-top: 0;
}

.news-title {
    font-size: 30px;
}

@media screen and (max-width: 375px) {
    .breadcrumbbg {
        margin-top: 20px;
    }
}

.partner-owl-carousel {
    margin-top: 5px;
}

.owl-carousel .owl-stage {
    display: flex;
}

.owl-carousel .owl-item img {
    width: auto;
    height: 100%;
}

.partner-gallery-image:hover {
    cursor: pointer;
}

.cm-desc {
    text-align: left;
}

img.zoom {
    width: 100%;
    height: 100%;
    border-radius: 0;
    object-fit: cover;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.transition {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.nav>li>a {
    padding: 10px 9px;
}

.navbar-nav li.custom a,
.navbar-nav li.custom a:hover {
    background-color: var(--primary);
    color: #fff;
    font-weight: bold;
    padding: 5px 9px;
    margin-top: 4px;
}

@media screen and (max-width: 475px) {
    .carousel-inner>.item>a>img,
    .carousel-inner>.item>img,
    .img-responsive,
    .thumbnail a>img,
    .thumbnail>img {
        margin: 0 auto;
    }
    .container img {
        /*max-width: 37% !important;*/
        height: auto !important;
    }
    img.img-responsive.menu-logo {
        max-width: 37% !important;
    }
}

.category-list>ul {
    list-style: none;
    padding: 0;
    text-align: left;
}

.category-list>ul>li>ul {
    list-style: none;
    padding: 0;
    text-align: left;
    margin-top: -1.3em;
    margin-bottom: 1.5em;
}

.category-list>ul>li>ul>li {
    padding-left: 2.5em!important;
}

.category-btn {
    margin-top: 0!important;
    margin-bottom: 10px!important;
    padding: 3px 8px!important;
    font-size: 16px!important;
}

.filterBox {
    margin-bottom: 30px;
    height: 350px;
}

.small-select .select2-container {
    max-width: 190px!important;
    word-break: break-word!important;
}

@media screen and (max-width: 992px) {
    .small-select {
        padding: 5px;
        line-height: 40px;
    }
}

.search-btn {
    float: left;
    margin-bottom: 10px!important;
}

@media screen and (max-width: 992px) {
    .search-btn {
        float: none;
    }
}

.back_btn {
    margin: 0;
    align-items: center;
}

.toplink_ {
    background-color: transparent !important;
    color: white !important;
    border: none !important;
    min-width: 200px !important;
    margin: 10px;
}

.btn_top {
    margin-left: 50px;
    margin-right: 50px;
}

.topbuttons {
    padding-inline-start: 0px !important;
}
.menu-logo{
    max-width: 11% !important;
}
img.img-responsive.menu-logo {
    float: left;
}

.logo-holder {
    width: 87% !important;
}
.media-text-nav-big {
    position: relative;
    font-size: 36px !important;
    top: 22px;
}

.carousel-inner {
    position: relative;
    width: 100%;
    height: 70vh;
    overflow: hidden;
}
/*.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {*/
/*    width: 100%;*/

/*}*/

.slide-image{
    width: 100%;
    transform: translateY(-20%);
}

.carousel-caption {
    top: 20% !important;
}
.carousel-text span {
    top: 50px;
    font-size: 27px !important;
    position: relative;
}
.slider-button{
margin-top: 40px;
}

.slider-button-text{
    font-size: 20px;
}

.receipt-image {
    align-self: center;
    display: inherit;
}

p{
    font-size: 18px !important;
}
.kereso{
    max-height: 40px;
}
.btn-search{
    margin-bottom: 0 !important;
}
.header-contact-box{
    margin-top: 10px !important;
}
.email-text{
    top: -3px;
    position: relative;
}
i.fa.fa-facebook-official {
    position: relative;
    top: -2px;
}
.medium-text-center {
    text-align: center;
}

.error{
    color:red;
}
.ml-1{
    margin-left: 5px;
}
.margin-top-3{
    margin-top: 20px;
}
a.btn.receipt-button {
    bottom: 0px;
    position: relative;
}



@media (min-width: 768px) {
    .navbar-right {
        /* float: right!important; */
        /* margin-right: -15px; */
        margin-left: auto;
        margin-right: auto;
        position: relative;
    }

    div#bs-navbar-collapse-1 {
        display: flex !important;
    }
}
.homepage-boxes{
    width: 100px;
    margin-top: 20px;
}

.footer-corporate {
    background-color: #879730;
    color: #fff;
}

#rec-text ul li {
    margin-bottom:.4rem;
    font-size: 18px;
}
#rec-text ul {
    padding-left:1.5rem;
}
#rec-text ul li {
    list-style-type:none;
    padding-left:1rem;
}

#rec-text ul li::before{
    font-family: 'FontAwesome';
    content: "\f00c";
    margin:0 10px 0 0px;
    color: #17aa1c !important;
}

.main-page-h2{
    margin-top: 10px;
    margin-bottom: 40px ;
}
.main-recip{
    margin-top: 30px;
    margin-bottom: 30px;
}
.akt-link{
    color: #F2F3FF;
}

.baccccck{
    height: 100%;
    background-position: center;
    background-size: cover;
}
.box-section {
    background: white;
    z-index: 1;
    position: relative;
}
.body-back{

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.body-cont{
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 100%), url("");

}

.margin-tb {
    margin-top: 80px;
    margin-bottom: 80px;
}
i.fa.fa-user {
    top: -2px;
    position: relative;
}

.d-flex{
    display: content;
}
.account-login{
    float: right;
}


small.header-split {
    position: relative;
    top: 13px;
}

a.header-login {
    top: 13px;
    position: relative;
}
.reg-button{
    font-size: 25px;
    margin: 50px;
}

.new{
    flex: 1;
}
.news-btn{
    left: 50%;
    position: absolute;
    bottom: 8px;
    transform: translateX(-50%);
}

.news-desc {
    margin-bottom: 50px;
}

.body-cont {
    min-height: 100vh;
}

.min-height-180{
    min-height: 180px;
}


.btn-primary:hover,
.btn-primary:focus {
    background-color: var(--primary);
    background-position: 0 -15px;
}
.btn-primary:active,
.btn-primary.active {
    background-color: var(--primary);
    border-color: var(--primary);
}

.pdb-20 {
    padding-bottom: 20px;
}
.to-connect {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    left: 50%;
    transform: translateX(-50%);
}

@media screen and (max-width: 580px) {
    .navbar-brand .media-text-nav {
        display: none;
    }

    .header-email .email-text {
        display: none;
    }
}

.container a:not(.btn):not(.page-link):not(.toplink_),
.container a:not(.btn):not(.page-link):not(.toplink_):hover,
.container a:not(.btn):not(.page-link):not(.toplink_):active,
.container a:not(.btn):not(.page-link):not(.toplink_):visited,
.container a:not(.btn):not(.page-link):not(.toplink_) * {
    color: var(--primary) !important;
}

.gallery-isotope {
    display: block;
    position: static !important;
    height: auto !important;
}

.gallery-isotope .item-isotope {
    float: left;
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px
}

.gallery-isotope.pd-0 .item-isotope {
    padding: 0;
    margin-top: 0
}

.gallery-isotope.col-3 .item-isotope, .gallery-isotope.col-3 .item-size {
    width: 33.333333%
}

.gallery-isotope.col-4 .item-isotope, .gallery-isotope.col-4 .item-size {
    width: 25%
}

.gallery-isotope.col-4 .item-isotope.larger {
    width: 50%
}

.gallery-isotope.col-6 .item-isotope, .gallery-isotope.col-6 .item-size {
    width: 20%
}

.gallery-cat ul {
    margin-bottom: 0;
    font-size: 0
}

.gallery-cat ul li {
    font-size: 16px
}

.gallery-cat ul li a {
    color: #363634;
    text-transform: uppercase;
    font-weight: 500;
    display: block;
    padding: 7px 15px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease
}

.gallery-cat ul li:hover a, .gallery-cat ul li.active a {
    background-color: #e1bd85;
    color: #fff
}

.mt-5 {
    margin-top: 20px;
}


.mt-10 {
    margin-top: 40px;
}

.mb-5 {
    margin-bottom: 20px;
}