:root {
    --hatter: white;
    --szoveg-hatter: #979185;
    --termekek-hatter: #c2b6ad;
    --kapcsolat-hatter: #e7dbd0;
}
body {
}
body::-webkit-scrollbar {
    display: none;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: Work Sans;
}

@media (min-width: 500px) {
    .container {
        width: 100vw;
        min-height: 100vh;
        background-color: var(--hatter);
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: center;
    }
    .fejlec {
        display: grid;
        grid-template-columns: 1fr auto 1fr;
        width: 100%;
        max-height: 862px;
        background: #979185 0% 0% no-repeat border-box;
    }
    .szoveg {
        background: #979185 0% 0% no-repeat border-box;
        color: white;
        text-align: center;
        padding-top: 50px;
        padding-bottom: 67px;
        letter-spacing: 0px;
        /* margin-top: -15px; */
    }
    .termekek {
        background-color: var(--termekek-hatter);
    }
    .kapcsolat {
        background-color: var(--kapcsolat-hatter);
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .lablec {
        background-color: white;
    }
    .fullwidth {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .content {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 95%;
        font: normal normal 300 20px/28px Work Sans;
    }
    .bg-left {
        background-image: url("images/SO_header_left_repeat.png");
        background-repeat: repeat-x;
        max-height: 862px;

    }
    .bg-products {
        position: relative;
        max-height: 862px;
        background-image: url(images/SO_header.png);
        background-size: cover;
    }
    .logo {
        position: absolute;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: start;
        height: 100%;
        padding-top: 50px;
    }
    .svg-image {
        top: 0px;
        left: 0px;
        width: 33%;
    }
    .bg-right {
        background-image: url("images/SO_header_right_repeat.png");
        background-repeat: repeat-x;
        max-height: 862px;

    }
    .fejlec-image {
        max-width: 1370px;
        width: 100%;
        opacity: 0;
        /* position: absolute;
        top: 0px;
        left: 0px; */
    }
    .termekek-container {
        display: grid;
        grid-template-rows: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        max-width: 1134px;
        gap: 30px;
        padding-top: 40px;
        padding-bottom: 100px;
    }
    .termek {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        position: relative;
        max-width: 552px;
        padding-left: 21px;
        padding-right: 21px;
        padding-bottom: 30px;
        min-height: 380px;
        margin-top: 30%;
        width: 100%;
    }
    .termek-kep-div {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-top: -30%;
    }
    .termek-szovegek {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .termek-nev {
        width: 100%;
        text-align: center;
        font: normal normal bold 20px/28px Work Sans;
        letter-spacing: 0px;
        color: #ffffff;
        text-transform: uppercase;
        margin-bottom: 30px;
    }
    .termek-leiras {
        width: 100%;
        text-align: center;
        font: normal normal 300 20px/28px Work Sans;
        letter-spacing: 0px;
        color: #ffffff;
    }
    .termek1-hatter {
        background: #878174 0% 0% no-repeat padding-box;
    }
    .termek2-hatter {
        background: #ac7d70 0% 0% no-repeat padding-box;
    }
    .termek3-hatter {
        background: #724a48 0% 0% no-repeat padding-box;
    }
    .termek4-hatter {
        background: #7b584e 0% 0% no-repeat padding-box;
    }
    .termek-kep {
        max-width: 100%;
    }
    .kapcsolat-cim {
        text-align: center;
        font: normal normal bold 40px/24px Work Sans;
        letter-spacing: 0px;
        color: #674035;
        text-transform: uppercase;
        margin-bottom: 40px;
    }
    .kapcsolat-text {
        text-align: center;
        font: normal normal 300 20px/28px Work Sans;
        letter-spacing: 0px;
        color: #674035;
    }
    .lablec > .content {
        text-align: center;
        font: normal normal 300 20px/28px Work Sans;
        letter-spacing: 0px;
        color: #674035;
        padding-top: 70px;
        padding-bottom: 70px;
    }
}
@media (max-width: 499px) {
    .container {
        width: 100vw;
        min-height: 100vh;
        background-color: var(--hatter);
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: center;
    }
    .fejlec {
        display: grid;
        grid-template-columns: 1fr auto 1fr;
        width: 100%;
        max-height: 862px;
        background: #979185 0% 0% no-repeat border-box;
    }
    .szoveg {
        background: #979185 0% 0% no-repeat border-box;
        color: white;
        text-align: center;
        padding-top: 37px;
        padding-bottom: 37px;
        letter-spacing: 0px;
        /* margin-top: -15px; */
    }
    .termekek {
        background-color: var(--termekek-hatter);
    }
    .kapcsolat {
        background-color: var(--kapcsolat-hatter);
        padding-top: 35px;
        padding-bottom: 40px;
    }
    .lablec {
        background-color: white;
    }
    .fullwidth {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .content {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 95%;
        font: normal normal 300 16px/20px Work Sans;
    }
    .bg-left {
        background-image: url("images/SO_header_left_repeat.png");
        background-repeat: repeat-x;
        max-height: 862px;

    }
    .bg-products {
        position: relative;
        max-height: 862px;
        background-image: url(images/SO_header_mobil.png);
        background-size: cover;
    }
    .logo {
        position: absolute;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: start;
        height: 100%;
        padding-top: 50px;
    }
    .svg-image {
        width: 80%;
        margin-top: 30%;
    }
    .bg-right {
        background-image: url("images/SO_header_right_repeat.png");
        background-repeat: repeat-x;
        max-height: 862px;

    }
    .fejlec-image {
        max-width: 500px;
        width: 100%;
        opacity: 0;
        content: url('images/SO_header_mobil.png');
    }
    .termekek-container {
        display: grid;
        grid-template-columns: 1fr;
        max-width: 1134px;
        gap: 30px;
        padding-top: 18px;
        padding-bottom: 47px;
    }
    .termek {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        position: relative;
        max-width: 552px;
        padding-left: 21px;
        padding-right: 21px;
        padding-bottom: 30px;
        min-height: 213px;
        margin-top: 30%;
        width: 100%;
    }
    .termek-kep-div {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-top: -30%;
    }
    .termek-szovegek {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .termek-nev {
        width: 100%;
        text-align: center;
        font: normal normal bold 16px/20px Work Sans;
        letter-spacing: 0px;
        color: #ffffff;
        text-transform: uppercase;
        margin-bottom: 30px;
    }
    .termek-leiras {
        width: 100%;
        text-align: center;
        font: normal normal 300 16px/20px Work Sans;
        letter-spacing: 0px;
        color: #ffffff;
    }
    .termek1-hatter {
        background: #878174 0% 0% no-repeat padding-box;
    }
    .termek2-hatter {
        background: #ac7d70 0% 0% no-repeat padding-box;
    }
    .termek3-hatter {
        background: #724a48 0% 0% no-repeat padding-box;
    }
    .termek4-hatter {
        background: #7b584e 0% 0% no-repeat padding-box;
    }
    .termek-kep {
        max-width: 100%;
    }
    .kapcsolat-cim {
        text-align: center;
        font: normal normal bold 28px/16px Work Sans;
        letter-spacing: 0px;
        color: #674035;
        text-transform: uppercase;
        margin-bottom: 40px;
    }
    .kapcsolat-text {
        text-align: center;
        font: normal normal 300 16px/20px Work Sans;
        letter-spacing: 0px;
        color: #674035;
    }
    .lablec > .content {
        text-align: center;
        font: normal normal 300 16px/20px Work Sans;
        letter-spacing: 0px;
        color: #674035;
        padding-top: 32px;
        padding-bottom: 32px;
    }
}
