@charset "UTF-8";
/* CSS Document */
/*--------------------------------------------------------------------*/
/*--------------------------------------------------------------------*/
/*--------------------     qs-konyveloiroda.hu      ------------------*/
/*--------------------     main.css                 ------------------*/
/*--------------------     version: 1.0.0.0         ------------------*/
/*--------------------------------------------------------------------*/
/*--------------------------------------------------------------------*/
/*--------------------   Generator: WebProgger.hu   ------------------*/
/*--------------------------------------------------------------------*/
/*--------------------------------------------------------------------*/
/*-- Colors --*/
/*-- Colors - END --*/
html {
  -webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
  -ms-text-size-adjust: 100%;
  height: -webkit-fill-available;
}

/*----- ha kisebb mint 1920px -----*/
/*-- Default --*/
body {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
  min-height: 100%;
  margin: 0;
  background: #FFFFFF;
  color: #000000;
  font-family: "Poppins", sans-serif;
  min-height: -webkit-fill-available;
}

a, img {
  color: #000000;
  border: none;
  outline: none;
  image-rendering: -webkit-optimize-contrast;
}

a:link, a:visited, a:hover {
  text-decoration: none;
}

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0px;
}

textarea {
  -webkit-appearance: none;
  border-radius: 0px;
}

::-moz-selection { /* Code for Firefox */
  color: #FFFFFF;
  background: rgba(0, 64, 96, 0.75);
}

::selection {
  color: #FFFFFF;
  background: rgba(0, 64, 96, 0.75);
}

.wrapper {
  height: auto !important;
  height: 100%;
  margin: 0;
  padding: 0;
}

header {
  position: relative;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px;
  background: #FFFFFF;
  box-shadow: 0px 4px 10px rgba(116, 116, 116, 0.2);
  transition: box-shadow 0.25s;
  -moz-transition: box-shadow 0.25s;
  -o-transition: box-shadow 0.25s;
  z-index: 99;
}

section {
  position: relative;
  display: flex;
  flex-flow: column;
  width: 100%;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  z-index: 8;
}

footer {
  position: relative;
  display: flex;
  flex-flow: column;
  width: 100%;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background: #FFFFFF;
  z-index: 7;
}

.mob_nav_overlay {
  display: none;
  content: "";
  background-color: rgba(35, 35, 35, 0.4);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9;
}

.loading_overlay {
  display: none;
  content: "";
  background-color: rgb(255, 255, 255);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}

/*-- Default - END --*/
/*----- ha nagyobb mint 2000px -----*/
@media screen and (min-width: 2000px) {
  body {
    position: relative;
    display: table;
    float: none;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    background: #ECEAE7;
  }
  .wrapper {
    position: relative;
    display: table;
    float: none;
    width: 100%;
    max-width: 1920px;
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    background: #FFFFFF;
    box-shadow: 0px -10px 30px 10px rgba(154, 154, 154, 0.5);
    -webkit-box-shadow: 0px -10px 30px 10px rgba(154, 154, 154, 0.5);
    -moz-box-shadow: 0px -10px 30px 10px rgba(154, 154, 154, 0.5);
  }
}
/*----- ha nagyobb mint 2000px - END -----*/
/*-- Cookies --*/
.cookies_row {
  position: fixed;
  display: none;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: auto;
  margin: 0px;
  padding: 0px;
  background: #F9F9F9;
  border-top: 4px solid #006496;
  box-shadow: 0 8px 6px 6px #808080;
  text-align: center;
  z-index: 9999;
}

.cookies_row p {
  position: relative;
  display: block;
  float: left;
  width: 75%;
  height: auto;
  color: #232323;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1em;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
}

.cookies_row p a {
  color: #232323;
  font-style: italic;
  font-weight: 500;
  text-decoration: underline;
  transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  cursor: pointer;
}

.cookies_row p a:hover {
  color: #006496;
  text-decoration: underline;
}

.cookies_row img {
  position: absolute;
  display: none;
  top: 0px;
  bottom: 0px;
  left: 10px;
  width: 30px;
  margin: auto;
}

.cookie_btn {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  top: 0px;
  bottom: 0px;
  right: 20px;
  width: auto;
  height: 20px;
  margin: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  background: #006496;
  box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.12);
  color: #FFFFFF;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1em;
  transition: color 0.5s, background 0.25s, box-shadow 0.25s;
  -moz-transition: color 0.5s, background 0.25s, box-shadow 0.25s;
  -o-transition: color 0.5s, background 0.25s, box-shadow 0.25s;
  cursor: pointer;
}

.cookie_btn:hover {
  background: #023A55;
  box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.2);
  color: #FFFFFF;
}

.cookie_btn:active {
  background: #023A55;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
  color: #FFFFFF;
}

/*-- Cookies - END --*/
/*-- Loading animáció --*/
.loading_animacio {
  position: fixed;
  display: none;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 60px;
  height: 60px;
  margin: auto;
  padding: 0px;
}

.loading_spinner {
  margin: 0px auto;
  width: 60px;
  height: 60px;
  position: relative;
  text-align: center;
  animation: sk-rotate 2s infinite linear;
}

.loading_dot1, .loading_dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #006496;
  border-radius: 100%;
  animation: sk-bounce 2s infinite ease-in-out;
}

.loading_dot2 {
  top: auto;
  bottom: 0;
  animation-delay: -1s;
}
@keyframes sk-rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.uzenet_sikeres_kuldes_row {
  position: fixed;
  display: none;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 550px;
  height: 280px;
  margin: auto;
  padding: 0px;
}

.uzenet_sikeres_kuldes_row img {
  position: relative;
  display: table;
  width: 150px;
  margin-top: 10px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px;
}

.uzenet_sikeres_kuldes_row h2 {
  position: relative;
  display: table;
  width: 100%;
  height: 30px;
  margin-top: 5px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2em;
  color: #388E3C;
  text-align: center;
}

.uzenet_sikeres_kuldes_row p {
  position: relative;
  display: table;
  width: 100%;
  height: 30px;
  margin-top: 5px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.25em;
  color: #424242;
  text-align: center;
}

.uzenet_sikertelen_kuldes_row {
  position: fixed;
  display: none;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 550px;
  height: 280px;
  margin: auto;
  padding: 0px;
}

.uzenet_sikertelen_kuldes_row img {
  position: relative;
  display: table;
  width: 150px;
  margin-top: 10px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px;
}

.uzenet_sikertelen_kuldes_row h2 {
  position: relative;
  display: table;
  width: 100%;
  height: 30px;
  margin-top: 5px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2em;
  color: #CB3849;
  text-align: center;
}

.uzenet_sikertelen_kuldes_row p {
  position: relative;
  display: table;
  width: 100%;
  height: 30px;
  margin-top: 5px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.25em;
  color: #424242;
  text-align: center;
}

/*-- Űrlap üzenetek - END --*/
/*-- Értesítési sáv --*/
.ertesitesi_sav {
  position: relative;
  display: flex;
  float: left;
  width: 100%;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 0px;
  padding-right: 0px;
  background: #FFECB3;
  border-bottom: 2px solid #FFC107;
}

.ertesitesi_sav_inner {
  position: relative;
  display: flex;
  float: none;
  width: 80%;
  max-width: 1920px;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px;
  color: #232323;
  font-size: 1.1em;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}

/*-- Értesítési sáv - END --*/
/*-- Error 404 --*/
.error_bg {
  position: absolute;
  display: flex;
  content: "";
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}

.error_bg img {
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  width: 100%;
}

.error_lay {
  position: absolute;
  display: flex;
  content: "";
  background-color: rgba(35, 35, 35, 0.5);
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}

.error404 {
  position: relative;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 70%;
  height: 100vh;
  margin: auto;
  padding: 0px;
  background: transparent;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.4em;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.95);
  text-align: center;
  color: #FFFFFF;
}

.error_cimlap_btn {
  position: relative;
  display: table;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  width: 200px;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  background: #78B72E;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 0.45em;
  text-align: center;
  color: #FFFFFF;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.95);
  text-transform: uppercase;
  box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.12);
  transition: color 0.25s, border 0.25s, background 0.25s, box-shadow 0.25s;
  -webkit-transition: color 0.25s, border 0.25s, background 0.25s, box-shadow 0.25s;
  -moz-transition: color 0.25s, border 0.25s, background 0.25s, box-shadow 0.25s;
  -o-transition: color 0.25s, border 0.25s, background 0.25s, box-shadow 0.25s;
  cursor: pointer;
}

.error_cimlap_btn:hover {
  box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.2);
  background: #609224;
}

.error_cimlap_btn:active {
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
  background: #609224;
}

/*-- Error 404 - END --*/
/*-- NO JavaScript --*/
.no_javascript {
  position: fixed;
  display: flex;
  float: left;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 50px;
  margin: 0px;
  padding: 0px;
  background: #E53935;
  text-align: center;
  z-index: 9999;
}

.no_javascript_text {
  position: relative;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.no_javascript p {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  float: left;
  color: #FFF;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1em;
  margin-top: 15px;
  margin-left: 15px;
}

.no_javascript img {
  position: relative;
  display: flex;
  float: left;
  width: 25px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 15px;
}

/*-- NO JavaScript END --*/
/*-- Fejléc --*/
.fejlec_row {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  align-content: center;
  width: 100%;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding: 0px;
}

.fejlec_top {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  align-content: center;
  width: 100%;
  height: 41px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding: 0px;
  background: #006496;
}

.fejlec_top:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  width: 36%;
  height: 41px;
  background: #023A55;
  transform: skew(-30deg);
  transform-origin: top;
}

.fejlec_top_inner {
  position: relative;
  display: flex;
  width: 80%;
  max-width: 1920px;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  z-index: 2;
}

.fejlec_szlogen {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  align-content: center;
  width: 28%;
  height: auto;
  margin: 0px;
  padding: 0px;
}

.fejlec_szlogen_txt {
  position: relative;
  display: flex;
  width: 100%;
  height: auto;
  margin: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0px;
  padding-right: 0px;
  color: #FFFFFF;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 0.9em;
}

.fejlec_linkek {
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: flex-end;
  width: 72%;
  height: auto;
}

.fejlec_linkek_txt {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0px;
  padding-right: 0px;
  color: #FFFFFF;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.9em;
}

.fejlec_linkek_txt a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  width: auto;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 8px;
  margin-right: 8px;
  padding: 0px;
  color: #FFFFFF;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1em;
  transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  cursor: pointer;
}

.fejlec_linkek_txt a:hover {
  color: #DDDDDD;
}

.fejlec_linkek_txt a:last-of-type {
  margin-right: 0px;
}

.fejlec_bottom {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  align-content: center;
  width: 100%;
  height: 70px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding: 0px;
  background: #E5EFF4;
}

.fejlec_bottom:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  width: 32%;
  height: 70px;
  background: #FFFFFF;
  transform: skew(-30deg);
  transform-origin: top;
}

.fejlec_bottom_inner {
  position: relative;
  display: flex;
  width: 80%;
  max-width: 1920px;
  height: 70px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  z-index: 2;
}

.fejlec_logo {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  align-content: center;
  width: 33%;
  height: auto;
  margin: 0px;
  padding: 0px;
  z-index: 1;
}

.fejlec_logo_img {
  width: 170px;
  margin-top: 5px;
}

.fejlec_main_menu {
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
  width: 67%;
  height: auto;
}

.fejlec_main_menu_list {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: flex-end;
  align-content: center;
  width: 100%;
  height: auto;
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.fejlec_main_menu_list li {
  position: relative;
  display: flex;
  width: auto;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}

.fejlec_main_menu_list li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  width: auto;
  height: auto;
  padding-top: 22px;
  padding-bottom: 22px;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 15px;
  margin-right: 15px;
  color: #424242;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1em;
  transition: color 0.25s, background 0.25s;
  -moz-transition: color 0.25s, background 0.25s;
  -o-transition: color 0.25s, background 0.25s;
  cursor: pointer;
}

.fejlec_main_menu_list li a:hover {
  color: #006496;
}

.fejlec_main_menu_list li a.active {
  color: #006496;
}

.fejlec_main_menu_list li a.hoversub {
  color: #006496;
}

.fejlec_main_menu_list li:last-child a.mainmenu {
  margin-right: 0px;
  padding-right: 0px;
}

.dropdown {
  position: absolute;
  display: none;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
  top: 90px;
  left: 5px;
  width: 460px;
  height: auto;
  background: #DEEAF0;
  margin: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0px;
  padding-right: 0px;
}

.fejlec_main_menu_list li:nth-last-child(2) .dropdown {
  width: 385px;
}

.fejlec_main_menu_list li:nth-last-child(3) .dropdown {
  width: 320px;
}

.fejlec_main_menu_list li:last-child .dropdown {
  left: unset;
  right: 0px;
  width: 250px;
}

.dropdown a.submenu {
  position: relative;
  display: flex;
  justify-content: flex-start;
  width: 88%;
  height: auto;
  margin-top: 3px;
  margin-bottom: 3px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 6%;
  padding-right: 6%;
  text-align: left;
  font-size: 0.95em;
  font-weight: 500;
  color: #424242;
  transition: background 0.25s, color 0.25s;
  -moz-transition: background 0.25s, color 0.25s;
  -o-transition: background 0.25s, color 0.25s;
  cursor: pointer;
}

.dropdown a.submenu:hover {
  background: #F5F5F5;
  color: #006496;
}

.dropdown a.submenu.active {
  background: #F5F5F5;
  color: #006496;
}

#mob_nav_btn {
  display: none;
}

/*-- Fejléc - END --*/
/*-- Tartalom --*/
.tartalom_row {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  align-content: center;
  width: 100%;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding: 0px;
}

.tartalom_slide_row {
  position: relative;
  display: flex;
  float: left;
  width: 100%;
  height: 300px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px;
}

.tartalom_slide_inner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  background: rgba(0, 0, 0, 0.4);
}

.tartalom_slide_column {
  position: relative;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  flex-flow: wrap;
  width: 80%;
  max-width: 1920px;
  height: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px;
}

.tartalom_slide_column h1 {
  position: relative;
  display: flex;
  justify-content: center;
  width: 85%;
  height: auto;
  margin-top: 0px;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.3em;
  color: #FFFFFF;
  text-decoration: none;
  text-align: center;
  text-shadow: 2px 1px 2px rgba(0, 0, 0, 0.8);
}

.tartalom_slide_column p {
  position: relative;
  display: flex;
  justify-content: center;
  width: 85%;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4em;
  color: #fff;
  text-decoration: none;
  text-align: center;
  text-shadow: 2px 1px 2px rgba(0, 0, 0, 0.8);
}

.tartalom_inner {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 80%;
  max-width: 1920px;
  height: auto;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px;
}

.tartalom_inner h1 {
  position: relative;
  display: table;
  width: 100%;
  height: auto;
  margin-top: 25px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8em;
  color: #232323;
  text-decoration: none;
  text-transform: uppercase;
  text-align: left;
}

.tartalom_inner h2 {
  position: relative;
  display: table;
  width: 100%;
  height: auto;
  margin-top: 25px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.5em;
  color: #232323;
  text-decoration: none;
  text-transform: uppercase;
  text-align: left;
}

.tartalom_inner h3 {
  position: relative;
  display: table;
  width: 100%;
  height: auto;
  margin-top: 45px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.4em;
  color: #232323;
  text-decoration: none;
  text-transform: uppercase;
  text-align: left;
}

.tartalom_inner h3.alt_h3 {
  position: relative;
  display: table;
  width: 100%;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.1em;
  color: #232323;
  text-decoration: none;
  text-transform: uppercase;
  text-align: left;
}

.tartalom_inner p {
  position: relative;
  display: table;
  width: 100%;
  height: auto;
  margin-top: 5px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.15em;
  color: #232323;
  text-decoration: none;
  text-align: left;
  line-height: 28px;
}

.tartalom_inner ul {
  margin-top: 0px;
  margin-bottom: 10px;
}

.tartalom_inner ul li {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.1em;
  color: #232323;
  text-decoration: none;
  text-align: left;
  line-height: 28px;
}

.tartalom_inner a {
  color: #808080;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
  transition: background 0.25s, border 0.25s, color 0.3s;
  -moz-transition: background 0.25s, border 0.25s, color 0.3s;
  -o-transition: background 0.25s, border 0.25s, color 0.3s;
  word-break: break-all;
}

.tartalom_inner a:hover {
  color: #006496;
}

.tartalom_inner img {
  position: relative;
  display: flex;
  width: 200px;
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 0px;
  margin-right: 0px;
  padding: 0px;
}

.tartalom_inner table {
  position: relative;
  display: table;
  float: left;
  width: 100%;
  height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0px;
  margin-right: 0px;
  padding: 0px;
  border: 1px solid #232323;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.1em;
  color: #232323;
  text-decoration: none;
  text-align: left;
  border-collapse: collapse;
}

.tartalom_inner td {
  border: 1px solid #232323;
  word-break: break-word;
}

/*-- Tartalom - END --*/
/*-- Lábléc --*/
.lablec_row {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  align-content: center;
  width: 100%;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding: 0px;
  background: #E5EFF4;
}

.lablec_copyright_row {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  align-content: center;
  width: 100%;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding: 0px;
  background: #023A55;
}

.lablec_copyright_inner {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 80%;
  max-width: 1920px;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px;
}

.lablec_copyright_inner p {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 100%;
  height: auto;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 0px;
  margin-right: 0px;
  padding: 0px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.9em !important;
  color: #FFFFFF;
  text-decoration: none;
  text-align: center;
}

.nyelv_valto_box {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  height: auto;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 0px;
  margin-right: 0px;
  padding: 0px;
}

.nyelv_valto_btn {
  position: relative;
  display: table;
  float: right;
  width: auto;
  height: 16px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 15px;
  margin-right: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 50px;
  padding-right: 15px;
  border: 2px solid #EEEEEE;
  color: #424242;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 0.9em;
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.3);
  transition: box-shadow 0.25s, background 0.25s, border 0.25s;
  -moz-transition: box-shadow 0.25s, background 0.25s, border 0.25s;
  -o-transition: box-shadow 0.25s, background 0.25s, border 0.25s;
  cursor: pointer;
}

.nyelv_valto_btn:hover {
  border: 2px solid #006496;
  box-shadow: 0px 5px 20px rgba(40, 40, 40, 0.6);
  -webkit-box-shadow: 0px 5px 20px rgba(40, 40, 40, 0.6);
  -moz-box-shadow: 0px 5px 20px rgba(40, 40, 40, 0.6);
}

.nyelv_valto_btn:active {
  border: 2px solid #006496;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.6);
}

/*-- Lábléc - END --*/
/*----- ha kisebb mint 1700px -----*/
@media screen and (max-width: 1700px) {
  /*-- Fejléc --*/
  .fejlec_top:after {
    width: 33.5%;
  }
  .fejlec_bottom:after {
    width: 30%;
  }
  /*-- Fejléc - END --*/
}
/*----- ha kisebb mint 1700px - END -----*/
/*----- ha kisebb mint 1600px -----*/
@media screen and (max-width: 1600px) {
  /*-- Fejléc --*/
  .fejlec_top_inner {
    width: 90%;
  }
  .fejlec_bottom_inner {
    width: 90%;
  }
  .tartalom_inner {
    width: 90%;
  }
  .tartalom_slide_column {
    width: 90%;
  }
  .fejlec_bottom:after {
    width: 28%;
  }
  .fejlec_main_menu_list li:nth-last-child(2) .dropdown {
    width: 320px;
  }
  .fejlec_main_menu_list li:nth-last-child(3) .dropdown {
    width: 320px;
  }
  /*-- Fejléc - END --*/
}
/*----- ha kisebb mint 1600px - END -----*/
/*----- ha kisebb mint 1500px -----*/
@media screen and (max-width: 1500px) {
  /*-- Fejléc --*/
  .fejlec_top:after {
    width: 33%;
  }
  .fejlec_szlogen_txt {
    font-size: 0.85em;
  }
  .fejlec_linkek_txt {
    font-size: 0.85em;
  }
  .fejlec_bottom:after {
    width: 25%;
  }
  .fejlec_logo_img {
    width: 150px;
    margin-top: 5px;
  }
  /*-- Fejléc --*/
}
/*----- ha kisebb mint 1500px - END -----*/
/*----- ha kisebb mint 1400px -----*/
@media screen and (max-width: 1400px) {
  /*-- Értesítési sáv --*/
  .ertesitesi_sav_inner {
    width: 90%;
  }
  /*-- Értesítési sáv - END --*/
  /*-- Fejléc --*/
  .fejlec_linkek_txt a:last-of-type {
    display: none;
  }
  .fejlec_linkek_txt span {
    display: none;
  }
  .fejlec_top:after {
    width: 36%;
  }
  .fejlec_bottom:after {
    width: 23%;
  }
  .fejlec_logo_img {
    width: 130px;
    margin-top: 5px;
  }
  /*-- Fejléc - END --*/
}
/*----- ha kisebb mint 1400px - END -----*/
/*----- ha kisebb mint 1300px -----*/
@media screen and (max-width: 1300px) {
  /*-- Fejléc --*/
  .fejlec_szlogen_txt {
    font-size: 0.75em;
  }
  .fejlec_linkek_txt a {
    font-size: 0.85em;
  }
  .fejlec_main_menu_list li {
    margin-left: 0px;
    margin-right: 0px;
  }
  .fejlec_main_menu_list li a {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 0.9em;
  }
  .fejlec_main_menu_list li:last-child a.mainmenu {
    margin-right: 0px;
    padding-right: 0px;
  }
  .fejlec_logo_img {
    width: 120px;
  }
  .fejlec_main_menu_list li:nth-last-child(2) .dropdown {
    width: 280px;
  }
  /*-- Fejléc - END --*/
  /*-- Tartalom --*/
  .tartalom_slide_column h1 {
    font-size: 2em;
  }
  .tartalom_slide_column p {
    font-size: 1.45em;
  }
  .tartalom_inner p {
    font-size: 1.15em;
  }
  .tartalom_inner ul li {
    font-size: 1.15em;
  }
  .tartalom_inner table {
    font-size: 1.15em;
  }
  /*-- Tartalom - END --*/
}
/*----- ha kisebb mint 1300px - END -----*/
/*----- ha kisebb mint 1100px -----*/
@media screen and (max-width: 1100px) {
  /*-- Fejléc --*/
  .fejlec_szlogen {
    width: 37%;
  }
  .fejlec_szlogen_txt {
    font-size: 0.7em;
  }
  .fejlec_linkek_txt label {
    display: none;
  }
  .fejlec_linkek_txt a {
    font-size: 0.9em;
  }
  .fejlec_linkek_txt a:nth-last-of-type(2) {
    display: none;
  }
  .fejlec_linkek_txt a:nth-last-of-type(3) {
    margin-right: 0px;
  }
  .fejlec_main_menu_list li a {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 8px;
    padding-right: 8px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 0.85em;
  }
  .fejlec_bottom {
    height: 60px;
  }
  .fejlec_bottom:after {
    width: 22%;
    height: 60px;
  }
  .fejlec_bottom_inner {
    height: 60px;
  }
  .fejlec_logo_img {
    width: 110px;
  }
  .fejlec_logo {
    width: 18%;
  }
  .fejlec_main_menu {
    width: 82%;
    height: 60px;
  }
  .fejlec_main_menu_list li:nth-last-child(2) .dropdown {
    width: 265px;
  }
  /*-- Fejléc - END --*/
}
/*----- ha kisebb mint 1100px - END -----*/
/*----- ha kisebb mint 990px -----*/
@media screen and (max-width: 990px) {
  /*-- Fejléc --*/
  .fejlec_top {
    height: auto;
  }
  .fejlec_top:after {
    width: 100%;
    transform: none;
  }
  .fejlec_top_inner {
    flex-wrap: wrap;
  }
  .fejlec_szlogen {
    width: 100%;
  }
  .fejlec_szlogen_txt {
    font-size: 0.9em;
  }
  .fejlec_linkek {
    width: 100%;
  }
  .fejlec_linkek_txt {
    font-size: 0.9em;
  }
  .fejlec_linkek_txt a {
    font-size: 0.9em;
    font-weight: 500;
  }
  .fejlec_bottom {
    height: 80px;
  }
  .fejlec_bottom:after {
    width: 35%;
    height: 80px;
  }
  .fejlec_logo {
    width: 25%;
  }
  .fejlec_logo_img {
    width: 140px;
  }
  .fejlec_main_menu {
    width: 75%;
  }
  .fejlec_main_menu_list {
    position: absolute;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    top: 68px;
    right: 0px;
    width: 300px;
    height: auto;
    margin: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    background: #E5EFF4;
  }
  .fejlec_main_menu_list li {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
  .fejlec_main_menu_list li a {
    display: flex;
    justify-content: flex-start;
    width: 80%;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10%;
    padding-right: 10%;
    margin-top: 3px;
    margin-bottom: 3px;
    margin-left: 0px;
    margin-right: 0px;
    font-size: 0.95em;
  }
  .fejlec_main_menu_list li a:hover {
    background: #F5F5F5;
    color: #006496;
  }
  .fejlec_main_menu_list li:last-child .dropdown {
    width: 100%;
    left: 0px;
    right: 0px;
  }
  .toogle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
  }
  .dropdown {
    width: 100%;
    left: 0px;
    background: #CEDEE7;
    z-index: 2;
  }
  .fejlec_main_menu_list li:nth-last-child(3) .dropdown {
    width: 100%;
  }
  .fejlec_main_menu_list li:nth-last-child(2) .dropdown {
    width: 100%;
  }
  .fejlec_main_menu_list li:nth-last-child(1) .dropdown {
    width: 100%;
  }
  .dropdown a.submenu {
    width: 80%;
    padding-left: 10%;
    padding-right: 10%;
  }
  .fejlec_main_menu_list li:last-child a.mainmenu {
    padding-right: 10%;
  }
  #mob_nav_btn {
    position: absolute;
    display: block;
    top: 20px;
    right: 0px;
    width: 30px;
    height: 22px;
    margin-right: 0px;
    margin-left: 0px;
    transform: rotate(0deg);
    transition: 0.5s ease-in-out;
    cursor: pointer;
  }
  #mob_nav_btn span {
    display: block;
    position: absolute;
    height: 2px;
    width: 30px;
    background: #006496;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
  }
  #mob_nav_btn:hover span {
    background: #023A55;
  }
  #mob_nav_btn span:nth-child(1) {
    top: 0px;
    transform-origin: left center;
  }
  #mob_nav_btn span:nth-child(2) {
    top: 9px;
    transform-origin: left center;
  }
  #mob_nav_btn span:nth-child(3) {
    top: 18px;
    transform-origin: left center;
  }
  #mob_nav_btn.open span:nth-child(1) {
    transform: rotate(45deg);
    top: -1px;
    left: 4px;
  }
  #mob_nav_btn.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
  }
  #mob_nav_btn.open span:nth-child(3) {
    transform: rotate(-45deg);
    top: 19px;
    left: 4px;
  }
  /*-- Fejléc - END --*/
}
/*----- ha kisebb mint 990px - END -----*/
/*----- ha kisebb mint 800px -----*/
@media screen and (max-width: 800px) {
  /*-- Error404 --*/
  .error404 {
    font-size: 2em;
  }
  .error_cimlap_btn {
    font-size: 0.5em;
  }
  /*-- Error404 - END --*/
  /*-- Cookies --*/
  .cookies_row p {
    width: 70%;
  }
  /*-- Cookies - END --*/
}
/*----- ha kisebb mint 800px - END -----*/
/*----- ha kisebb mint 700px -----*/
@media screen and (max-width: 700px) {
  /*-- Fejléc --*/
  .fejlec_linkek {
    display: none;
  }
  .fejlec_bottom:after {
    width: 45%;
    height: 80px;
  }
  .fejlec_logo {
    width: 32%;
  }
  .fejlec_main_menu {
    width: 68%;
  }
  /*-- Fejléc - END --*/
}
/*----- ha kisebb mint 700px - END -----*/
/*---- ha kisebb mint 600px és LANDSCAPE ----*/
@media screen and (max-width: 600px) and (orientation: landscape) {
  /*-- Tartalom --*/
  .tartalom_slide_row {
    position: relative;
    display: flex;
    width: 100%;
    height: 200px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
  }
  /*-- Tartalom - END --*/
}
/*---- ha kisebb mint 600px és LANDSCAPE ----*/
/*----- ha kisebb mint 600px -----*/
@media screen and (max-width: 600px) {
  /*-- Weboldal üzenetek --*/
  .uzenet_sikeres_kuldes_row {
    position: fixed;
    display: none;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 90%;
    height: 280px;
    margin: auto;
    padding: 0px;
  }
  .uzenet_sikertelen_kuldes_row {
    position: fixed;
    display: none;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 90%;
    height: 280px;
    margin: auto;
    padding: 0px;
  }
  /*-- Weboldal üzenetek - END --*/
  /*-- Cookies --*/
  .cookies_row p {
    width: 90%;
  }
  .cookie_btn {
    position: relative;
    float: left;
    right: 0px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
  }
  /*-- Cookies - END --*/
  /*-- Fejléc --*/
  .fejlec_szlogen_txt {
    justify-content: center;
  }
  .fejlec_bottom:after {
    width: 55%;
  }
  .fejlec_main_menu {
    position: absolute;
    width: 100%;
    top: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
  .fejlec_main_menu_list {
    top: 69px;
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
  /*-- Fejléc - END --*/
  /*-- Tartalom --*/
  .tartalom_slide_row {
    position: relative;
    display: flex;
    float: left;
    width: 100%;
    height: 200px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
  .tartalom_slide_column h1 {
    font-size: 1.7em;
  }
  .tartalom_slide_column p {
    font-size: 1.1em;
  }
  /*-- Tartalom - END --*/
}
/*----- ha kisebb mint 600px - END -----*/
/*----- ha kisebb mint 400px -----*/
@media screen and (max-width: 400px) {
  /*-- Fejléc --*/
  .fejlec_bottom:after {
    width: 65%;
  }
  .fejlec_main_menu_list {
    top: 70px;
  }
  /*-- Fejléc - END --*/
  /*-- Tartalom --*/
  .tartalom_slide_row {
    position: relative;
    display: flex;
    float: left;
    width: 100%;
    height: 200px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
  .tartalom_slide_column h1 {
    font-size: 1.5em;
  }
  .tartalom_slide_column p {
    font-size: 1.1em;
  }
  .tartalom_slide_column p {
    font-size: 1em;
  }
  .tartalom_inner p {
    font-size: 1em;
  }
  .tartalom_inner ul li {
    font-size: 1em;
  }
  .tartalom_inner table {
    font-size: 1em;
  }
  /*-- Tartalom - END --*/
}
/*----- ha kisebb mint 400px - END -----*//*# sourceMappingURL=main.css.map */