/*
@font-face {
    font-family: 'open_sans';
    src: url('../fonts/opensans-bold.eot');
    src: url('../fonts/opensans-bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-bold.woff') format('woff'),
         url('../fonts/opensans-bold.ttf') format('truetype'),
         url('../fonts/opensans-bold.svg') format('svg');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'open_sans';
    src: url('../fonts/opensans-light.eot');
    src: url('../fonts/opensans-light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-light.woff') format('woff'),
         url('../fonts/opensans-light.ttf') format('truetype'),
         url('../fonts/opensans-light.svg') format('svg');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'open_sans';
    src: url('../fonts/opensans-regular.eot');
    src: url('../fonts/opensans-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-regular.woff') format('woff'),
         url('../fonts/opensans-regular.ttf') format('truetype'),
         url('../fonts/opensans-regular.svg') format('svg');
    font-weight: 400;
    font-style: normal;
}
*/
@font-face {
  font-family: 'segoe_ui';
  src: url('../fonts/segoeui-webfont.eot');
  src: url('../fonts/segoeui-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/segoeui-webfont.woff') format('woff'), url('../fonts/segoeui-webfont.ttf') format('truetype'), url('../fonts/segoeui-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
#toggle-menu,
#hide-menu {
  display: inline-block;
  width: 120px;
  height: 120px;
  position: fixed;
  top: 10px;
  left: 10px;
  background-color: rgba(255, 255, 255, 0.46);
  transition: all 0.3s ease;
  z-index: 100;
}
#toggle-menu:hover,
#hide-menu:hover {
  background-color: rgba(255, 255, 255, 0.8);
}
#toggle-menu span,
#hide-menu span {
  display: inline-block;
  background-image: url("../images/hamburger.png");
  width: 32px;
  height: 26px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -13px;
  margin-left: -16px;
}
#hide-menu {
  display: none;
}
#hide-menu span {
  background-image: url("../images/hamburger_close.png");
  width: 27px;
  height: 27px;
  margin-top: -13px;
  margin-left: -13px;
}
#toggle-language {
  display: inline-block;
  width: 120px;
  height: 120px;
  position: fixed;
  top: 10px;
  right: 10px;
  background-color: rgba(255, 255, 255, 0.46);
  transition: all 0.3s ease;
  z-index: 100;
}
#toggle-language:hover {
  background-color: rgba(255, 255, 255, 0.8);
}
#toggle-language span {
  display: inline-block;
  font-size: 30px;
  text-align: center;
  width: 50px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -25px;
  line-height: normal;
}
#top-container {
  width: 100%;
  height: 633px;
  background-color: #b7ced9;
  background-position: center;
  background-size: cover;
  position: relative;
  transition: all 0.3s ease;
}
#top-container.subpage {
  height: 250px;
}
#top-container #logo {
  display: inline-block;
  width: 100px;
  height: auto;
  position: absolute;
  top: 30px;
  left: 50%;
  margin-left: -50px;
  z-index: 50;
  transition: all 0.3s ease;
}
#top-container #logo img {
  width: 100%;
  height: auto;
  transition: all 0.3s ease;
}
#top-container #graph-menu {
  position: relative;
  background-image: url("../images/top_bg.jpg");
  width: 100%;
  height: 633px;
  bottom: 0;
  background-position: center top;
  background-size: 100%;
  background-repeat: no-repeat;
}
#top-container #graph-menu .figure {
  width: 100%;
  height: auto;
}
#top-container #graph-menu a {
  color: #124272;
  font-size: 20px;
  font-weight: 400;
  transition: all 0.3s ease;
  line-height: 23px;
}
#top-container #graph-menu a:hover,
#top-container #graph-menu a:active,
#top-container #graph-menu a:focus {
  text-decoration: none;
  color: #e6896a;
}
#top-container #graph-menu .menu-item-01 {
  position: absolute;
  top: 195px;
  left: 125px;
  text-align: center;
}
#top-container #graph-menu .menu-item-02 {
  position: absolute;
  top: 203px;
  right: 60px;
  text-align: center;
}
#top-container #graph-menu .menu-item-03 {
  position: absolute;
  top: 395px;
  left: 180px;
  text-align: center;
}
#top-container #graph-menu .menu-item-04 {
  position: absolute;
  bottom: 45px;
  left: 57px;
}
#top-container #graph-menu .menu-item-05 {
  position: absolute;
  bottom: 85px;
  right: 94px;
  text-align: center;
}
.container .szechenyi {
  display: block;
  text-align: center;
  margin: 30px 0;
}
.container .szechenyi .desktop {
  display: block;
}
.container .szechenyi .mobile {
  display: none;
}
.container .szechenyi img {
  width: 100%;
  height: auto;
  display: inline-block;
}
.container .wip {
  text-align: center;
  font-size: 20px;
}
#section03 {
  background-color: #b7ced9;
}
#section03 #logo {
  display: none;
  position: absolute;
  width: 50px;
  left: 50%;
  margin-left: -25px;
  top: 34px;
}
#section03 #logo img {
  width: 100%;
  height: auto;
}
#section03 .bg {
  background-image: url("../images/wip_bg.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  height: 630px;
  width: 100%;
  background-position: center top;
}
#section03 .bg .wip {
  color: #0f416f;
  position: relative;
  top: 260px;
  font-size: 23px;
  margin: 0;
}
#section03 .bg .wip #back {
  font-size: 15px;
  margin-top: 31px;
  display: inline-block;
  transition: all 0.3s ease;
}
#section03 .bg .wip #back:hover {
  text-decoration: none;
  color: #e6896a;
}
@media (max-width: 767px) {
  #top-container #graph-menu a {
    display: none;
  }
  #top-container {
    height: 330px;
  }
  #top-container #graph-menu {
    background-position: center bottom;
    background-image: url("../images/top_bg_tablet.jpg");
    height: 330px;
    background-size: 600px 333px;
  }
  #top-container #logo {
    width: 50px;
    margin-left: -25px;
  }
  #section03 .bg {
    height: 300px;
    background-size: 550px 306px;
  }
  #section03 .bg .wip {
    top: 150px;
    font-size: 17px;
    font-family: 'segoe_ui';
    font-weight: 400;
  }
  #toggle-menu,
  #toggle-language,
  #hide-menu {
    width: 80px;
    height: 80px;
  }
  #hidden-menu {
    width: 280px !important;
    margin-left: -140px !important;
  }
  #hidden-menu ul li a {
    font-size: 18px !important;
  }
  .container {
    padding: 0 !important;
  }
  .container .szechenyi .desktop {
    display: none !important;
  }
  .container .szechenyi .mobile {
    display: block !important;
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  #top-container #graph-menu a {
    display: none;
  }
  #top-container {
    height: 400px;
  }
  #top-container #graph-menu {
    height: 400px;
    background-size: 100%;
    background-position: center bottom;
    background-image: url("../images/top_bg_tablet.jpg");
  }
  #top-container #logo {
    width: 60px;
    margin-left: -30px;
  }
  #section03 .bg {
    height: 390px;
  }
  #section03 .bg .wip {
    top: 170px;
  }
  .container .szechenyi .desktop {
    display: none !important;
  }
  .container .szechenyi .mobile {
    display: block !important;
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
  #top-container #graph-menu a {
    display: block;
  }
  #top-container #graph-menu {
    background-size: 110%;
    height: 574px;
    background-image: url("../images/top_bg.jpg");
  }
  #top-container {
    height: 574px;
  }
  #top-container #logo {
    width: 80px;
    margin-left: -40px;
  }
  #top-container #graph-menu .menu-item-01 {
    top: 172px;
    left: 55px;
  }
  #top-container #graph-menu .menu-item-02 {
    top: 186px;
    right: -4px;
  }
  #top-container #graph-menu .menu-item-03 {
    top: 355px;
    left: 114px;
  }
  #top-container #graph-menu .menu-item-04 {
    bottom: 40px;
    left: -3px;
  }
  #top-container #graph-menu .menu-item-05 {
    bottom: 71px;
    right: 32px;
  }
  #section03 .bg {
    height: 510px;
  }
  .container .szechenyi .desktop {
    display: block !important;
  }
  .container .szechenyi .mobile {
    display: none !important;
  }
}
@media (min-width: 1270px) {
  .container {
    width: 1170px;
  }
  #section03 .bg .wip {
    top: 240px;
  }
  #top-container {
    width: 100%;
    height: 633px !important;
  }
  #top-container #graph-menu {
    height: 633px;
  }
  #top-container #graph-menu .menu-item-01 {
    top: 152px;
    left: 89px;
  }
  #top-container #graph-menu .menu-item-02 {
    top: 164px;
    right: 36px;
  }
  #top-container #graph-menu .menu-item-03 {
    top: 371px;
    left: 144px;
  }
  #top-container #graph-menu .menu-item-04 {
    bottom: 51px;
    left: 17px;
  }
  #top-container #graph-menu .menu-item-05 {
    bottom: 94px;
    right: 58px;
  }
}
#content-wrapper {
  height: 100%;
}
#content-wrapper #parallax-wrapper {
  height: 100%;
}
#content-wrapper #parallax-wrapper .scrollContent {
  height: 100%;
}
#content-wrapper #parallax-wrapper .scrollContent #section01 {
  height: 633px;
}
#content-wrapper #parallax-wrapper .scrollContent #section02 {
  height: 600px;
}
*,
a {
  outline: none;
}
a {
  transition: color 0.3s ease;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
html,
body {
  font-weight: normal;
  background: white;
  font-family: 'segoe_ui', Arial;
  font-size: 15px;
  color: #597091 !important;
  line-height: 20px;
  height: 100%;
  min-height: 100%;
  letter-spacing: 0.4px;
}
body {
  position: relative;
}
label {
  cursor: pointer;
}
#overlay {
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 90;
  display: none;
}
h1 {
  font-family: 'segoe_ui' !important;
}
#hidden-menu {
  position: absolute;
  top: 25%;
  text-align: center;
  width: 700px;
  margin-left: -350px;
  left: 50%;
  opacity: 0;
}
#hidden-menu ul {
  margin: 0;
  padding: 0;
}
#hidden-menu ul li {
  list-style: none;
  margin: 25px 0;
}
#hidden-menu ul li a {
  font-size: 30px;
  color: white;
}
#hidden-menu ul li a:hover,
#hidden-menu ul li a:active,
#hidden-menu ul li a:focus {
  text-decoration: none;
  color: #e6896a;
}
