:root {
  --fo-szin1: #afdde5;
  --fo-szin1-hover: #c0dbdf;
  --fo-szin2: #024950;
  --fo-szin2-hover: #06747e;
  --fo-szin3: #003135;
  --fo-szin3-hover: #004f57;
}

body {
    background-color: #ffffff;
}

hr {
    border: 1px solid #D0D0D0;
    margin: 10px 0;
    width: 100%;
}

/* Fej értesítés */
.fej-ertesites {
    display: flex;
    flex-direction: column;
    padding: 10px;
    width: calc(900px - 20px);
}

/* Fej felett */
.fej-felett {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    color: #000000;
    padding: 10px;
    text-align: center;
    width: calc(900px - 20px);
}

.fej-felett a {
    cursor: pointer;
}

.fej-felett-bal {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 50%;
    justify-content: flex-start;
    gap: 20px;
}

.fej-felett-jobb {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 50%;
    justify-content: flex-end;
    gap: 10px;
}

.fej-felett-jobb img {
    height: 40px;
    color: #000000;
    padding-left: 10px;
    padding-right: 10px;
}

@media screen and (max-width: 700px) {
    .fej-felett {
        justify-content: space-between;
    }
    .fej-felett-bal {
        width: auto;
    }

    .fej-felett-jobb {
        width: auto;
    }
}

/* Fej */
.fej {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    color: #000000;
    padding: 10px;
    text-align: center;
    width: calc(900px - 20px);
}

.fej-logo {
    display: flex;
    flex-direction: row;
}

.fej-logo-szlogen {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 10px;
}

.fej-logo-szlogen img {
    width: 100px;
}

#fej-mobil-menu-dropdown {
    display: flex;
    justify-content: space-between;
}

#fej-mobil-menu-dropdown a {
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    padding: 15px;
}

#fej-mobil-menu-dropdown a:hover {
    text-decoration: underline;
}

.fej-mobil-menu {
    display: none;
}

@media screen and (max-width: 950px) {
    .fej-logo {
        justify-content: space-between;
        width: 100%;
    }

    .fej-mobil-menu {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }

    .fej-mobil-menu img {
        height: 40px;
        cursor: pointer;
    }

    #fej-mobil-menu-dropdown {
        justify-content: center;
        width: 100%;
    }

    #fej-mobil-menu-dropdown {
        display: none;
        flex-direction: column;
    }

    #fej-mobil-menu-dropdown a {
        font-size: 18px;
        padding: 20px;
    }
}



/* Láb */
.lab {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.lab-fent {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
    padding-bottom: 20px;
}

.lab-3 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 10px;
    width: calc(33.33% - 20px);
    gap: 15px;
}

.lab-lent {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    color: #000000;
    padding: 10px;
    text-align: center;
    width: calc(100% - 20px);
    gap: 10px;
}

@media screen and (max-width: 700px) {
    .lab-3 {
        width: calc(50% - 20px);
    }
}

/* Kezdőlap / lista */
.kezdolap-szenzorok {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
}

.szenzor-elem {
    transition: 0.5s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 5px;
    padding: 5px;
    width: calc(25% - 20px);
    overflow: hidden;
    object-fit: contain;
    box-shadow: rgba(0, 0, 0, 0.13) 0px 3px 12px;
    border-radius: 8px;
    height: 100%;
    min-height: 250px;
    gap: 10px;
    text-align: center;
}

.szenzor-elem:hover {
    transition: 0.5s;
    background-color: var(--fo-szin2-hover);
}

.szenzor-elem img {
    height: 180px;
}

@media screen and (max-width: 700px) {
    .szenzor-elem {
        width: calc(50% - 20px);
    }
}

@media screen and (max-width: 380px) {
    .szenzor-elem {
        width: calc(100% - 20px);
    }
}

/* Kezdőlap / termekek lista */
.kezdolap-termekek {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
}

.kezdolap-termekek .kategoria-termekek {
    width: calc(33.33% - 20px);
}

.kezdolap-termekek-cim {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 5px;
    padding: 5px;
    width: calc(33.33% - 20px);
}

@media screen and (max-width: 700px) {
    .kezdolap-termekek-cim {
        width: calc(50% - 20px);
    }
    .kezdolap-termekek .kategoria-termekek {
        width: calc(50% - 20px);
    }
}

@media screen and (max-width: 380px) {
    .kezdolap-termekek-cim {
        width: calc(100% - 20px);
    }
    .kezdolap-termekek .kategoria-termekek {
        width: calc(100% - 20px);
    }
}

/* Oldalak */
.oldal-cim {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 5px 5px 20px 5px;
    width: calc(100% - 10px);
    gap: 10px;
}

.oldal-tartalom {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 5px;
    width: calc(100% - 10px);
}

.oldal-tartalom tr{
    display: flex;
    gap: 10px;
}

.oldal-tartalom ul{
    display: flex;
    flex-direction: column;
    gap: 15px;
}


/* Stíluselemek */
.hatter-szin1 {
    background-color: var(--fo-szin1);
}

.hatter-szin1-hover {
    background-color: var(--fo-szin1-hover);
}

.hatter-szin2 {
    background-color: var(--fo-szin2);
}

.hatter-szin2-hover {
    background-color: var(--fo-szin2-hover);
}

.hatter-szin3 {
    background-color: var(--fo-szin3);
}

.hatter-szin3-hover {
    background-color: var(--fo-szin3-hover);
}

.hatter-kek1 {
    background-color: #cfe1f8;
}

.hatter-feher {
    background-color: #ffffff;
}

.hatter-feher1 {
    background-color: #f3f3f3;
}

.hatter-feher2 {
    background-color: #ffffff;
}

.hatter-fekete {
    background-color: #131313;
}

.doboz-1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    background-color: #131313;
    padding: 20px;
    margin: 10px;
    border-radius: 20px;
}

.doboz-1-full {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    background-color: #131313;
    width: 100%;
    padding: 20px;
    margin: 10px;
    border-radius: 20px;
}

.fd-row {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
    padding: 10px;
}

.fd-col {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-around;
    width: 100%;
    padding: 10px;
}

@media screen and (max-width: 950px) {
    .fd-row {
        flex-direction: column;
    }

    .fd-col {
        flex-direction: column;
    }
}

/* Méretelemek */
.kozepre {
    display: flex;
    justify-content: center;
    align-items: center;
}

.w900 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: calc(900px - 10px);
    padding: 5px;
}

.w900-np {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 900px;
}

.padding-t-b-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}