.ref-cim {
    font-weight: 700;
    margin-bottom: 0;
    color: #f4d632;
    font-size: 1.25rem;
    text-align: center;
    height: 60px;
    overflow: hidden;
}

.ref-icon-height {
    padding-top: 70px;
    position: relative;
}

.modal-body .ref-icon-height {
    padding-top: 100px;
}

.ref-icon-height img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ref-label {
    color: #f4d632;
    font-weight: bold;
    line-height: 1.5;
    text-transform: uppercase;
}

.ref-val {
    display: inline-block;
    line-height: 1.5;
}

.references .item {
    min-height: 500px;
    position: relative;
    float: left;
}

.ref-type {
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.ref-device {
    min-height: 80px;
    display: table;
    text-align: center;
    width: 100%;
}

.ref-device .device {
    width: 15%;
    margin: 0 2.5%;
    display: inline-block;
}

.ref-adatok {
    width: 100%;
    margin: 0px;
}

img.imdb {
    position: relative;
    width: 40px;
    display: inline-flex;
    
}

.ref-btn {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

.ref-linkek {
    width: 100%;
    text-align: center;
    margin-top: 0rem;
}

.ref-linkek a {
    margin: 0 15px 10px 15px;
    display: inline-block;
}

.sparks_dark #ref-content .modal {
    background-color: black;
}

.sparks_light #ref-content .modal {
    background-color: white;
}

.cim1 {
    margin-top: 10px;
}

h1 {
    margin-top: 100px;
    margin-bottom: 50px
}

.services button {
    color: inherit;
    margin: 30px 5px;
    padding: 5px;
    border: 2px solid transparent;
}

.services button:hover {
    border: 2px solid
}

.services .justify-content-between {
    flex-wrap: wrap
}

.services .justify-content-between:last-of-type {
    margin-bottom: 100px
}

.pagination {
    display: inline-flex;
}


/* <<==--   RESPONSIVE   --==>> */

@media only screen and (max-width: 1500px) {}

/* Tablet fekvő (1024 - 1279px)*/
@media only screen and (max-width: 1279px) {
    .references .item {
        min-height: 375px;
    }
}

/* Tablet álló (768 - 1023px) */
@media only screen and (max-width: 991px) {
    
}

/* Telefon fekvő (576 - 767px) */
@media only screen and (max-width: 767px) {
    .cim1 {
        margin-top: 50px
    }

    h1 {
        margin-top: 60px;
        margin-bottom: 30px
    }

    .services button {
        margin: 10px 5px
    }

}


/* Telefon álló (300 - 575px) */
@media only screen and (max-width: 575px) {
    .cim1 {
        font-size: 38px;
    }

    h1 {
        font-size: 34px
    }

}
