@import url("printing.css") print;

/* ----CAROUSEL--- */
.carousel img {
    max-width: 1000px;
    margin: 0 auto;
}
/* ----CAROUSEL END--- */

/* ----KEPEK IMG---- */
.image_container {
    flex-direction: column;
    margin: 0 auto;
    max-width: 300px;
}

.image_container figure {
    display: block;
    margin-bottom: 20px;
}

.image_container img {
    max-width: 300px;
    display: block;
    margin: 0 auto;
    cursor: pointer;
}
/* ----KEPEK IMG END---- */

/* --------LISTA CSS------ */
.list_container {
    width: fit-content;
}

.list_container ul {
   list-style-type: disc;
}

.list_container p {
    margin-top: 20px;
    margin-bottom: 0;
    font-weight: bold;
}
/* ------LISTA CSS END------- */

/* -------TÁBLÁZAT----- */

.table_container {
    overflow: scroll;
}

.table {
    width: 1000px;
    margin: 0 auto;
}

/* -------TÁBLÁZAT END----- */

/* ------ZÁRÓGONDOLAT------- */
.flex_container {
    margin: 0 auto;
}

@media screen and (max-width: 1040px) {
    .flex_container {
        flex-direction: column;
    }
}

@media screen and (max-width: 380px) {
    .flex_container {
        padding-left: 10px !important;
    }
}

.masodik_link:link {
    color: white;
}

.masodik_link:visited {
    color: rgb(133, 189, 169);
}

.kep_elott_utan {
    flex-grow: 1;
}

/* ------ZÁRÓGONDOLAT END------- */
