body {
    font-family: "Roboto", serif;
    font-optical-sizing: auto;
}

p {
    color: #787878;
    font-size: 15px;
}

a {
    text-decoration: none;
    color: #459B80;
}

/*kiemelt temak h2 hover*/
.kthover:hover {
    color: #0a373a !important;
}

.tartalom:hover {
    color: #226952;
}

li {
    color: #787878;
}

h2,
h3 {
    color: #459B80;
    font-family: "Merriweather", serif;
    font-weight: 300;
    line-height: 1.4;
}

h1,
h4,
h5 {
    color: #787878;
    font-family: "Merriweather", serif;
    font-weight: 300;
    line-height: 1.4;


}

th,
td {
    text-align: left !important;
    color: #787878 !important;
}



@media screen and (max-width: 600px) {
    h2 {
        padding-top: 20px;

    }
}

.card-title {

    color: #459B80 !important;
}


.breadcrumb-item a {
    color: #459B80;
    text-decoration: none;

}

.nav-link,
.dropdown-item {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 500;
    color: #459B80;
}

.dropdown-item:hover {
    background-color: #bfe8db;
    color: #459B80;
}

.dropdown-menu {
    border: 0px;
}

.cimek {
    text-transform: uppercase;
    color: #459B80;
    letter-spacing: 4px;
    line-height: 1.6;
    font-size: 30px;
    font-weight: 100;
    margin-bottom: 30px;
    position: relative;
    display: inline-block;
}

.cimek::before {
    position: absolute;
    content: "";
    width: 45px;
    height: 2px;
    top: 50%;
    left: -55px;
    margin-top: -1px;
    background: #459B80;
}

.cimek::after {
    position: absolute;
    content: "";
    width: 45px;
    height: 2px;
    top: 50%;
    right: -55px;
    margin-top: -1px;
    background: #459B80;
}

.hitvallasunk {
    border-left: 5px solid #459B80;
    border-right: 5px solid #459B80;
    width: 60%;
}

@media screen and (max-width: 600px) {
    .hitvallasunk {
        width: 100%;
        border-left: 0px;
        border-right: 0px;
    }
}

hr.dotted {
    border-top: 2px dotted #459B80;
    margin-top: 60px;

}

.frissgomb {
    background-color: #71BDFF;
    color: white;
}

.frissgomb:hover {
    background-color: #3a8ad0;
    color: white;
}

/*** Testimonial ***/
.testimonial-carousel .owl-item .testimonial-item,
.testimonial-carousel .owl-item.center .testimonial-item * {
    transition: .5s;
}

/*.testimonial-carousel .owl-item.center .testimonial-item {
    background: red !important;
    border-color: blue !important;
    
}

.testimonial-carousel .owl-item.center .testimonial-item * {
    color: green !important;
}*/

.testimonial-carousel .owl-dots {
    margin-top: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 10px;
    height: 10px;
    /*border: 1px solid #CCCCCC;*/
    background: #e4e4e4;
    border-radius: 15px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    background: #459B80;
    border-color: #459B80;
}

.kep {
    background-image: url(https://www.harisfogaszat.hu/admin/img/pacienseink-2.jpg);
    height: 400px;
}

@media screen and (max-width: 600px) {
    .kep {
        background-image: url(https://www.harisfogaszat.hu/admin/img/pacienseink-mobil.jpg) !important;

        height: 500px !important;

    }
}



/*paciensek carousel also gombjai*/

.carousel-indicators button {
    background-color: #459B80 !important;
    /* Fekete szín */
    border: none;
    /* Ha nincs szükség keretre */
    opacity: 0.5;
    /* Opció: ha halványabb verzió kell */
}

.carousel-indicators .active {
    background-color: black !important;
    /* Az aktív indikátor is fekete lesz */
    opacity: 1;
    /* Aktív elem teljesen látszódjon */
}

/* a lap tetejere */
.back-to-top {

    background-color: rgb(124, 124, 124);
    opacity: 0.5;
    display: block;

    font-size: 20px;
    border-radius: 3px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    z-index: 110;
    transition: opacity 300ms ease-in-out;
}

.back-to-top a {
    color: rgb(255, 255, 255);
}

/* bejelentkezesi idopont tablazat */

.idopont {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 10px;
}

.idopont2 {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 10px;
    background-color: #f5f5f5;
}

.idopont-foto {
    flex-shrink: 0;
}

.idopont-szoveg {
    padding-top: 10px;
}

.nagygomb {
    display: block;
    width: auto;
    padding-top: 20px;
    padding-left: 20px;
    background-color: #daeee7;
    border-radius: 10px;
    margin-bottom: 10px;
    transition: background-color 0.3s ease;
}

.nagygomb a {
    text-decoration: none;
    color: #459B80;
    font-size: 16px;
    display: block;

}

.nagygomb:hover {
    background-color: #d9e3e0;
    /*box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);*/
    cursor: pointer;
}