body {
    margin: 0;
    max-width: 100%;
    overflow-x: hidden;
}

.navmobil {
    display: none;
}

.logo {
    width: 87px;
    height: 38px;
    margin-top: 6px;
    margin-bottom: 12px;
    margin-left: 104px;
}

.nav {
    background-color: black;
    position: relative;
    max-height: 50px;
}

.nav a {
    float: right;
    color: #f2f2f2;
    margin-right: 20px;
    margin-top: 15px;
    text-decoration: none;
    font-size: 100%;
    font-family: 'Montserrat', sans-serif;
}

@media screen and (max-width: 960px) {
    .nav a {
        font-size: 80%;
        margin-top: 18px;
    }
}

@media screen and (max-width: 865px) {
    .nav a {
        font-size: 60%;
        margin-top: 20px;
    }
}

.nav a:nth-child(2) {
    margin-right: 150px;
}

.nav a:hover {
    color: #96C11E;
}

.fejfb {
    position: absolute;
    top: 25%;
    right: 120px;
    margin-top: -10px;
    margin-right: 5px;
    width: 39px;
    height: 39px;
}

.fejemail {
    position: absolute;
    top: 25%;
    right: -30px;
    margin-top: -10px;
    margin-right: 104px;
    width: 39px;
    height: 39px;
}

@media screen and (max-width: 767px) {
    .fejemail {
        display: none;
    }

    .fejfb {
        display: none;
    }

    .logo {
        width: 10%;
        height: 10%;
        margin-left: 45%;
        margin-right: 45%;
        margin-top: 2%;
    }

    .nav {
        display: none;
    }

    .navmobil {
        overflow: hidden;
        background-color: black;
        position: relative;
        display: block;
    }

    .navmobil #oldalak {
        display: none;
    }

    .navmobil a {
        color: white;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 18px;
        display: block;
        font-family: 'Montserrat', sans-serif;
    }

    .navmobil a.icon {
        width: 15px;
        height: 19px;
        background: black;
        display: block;
        position: absolute;
        right: 0;
        top: 0;
    }

    .navmobil a:hover {
        background-color: #96C11E;
        color: black;
    }

    .active {
        color: white;
    }
}

.arakkep {
    width: 100%;
    height: auto;
    margin-top: -10px;
}

h1 {
    font-size: 1.84vw;
    color: #575756;
    font-family: 'Montserrat', sans-serif;
    margin-top: 2.26%;
    margin-left: 19%;
}

p {
    font-size: 0.94vw;
    font-family: 'Montserrat', sans-serif;
    margin-left: 19%;
    margin-right: 21%;
    text-align: justify;
    margin-top: 2.26%;
}

h3 {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.57vw;
    margin-bottom: 2.26%;
}

.arak {
    display: inline;
    vertical-align: top;
}

#logoterv, #arculat, #webdesign {
    width: 20%;
    height: auto;
}

#logoterv {
    margin-left: 19%;
}

#webdesign {
    margin-right: 19%;
}

.offline, .online {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-top: 2.26%;
}

.offline {
    margin-left: 30%;
}

.online {
    float: right;
    margin-right: 30%;
}

h2 {
    font-size: 1.57vw;
    font-family: 'Montserrat', sans-serif;
}

li {
    font-size: 1.24vw;
    font-family: 'Montserrat', sans-serif;
    line-height: 2;
}

.kapcsolat {
    position: absolute;
    margin-top: 30%;
    margin-left: -3.5%;
    background-color: #575756;
    padding: 19px 35px 19px 35px;
    border-radius: 10px;
    text-decoration: none;
    color: white;
    font-size: 0.94vw;
    font-family: 'Montserrat', sans-serif;
    transition: background-color 0.5s ease-in-out;
 }

 .kapcsolat:hover {
    background-color: #96C11E;
    color: black;
 }

 @media screen and (max-width: 767px) {
    h1 {
        font-size: 5.83vw;
        margin-left: 6%;
    }

    p {
        font-size: 3.88vw;
        margin-top: 10%;
        margin-left: 6%;
        margin-right: 6%;
    }

    h3 {
        font-size: 5vw;
    }

    .arak {
        display: block;
    }

    #logoterv,
    #arculat,
    #webdesign {
        width: 88%;
        height: auto;
        margin-top: 5%;
        margin-left: 6%;
        margin-right: 6%;
    }

    .offline, .online {
        display: block;
        margin-top: 10%;
        margin-left: 6%;
        margin-right: 6%;
        text-align: center;
        float: none;
    }

    h2 {
        font-size: 5vw;
        font-family: 'Montserrat', sans-serif;
    }

    li {
        font-size: 3.88vw;
    }

    .kapcsolat {
        font-size: 3.88vw;
        margin-top: 5%;
        margin-left: 24%
    }
}

.lablec {
    margin-top: 12%;
    margin-bottom: -1px;
}

.lablecmobil {
    display: none;
}

:root {
    scroll-behavior: smooth;
}

.fel {
    width: 5%;
    height: auto;
    float: right;
    margin-right: 104px;
    position: relative;
    margin-top: -13%;
}

@media screen and (max-width: 767px) {
    .lablec {
        display: none;
    }

    .lablecmobil {
        margin-top: 50%;
        display: block;
        width: 100%;
        height: auto;
        margin-bottom: -1px;
    }

    .fel {
        width: 15%;
        height: auto;
        margin-top: -25%;
        margin-right: 4%;
    }
}