
body {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    border: none;
}

@media only screen and (max-width: 1250px) {
    body {
        width: 100%;
        max-width: 100%;
        border: 0px !important;
        padding: 0px !important;
        margin: 0px !important;
    }
}


.header {
    background-color: rgb(0, 119, 181);
    width: 100%;
    max-width: 100%;
    z-index: 10000;
    position: fixed;
    top: 0;
    left: 0;
}

@media (max-width: 1250px) {
    .header {
        position: relative;
    }
}

.logo {
    width: 150px;
    height: 75px;
    flex: 70%;
    display: flex;
    gap: 20px;
  width: 50%;
  color: white;
  }

  @media (max-width: 1250px) {
    .logo {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
}

.logo-kép {
  width: 150px;
  height: 75px;
  float: left;
  margin-left: 30px;
}

@media (max-width: 1250px) {
    .logo-kép {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
}

.logo-text {
    text-align: left;
}

.menu {
    flex: 30%;
    display: flex;
    gap: 20px;
    align-items: center;
    padding-right: 30px;
    padding-left: 20px;
}

@media (max-width: 1250px) {
    .menu {
        flex-direction: column;
        height: 100%;
    }
}

.klikk {
    cursor: pointer;
}

.text-menu {
    color: whitesmoke;
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    font-size: 25px;
}

.flex-h {
    padding: 10px;
    display: flex;
    gap: 1rem;
    justify-content: center;
}

@media (max-width: 1250px) {
    .flex-h {
        flex-direction: column;
        height: 100%;
        text-align: center;
    }
}


.címlap {
    display: flex;
    margin-top: 120px;
    margin-left: 30px;
    margin-right: 30px;
    height: 500px;
}

@media (max-width: 1250px) {
    .címlap {
        flex-direction: column;
        height: 100%;
        margin-top: 10px;
        margin-left: 0px;
        margin-right: 0px;
    }
}


.cikk1 {
    flex: 33.3%;
}

.cikk {
        margin: 15px;
        background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(cikk1.jpg);
        background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  color: white;
}

@media (max-width: 1250px) {
    .cikk {
        margin-left: 0px;
        margin-right: 0px;
        border-radius: 0px;
    }
}

.cikk211 {
    margin: 15px;
    background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(cikk2.jpg);
    background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
color: white;
flex: 33.3%;
}

@media (max-width: 1250px) {
    .cikk211 {
        margin-left: 0px;
        margin-right: 0px;
    }
}

.ksh {
    float: right;
    padding-right: 10px;
}

.cikk212 {
    margin: 15px;
    background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(cikk3.jpg);
    background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
color: white;
flex: 33.3%;
}

@media (max-width: 1250px) {
    .cikk212 {
        margin-left: 0px;
        margin-right: 0px;
    }
}

.link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
  }

.cím {
    margin: 10px;
}

.cím2 {
    margin: 10px;
    padding-top: 0px;
}

.cikk_belsőfő {
    margin: 10px;
}

h1 {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    font-size: 30px;
}

p {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    font-size: 20px;
}

a {
    text-decoration: none;
}

.gomb {
    position: absolute;
    bottom: 0;
    right: 0;
}

.gomb2 {
    position: absolute;
    bottom: 0;
    right: 0;
}

.gomb3 {
    position: absolute;
    bottom: 0;
    right: 0;
}

.főgomb {
    height: 30px;
    background-color: rgb(0, 119, 181, 0.7);
    color: white;
    border: none;
    float: right;
    margin-right: 10px;
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    font-size: 20px;
    border-radius: 5px;
}

.egyébgomb {
    height: 30px;
    background-color: rgb(0, 119, 181);
    color: white;
    border: none;
    float: left;
    margin-right: 10px;
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    font-size: 20px;
    border-radius: 5px;
    cursor: pointer;
}

.vl {
    border-right: 1px solid black;
}

.hl {
    border-top: 1px solid black;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-top: 5px;
}

.cikk_belső {
    display: flex;
}


.háttérkép {
    background-color: rgb(255, 255, 255);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.bemutatkozás {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    background-color: rgb(29, 89, 121);
    color: white;
    margin-top: 110px;
    margin-left: 40px;
    margin-right: 40px;
    width: auto;
    border: none;
    border-width: 0;
}


@media (max-width: 1250px) {
    .bemutatkozás {
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        border-radius: 0px;
        padding-left: 10px;
        padding-right: 10px;
    }
}

.bemutatkozás2 {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    background-color: rgb(29, 89, 121);
    color: white;
    margin-top: 10px;
    margin-left: 40px;
    margin-right: 40px;
    width: auto;
    border: none;
    border-width: 0;
}

@media (max-width: 1250px) {
    .bemutatkozás2 {
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        border-radius: 0px;
        padding-left: 10px;
        padding-right: 10px;
    }
}

.bemhed {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    width: 100%;
    max-width: 100%;
    padding-top: 5px;
    padding-bottom: 10px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (max-width: 1250px) {
    .bemhed {
        padding-top: 30px;
        padding-right: 0px;
        padding-left: 0px;
        margin-left: 0px;
        margin-right: 0px;
    }
}

.CVkép {
    width: 200px;
    height: 240px;
    padding-top: 20px;
}

.flex-b {
    display: flex;
    gap:1rem;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: -15px;
    margin-right: -15px;
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}

@media (max-width: 1250px) {
    .flex-b {
        flex-direction: column;
        height: 100%;
        margin-left: 0px;
        margin-right: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
}


.flex-bb {
    flex: 50%;
    flex-direction: column;
    gap:1rem;
    text-align: center;
}

.flex-bt {
    flex: 50%;
    flex-direction: column;
    gap:1rem;
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    text-align: left;
}

.flex-bj {
    flex: 50%;
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    text-align: left;
}



.btn-kérdőív {
    height: 40px;
    background-color: rgb(73, 72, 72);
    color: white;
    border: none;
    font-family: 'Helvetica';
    font-size: 20px;
    text-align: justify;
    border-radius: 12px;
}


.kapcsolat {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    margin-top: 20px;
    margin-left: 40px;
    margin-right: 40px;
    padding-left: 10px;
    width: auto;
    border: none;
    border-width: 0;
}

@media (max-width: 1250px) {
    .kapcsolat {
        margin-left: 0px;
        margin-right: 0px;
        border-radius: 0px;
        padding-right: 10px;
    }
}

.email {
    display: flex;
}

@media (max-width: 1250px) {
    .email {
        flex-direction: column;
        height: 100%;
    }
}

.mailcím {
    flex: 50%
}

.mailszöveg {
    flex: 50%;
    padding-left: 15px;
}

@media (max-width: 1250px) {
    .mailszöveg {
        margin-left: 0px;
        margin-right: 0px;
        padding-left: 0px;
    }
}

.footer {
    background-color: rgb(21, 21, 21);
    width: auto;
    margin: 0;
    padding: 0;
    border: none;
}

@media (max-width: 1250px) {
    .footer {
        margin-left: 0px;
        margin-right: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
}

.text-f {
    color: whitesmoke;
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    padding-left: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
}

@media (max-width: 1250px) {
    .text-f {
        margin-left: 0px;
        margin-right: 0px;
        padding-left: 10px;
        padding-right: 10px;
    }
}

.btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background-color: rgba(141, 140, 143, 0.8);
    border-radius: 8px;
    align-items: center;
    align-content: center;
}

@media (max-width: 600px) {
    .btn-back-to-top {
        bottom: 20px;
    right: 40px;
    }
}

.arrow-up {
    font-weight: bold;
}

.arrow-up {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }


.elemzés {
    padding-top: 100px;
    padding-left: 120px;
    padding-right: 120px;
}

@media (max-width: 400px) {
    .elemzés {
        padding-top: 0px;
    padding-left: 10px;
    padding-right: 10px;
    }
}

.elemzéscím {
    font-weight: bolder;
}

 .demokép {
    max-width: 900px;
    display: block;
    margin-left: auto;
    margin-right: auto;
 }

 @media (max-width: 400px) {
    .demokép {
        max-width: 360px;
    }
}

.kiemelt {
    font-weight: bolder;
}

.egyéb {
    margin-top: 20px;
    margin-left: 40px;
    margin-right: 40px;
}

@media (max-width: 1250px) {
    .egyéb {
        flex-direction: column;
        height: 100%;
        margin-left: 5px;
        margin-right: 5px;
    }
}

.egyéb1 {
    display: flex;
}

@media (max-width: 1250px) {
    .egyéb1 {
        flex-direction: column;
        height: 100%;
        margin-top: 10px;
        margin-left: 0px;
        margin-right: 0px;
    }
}

.egyéb1_kép {
    flex: 20%;
    margin-left: auto;
    margin-right: auto;
}

.egyéb1_szöveg {
    flex: 80%;
    padding-left: 10px;
}

.hírekKép {
    max-width: 300px;
    max-height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.promó {
    margin: 40px;
    background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(piackutatas2.jpg);
    background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
color: white;
}

@media (max-width: 1250px) {
    .promó {
        flex-direction: column;
        height: 100%;
        margin-left: 0px;
        margin-right: 0px;
    }
}

.fejleszt {
    height: 500px;
    color: black;
    text-align: center;
    align-items: center;
}

.fejleszth1 {
    padding-top: 250px;
}

.megvás {
    background-color: rgb(255, 255, 0, 0.5);
    color: black;
    text-align: center;
}