@import "common.css";

#kik_vagyunk p a {
    color: #fff;
    text-decoration: underline !important;
}

#kik_vagyunk p a:hover {

}

#kik_vagyunk  ul {
    list-style: none; /* Remove default bullets */
}
#kik_vagyunk ul li::before {
    content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: red; /* Change the color */
    font-weight: bold; /* If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: 1em; /* Also needed for space (tweak if needed) */
    margin-left: -1em; /* Also needed for space (tweak if needed) */
}

#kik_vagyunk .card-img-wrap {
    position: relative;
}

#kik_vagyunk .card-title {
    position: absolute;
    color: #fff;
    top: 50px;
    left: 20px;
    text-shadow: 1px 2px 2px black;
}

#lakossagi_megoldasaink .card img, #kozuleti_megoldasaink .card img {
    max-width: 120px !important;
    height: auto;
    margin: 20px 0;
}

#lakossagi_megoldasaink .col-lg-3, #kozuleti_megoldasaink .col-lg-3 {
    padding-left: 10px;
    padding-right: 10px;
}

ul#lightSlider {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    height: unset !important;
}

li.lslide {
    text-align: center;
}

.white-gray-separator:before {
    background: #fff;
}

.white-gray-separator:after {
    background: #f5f5f5;
}

#mit_csinalunk_maskepp #elonyok {
    margin-top: 100px;
}

#mit_csinalunk_maskepp .elony {
    text-align: center;
}

#kik_vagyunk .card {
    margin: 0 auto
}

.elony h4 {
    font-size: 1.2rem
}

#mit_csinalunk_maskepp .shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0,0,0,.3)!important;
}

@media (max-width: 992px) {
    .elony h4 {
        font-size: 1.0rem
    }

    #mit_csinalunk_maskepp #elonyok {
        margin-top: 30px
    }
}

@media (max-width: 766px) {
    #mit_csinalunk_maskepp img {
        /*width: 40% !important;*/
    }
}

@media (min-width: 1300px) {
    .mt-150 {
        margin-top: 150px;
    }
}

@media (min-width: 992px) {

    #kik_vagyunk .col-lg-2 {
        -ms-flex: 0 0 19.666667%;
        flex: 0 0 19.666667%;
        max-width: 19.666667%;
        padding: 5px;
        font-size: 15px;
    }
}