:root {
    --main-elso-szin: #16395e;
    --main-masodik-szin: #003366;
    --main-harmadik-szin: #9a9a9a;
    --main-negyedik-szin: #A4B2C0;
    --main-betuszin-alap: #4d4d4d;
    --main-betuszin-vilagos: white;
    --main-betuszin-hover: #ff9900;
    --main-alapszel: 1200px;
}

@keyframes glowing {
    0% {
        box-shadow: 0 0 0px #fff;
    }
    40% {
        box-shadow: 0 0 50px #fff;
    }
    60% {
        box-shadow: 0 0 0px #fff;
    }
    100% {
        box-shadow: 0 0 50px #fff;
    }
}

@font-face {
    font-family: "Sofachrome W05 Regular";
    src: url("../fonts/5101568/0da95605-d023-4b88-9404-f91629502f72.eot?#iefix");
    src: url("../fonts/5101568/0da95605-d023-4b88-9404-f91629502f72.eot?#iefix") format("eot"), url("../fonts/5101568/366d21be-df09-435d-83b3-5e1a4afa27d0.woff2") format("woff2"), url("../fonts/5101568/72aaab38-2a7d-41d9-bde5-151409b9adba.woff") format("woff"), url("../fonts/5101568/12ddb889-0e40-4609-bc06-482527843ad7.ttf") format("truetype");
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    width: 100%;
    height: 100%;
    font-size: 14px !important;
    line-height: 180%;
}

html {
    font-size: 14px !important;
    scroll-behavior: smooth;
}

.alapszel {
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
}

h1 {
    font-size: 26pt;
    font-weight: 100;
	line-height: 180%;
    margin: 0px;
    box-sizing: border-box;
}

h2 {
    font-size: 22pt;
    line-height: 180%;
    margin: 0px;
    font-weight: normal;
    color: var(--main-masodik-szin);
    box-sizing: border-box;
    font-weight: 300;
}

.kezdolap h2 {
    font-size: 26pt;
}

h3 {
    font-size: 16pt;
    font-weight: 300;
}

h4 {
    font-size: 14pt;
}

h5 {
    font-size: 12pt;
}

p {
    margin: 8px 0px;
}

.fej {
    color: white;
    background-color: var(--main-elso-szin);
    z-index: 5;
    position: absolute;
    width: 100%;
}

.fejmenu {
    float: left;
}

.navigaciosor a:link,
.navigaciosor a:visited,
.lenyilo a:link,
.lenyilo a:visited {
    color: #3e3e3e;
    text-decoration: none;
}

.ajanlatkeressor {
    background-color: green;
    color: white;
    text-align: center;
    padding: 8px;
}

.kiemeltsor {
    background-color: #f3f3f3;
    padding: 20px 0px;
}

.kiemeltsor h5 {
    margin: 0px;
}

.vantetel {
    color: red !important;
    font-weight: bold;
}

.vantetel:hover {
    color: white !important;
}

a:link,
a:visited {
    color: var(--main-elso-szin);
}

a:hover {
    color: var(--main-betuszin-hover);
}

.fhiv:link,
.fhiv:visited {
    text-decoration: none;
    color: #fff;
}

.fhiv:hover {
    text-decoration: none;
    color: var(--main-betuszin-hover);
}

.shiv:link,
.shiv:visited {
    text-decoration: none !important;
    color: #000 !important;
}

.shiv:hover {
    text-decoration: none;
    color: var(--main-betuszin-hover);
}

.logosor {
    height: 50px;
}

.logo {
    float: left;
    margin: 8px 10px 10px 10px;
    height: 30px;
}

.navigacioalap {
    width: 100%;
    display: table;
    background-color: rgba(36, 98, 126, 0.15);
}

.navigacio {
    font-size: 10pt;
    margin: 8px 4px 4px 4px;
    float: left;
}

.navigaciosor {
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    background-color: #f9f9f9;
    display: table;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 0px;
}

ul {
    list-style-position: inside;
    list-style: none;
}

.test {
    min-height: 300px;
    display: table;
    padding: 0px 0px 20px 0px;
    /* background-color: red; */
    box-sizing: border-box;
}

.test li {
    padding: 5px;
    text-indent: -2.2em;
    list-style-position: inside;
    display: table;
}

.test li::before {
    content: " ■  ";
    font-size: 20px;
    margin-right: 8px;
    color: var(--main-harmadik-szin);
}

.cimsor {
    border-left: 3px solid var(--main-masodik-szin);
    /* background-color: #f6f6f6; */
    margin: 30px 0px 0px 0px;
    background-color: #f3f3f3;
    padding: 20px;
    box-sizing: border-box;
}

.tkozep {
    text-align: center;
}

.lenyilo {
    border-left: 5px solid var(--main-betuszin-hover);
    background-color: #fff;
}

.termekcimsor {
    border-left: 5px solid var(--main-masodik-szin);
    padding: 0px 8px;
    margin: 28px 0px 0px 0px;
    /* background-color: red; */
    padding: 18px;
}

.termekcimsor h1,
.termekcimsor h2 {
    font-size: 22px;
    display: block;
    margin: 0px;
    padding: 0px;
    font-weight: 300;
}

.termekcimsor h2 {
    font-size: 18px;
}

.termekcimsor h3 {
    font-size: 16px;
    margin-top: 4px;
    margin-left: 8px;
    font-weight: normal;
    color: var(--main-masodik-szin);
}

.szovegbox {
    padding: 0px 0px;
    display: table;
    width: 100%;
    box-sizing: border-box;
    /* background-color: red;  */
}

.labmenu {
    font-size: 16pt;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.labsor {
    width: 100%;
    background-color: var(--main-elso-szin);
    color: white;
    text-align: center;
    margin: 0px;
}

.labsor li::before {
    content: "";
}

.lablogo {
    margin: 32px auto 16px auto;
    text-align: center;
    width: 360px;
}

#labmenuelvalaszto {
    width: 30px;
}

.elerhetoseg {
    width: 33%;
    float: left;
    line-height: 18pt;
}

.centerDivs {
    display: block;
    text-align: center;
    margin-top: 20px;
}

.labikon {
    border: 1px solid #fff;
    font-size: 16pt;
    padding: 3px;
    color: #fff;
    margin: 12px 0px 12px 12px;
    width: 30px;
    height: 30px;
    text-align: center;
    opacity: 0.5;
    display: inline-block;
    box-sizing: border-box;
}

.fejikonsor {
    float: right;
    /* background-color: red; */
}

.fejikon {
    border: 1px solid var(--main-elso-szin);
    font-size: 16pt;
    padding: 3px;
    color: var(--main-elso-szin);
    margin: 10px 10px 10px 0px;
    width: 30px;
    height: 30px;
    text-align: center;
    opacity: 0.8;
    display: inline-block;
    box-sizing: border-box;
}

.dupla {
    width: 60px;
}

.labikon:hover,
.fejikon:hover {
    opacity: 1;
}

.terkep {
    float: right;
    height: 480px;
    width: 600px;
    margin-left: 20px;
}

.termekmenu_alap {
    width: 232px;
    height: 350px;
    float: left;
    display: table;
    border: 0px solid #cbcbcb;
    padding: 0px;
    margin: 1%;
    box-sizing: border-box;
    text-align: center;
}
.termekmenu_alapT {
    width: 47%;
  float: left;
      display: table;
      border: 1px solid #cbcbcb;
      padding: 8px;
      margin: 1%;
      box-sizing: border-box;
      text-align: left;
  }
  .referencia h2{
    margin: 0;
    position: absolute;
    top: 50%;
      width: 50%;
    transform: translate(200px, -50%);
    font-size: 12pt;
  }
  #referenciakep {
	height: 180px;
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
}
.ujdonsag_alap {
    width: 580px;
    height: 350px;
    float: left;
    display: table;
    border: 0px solid #cbcbcb;
    padding: 2px;
    margin: 2%;
    box-sizing: border-box;
    text-align: left;
}

.ujdonsag_alap p {
    padding: 18px;
    line-height: 180%;
}

.ujdonsag_cim {
    float: left;
    font-size: 20pt;
    width: 100%;
    padding: 8px;
}

#menucimke {
    position: absolute;
    padding: 8px 16px;
    font-size: 12pt;
    line-height: 12pt;
    font-weight: normal;
    top: 220px;
    left: 0;
    text-align: center;
    width: 100%;
    border-radius: 4px;
    box-sizing: border-box;
    min-height: 70px;
}

#termekmenu_alap_reszletek {
    position: absolute;
    padding: 8px 16px;
    font-size: 12pt;
    font-weight: normal;
    bottom: 0;
    width: 100%;
    background-color: #f6f6f6;
    box-sizing: border-box;
    text-align: center;
}

#menucimke p,
#menucimke-on p {
    margin: 0;
}

#termekkep {
    max-width: 70%;
    height: auto;
    max-height: 200px;
    margin: 0px;
    position: absolute;
    top: 20%;
    transform: translate(-50%, -30%);
    box-sizing: border-box;
}

#ujdonsagkep {
    max-width: 50%;
    height: auto;
    max-height: 200px;
    float: left;
    margin: 8px;
}

.lenyilo_alap h2,
.termekmenu_alap h2 {
    font-size: 14pt;
    margin-top: 0px;
}

.lenyilo_alap {
    border-top: 1px solid silver;
    margin-top: 20px;
    margin-bottom: 10px;
    display: table;
    position: relative;
    width: 100%;
    z-index: 1;
}

.lenyilo_alap h2 {
    font-size: 14pt;
    margin: 10px 5px;
}

.takaras {
    background: white;
    position: relative;
    width: 100%;
    height: 100px;
    margin-top: -110px;
    z-index: 1000;
}

.takaras h1 {
    margin: 0px;
    margin-left: 20px;
    padding: 20px;
    font-size: 14pt;
    display: block;
    border-left: 10px solid var(--main-masodik-szin);
}

.lezar {
    clear: both;
    width: 100%;
    height: 20px;
}

.lezar2 {
    clear: both;
    width: 100%;
    height: 0px;
    margin: 0px;
}

#pdf {
    height: 40px;
    float: left;
}

.hvr-shrink,
.hvr-shrinkn,
.effektarnyek {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.hvr-shrink:hover,
.hvr-shrink:focus,
.hvr-shrink:active {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

.hvr-shrinkn:hover,
.hvr-shrinkn:focus,
.hvr-shrinkn:active {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.effektarnyek:hover,
.effektarnyek:focus,
.effektarnyek:active {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.3);
}

.malap a:link,
.slink a:link,
.lenyilo_alap a:link {
    text-decoration: none;
    color: #3e3e3e;
}

.malap a:visited,
.slink a:link,
.lenyilo_alap a:link {
    color: #3e3e3e;
}

.malap {
    padding: 2px;
    display: inline-block;
}

.pad12 {
    padding: 3px 12px;
}

.menugomb {
    width: 370px;
    height: 280px;
    background-color: var(--main-elso-szin);
    padding: 0px;
    margin: 20px 10px;
    box-sizing: border-box;
    text-align: left;
    overflow: hidden;
}
.arKatGomb {
    color: white;
    height: 100px;
}
.arKatGomb0 {
    background-color: #8a8a8a;
}
.arKatGomb1 {
    background-color: #8fa4bb;
}
.arKatGomb2 {
    background-color: #43668c;
}
.arKatGomb3 {
    background-color: #09233e;
}
#ArkatgombOn {
    font-size: 30px;
    margin-right: 8px;
    margin-top: 8px;
    float: right;
}
.arkatsarok {
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    border-width: 0 30px 30px 0;
    right: 0;
    top: 0; 
}
.arkatsarok0 {
    border-color: transparent;
}
.arkatsarok1 {
    border-color: transparent #8fa4bb transparent transparent;
}
.arkatsarok2 {
    border-color: transparent #43668c transparent transparent;
}
.arkatsarok3 {
    border-color: transparent #09233e transparent transparent;
}
#fokepFelirat {
    position: absolute;
    left: 20px;
    bottom: 150px;
    font-size: 24px;
    font-weight: 800;
    color: var(--main-harmadik-szin);
    width: 50px;
}
#almenukep {
    width: 100%;
    height: auto;
    margin: 0px 0px 0px 0px;
    box-sizing: border-box;
    opacity: 0.6;
}

#almenukep:hover {
    opacity: 1;
}

.menugomb p {
    margin: 0;
    position: absolute;
    top: 50%;
    width: 370px;
    transform: translate(0, -50%);
    text-align: center;
    color: #fff;
    line-height: 1.5;
    text-shadow: 2px 2px #000;
    font-size: 2rem;
}

.menugomb2 {
    width: 232px;
    height: 280px;
    border: 0px solid #cbcbcb;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    margin: 8px 2px;
}

.menugomb2 p {
    margin: 0 5%;
    width: 90%;
    position: absolute;
    top: 180px;
    font-size: 14pt;
}

.kisbetus {
    font-size: 10pt;
}

#menukep {
    width: 220px;
    height: auto;
    margin: 5px;
    box-sizing: border-box;
}

#almenukep2 {
    max-width: 100%;
    height: auto;
    max-height: 160px;
    margin: 0px 0px 0px 0px;
    box-sizing: border-box;
}

.overlay {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    background-color: rgba(22, 57, 94, 0.7);
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
}

.menugomb2:hover .overlay {
    height: 100%;
}

.text {
    color: white;
    font-size: 14pt;
    position: absolute;
    top: 50%;
    left: 12px;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    text-align: left;
    text-shadow: 1px 1px #000;
}

.fokep {
    float: right;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    margin-top: 0px;
    padding: 3px;
    width: 250px;
}

.talalatsor {
    width: 100%;
    clear: both;
    display: table;
    overflow: hidden;
    margin: 4px;
    text-align: left;
}

.talalatsor:hover {
    background-color: rgba(36, 98, 126, 0.15);
}

.talalatsorszoveg {
    display: table-cell;
    vertical-align: middle;
    left: 30px;
    text-align: left;
    width: 100%;
}

.talalatsor p {
    text-align: left;
}

.keresokep {
    float: left;
    padding: 2px;
    width: 80px;
    margin-right: 8px;
}

.halvany {
    opacity: 0.5;
}

.kiemsor {
    width: 100%;
    background-color: red;
    padding: 4px;
    box-sizing: border-box;
    color: white;
}

.accordion img {
    float: left;
    margin: -12px 8px 0px 0px;
    height: 40px;
}

button.accordion {
    background-color: #f3f3f3;
    color: #444;
    cursor: pointer;
    padding: 18px 16px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 12pt;
    transition: 0.4s;
    margin: 8px 0px 0px 0px;
}

button.accordion h3 {
    font-family: 'Roboto', sans-serif;
    line-height: 100%;
    padding: 0px;
    margin: 0px;
}

button.accordion.active,
button.accordion:hover {
    background-color: #ddd;
}

button.accordion:after {
    content: '\02795';
    font-size: 10pt;
    color: #777;
    float: right;
    margin: -16px 5px 0px 5px;
}

button.accordion.active:after {
    content: "\2796";
}

.lenyilotablazat {
    width: 100%!important;
}

.tablazatdiv {
    width: 100%!important;
    overflow-x: auto;
    padding-bottom: 10px;
}

#style-2::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: white;
}

#style-2::-webkit-scrollbar {
    width: 12px;
    background-color: white;
}

#style-2::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: var(--main-elso-szin);
}

div.panel {
    padding: 0px 0px 0px 20px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: 0.6s ease-in-out;
    opacity: 0;
    width: 100%;
    display: block;
    text-align: left;
    box-sizing: border-box;
}

div.panel.show {
    opacity: 1;
    max-height: 100000px;
    padding: 0px 0px 0px 20px;
    box-sizing: border-box;
}

#narancsb {
    color: orange;
}

#pirosb {
    color: red;
    font-size: 20px;
    margin-right: 10px;
}

.labmenusor {
    text-align: center;
    color: orange !important;
    padding: 18px 0px;
    font-size: 16pt;
    clear: both;
}

.labmenu:link,
.labmenu:visited,
.labmenusor a:link,
.labmenusor a:visited {
    color: orange !important;
    text-decoration: none;
    padding: 18px;
}

#labelvalaszto {
    width: 20px;
    text-align: center;
    padding: 0px 20px;
    content: "|";
}

.labkep {
    width: 100%;
    overflow: hidden;
    max-height: 600px;
}

.labkep img {
    width: 100%;
}

.kozepre {
    clear: both!important;
    float: none!important;
    text-align: center!important;
    display: block!important;
    margin-left: auto!important;
    margin-right: auto!important;
    width: 50%!important;
}


/* Icon Up */

@-webkit-keyframes hvr-icon-up {
    0%,
    50%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    25%,
    75% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
}

@keyframes hvr-icon-up {
    0%,
    50%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    25%,
    75% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
}


/* Icon Up */

.hvr-icon-up {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    background-color: #f3f3f3;
    padding: 8px;
    text-decoration: none;
    color: black !important;
    margin: 28px 0px 8px 0px;
    font-size: 16px;
}

.hvr-icon-up .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.hvr-icon-up:hover .hvr-icon,
.hvr-icon-up:focus .hvr-icon,
.hvr-icon-up:active .hvr-icon {
    -webkit-animation-name: hvr-icon-up;
    animation-name: hvr-icon-up;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

.hvr-icon-up:hover {
    background-color: #ddd;
}

.letoltessor {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: left;
    padding: 0px;
    margin-top: 20px;
}

.letoltessor img {
    margin-right: 8px;
    height: 36px;
    float: left;
}

.letoltessor p {
    font-weight: bold;
    float: left;
}

.nopadding {
    padding: 0px !important;
}

.tartozek {
    width: 47%;
    height: 250px;
    margin: 1%;
    float: left;
    border: 0px solid black;
}

.mobiltestkezdo {
    display: none;
}
.sboxalap {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 5000;
}